Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

QtQuick Action in C++ (or at least a separate .qml file)

$
0
0
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

Viewing all articles
Browse latest Browse all 4972

Trending Articles