When I deploy my app, I want the users to be able to customise the GUI, but not change/break the functionality. Is it possible to create QtQuick Action objects in C++?
I’ve tried using QAction, but that didn’t work.
I’ve seen QQmlAction come up when googling, but it looks like it is from the QtControls internals.
Can this be done.
My 2nd idea is to hide the Action objects from the user so they don’t accidentally change them. Is it possible to move Action objects into a separate .qml file and connect them up to menus, toolbars, etc
Thanks,
Frank
↧