PDA

View Full Version : QTForm in QT Dynamic Library



Kokos
16th February 2010, 19:17
Hello, I've been searching around for awhile no with no luck, maybe I'm just searching wrong, but anway...


Is it possible to create QForms (QMainWindow) etc in a QT Dynamic Library? and so the form itselfs is in the dll?

axeljaeger
17th February 2010, 15:56
I dont see any reason why this should not be possible. In the end, Qt's own widget plugins are creating subclasses of QWidget in a dynamic library and return them for use to the main application.