5
votes
Which way to go in Linux (Qt or KDevelop)
You seemed to be confused. Qt is a C++ toolkit. KDevelop is an IDE.
From you …
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.
…
