You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
jacquesknipper
changed the title
Cannot access MenuItem
Cannot access MenuItem and dealing with js on a QtQuick application
Feb 20, 2020
Hi,
I've been trying a lot of things but I feel like funq only allows to click on QtQuickItems and that's all, no way to call slots or anything else, am I wrong?
Does that mean that funq is not mature enough for QtQuick?
Does that mean that funq is not mature enough for QtQuick?
AFAIK funq do not support detecting events in applications.
There lot of features that are not covered yet, this project is only maintained by good will, if you want to help adding some of those features, I would help you.
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
The text was updated successfully, but these errors were encountered: