Search Results

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. …
2
votes

QGraphicsItem : emulating an item origin which is not the top left corner

You're overthinking it. QGraphicsPixmapItem already has this functionality built in. See the setOffset method. ( …
8
votes

How to encrypt and decrypt a file with Qt/C++?

I've never used it myself, but I've heard great things about QCA. It's cross platfrom, uses a Qt-style API and Qt datatypes. …