-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hello!
I'm actively looking at funq and I many questions, related to using funq with a QtQuick application.
Instead of opening many threads, allow me to put that here so it's easier, if you don't mind.
-
How can we access MenuItems?
I have a MenuBar that doesn't seem to be nested in my ApplicationWindow (in the qml file it is, but I cannot access it though my QQuickWindow, and I need to access them to open differents windows of my application. How can I achieve that with funq? -
Can I access javascripts functions natively with funq?
That would be super interesting for my use case, can I do that through any specific usage of funq like call_slots? -
How shortcut is working?
I am trying to call shortcuts from my main QuickWindow but looks like it does not work. I my application, shortcuts are linked to MenuItems, should I call shortcut method from MenuItem once I figure how to access them? Or should I be able to call shortcut from my main window? (which I can when doing manual testing).
Also I'm curious on how many people are using this tool, do you have any idea? Is there any plan to extend it or is it all working fine and complete enough for current users?
Thanks for you help, happy to contribute if needs be :)
Jacques