Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Customizing navigation components
-
Hi All,
Does Qt provide a way to customize navegation components?
My interface has many QLabel, and I would like to navegate among them.
The main application get the key event, and after that it set my component (QLabel) in the current interface.
Thanks all
-
QLabels cannot get the keyboard focus, so I don't understand what you mean by "navigating among them". Could you explain that further?