using Actions in Qt Quick Controls 2
-
wrote on 24 Oct 2016, 05:05 last edited by
Hi !
i want to useAction
inControls 2
but not available inControls 2
andShortcut
Introduced instead of it.
no any way to useActions
in new version Controls? -
wrote on 4 Nov 2016, 23:26 last edited by
Shortcut is not a replacement of Action, but a parallel offering that provides the shortcut functionality that was previously only provided by Action. This is comparable to QShortcut and QAction that co-exist in Qt Widgets. Anyway, Action will eventually come, but I'm afraid we need proper multi-resolution icon support in Qt Quick first.