0
votes
How to know a QTreeWidget selected item?
Using the itemClicked() signal will miss any selection changes made using the keyboard. I'm assuming that's a bad thing in your case.
…
1
vote
Floating/Embedded QDockWidget in a QWidget (KXmlGuiWindow’s CentralWidget designed in QT Designer)
I would design the QDockWidget contents as separate UI files. Then create them and stick them into the QDockWidgets in the AEmpire constructor.
…
