In my application, we have to use keyboard to select the Toolbar items but seem Qt doesn't implement in QToolBar, how can we implement it?
thanks.
Printable View
In my application, we have to use keyboard to select the Toolbar items but seem Qt doesn't implement in QToolBar, how can we implement it?
thanks.
I have solved the problem with the QAction's check property.