Implementing tab-key navigation in the Qt Quick Controls - Gallery Example
-
wrote on 25 Apr 2014, 07:56 last edited by
Hello together,
I try to modify the Gallery example so that i can switch with the tab-key between control, Itemviews, ... and so on.
I have Qt 5,2,1 installed.Has somebody an idea how to implement it?
Thanks in advance.
-
wrote on 28 Apr 2014, 12:30 last edited by
If i undestand your right so you can "process the event":http://qt-project.org/doc/qt-5/qml-qtquick-keys.html#onTabPressed-signal and you need to know this "article":http://qt-project.org/doc/qt-5/qml-qtquick-item.html#activeFocusOnTab-prop
1/2