I am creating a dll project using Visual Studio 2010.
Can QWidgets like QLabel
, QPushButton
and QImage
, etc be inserted in a dll
project? Can I import Qt functions into a dll project?
yes you can.
just dont forget to careate a QApplication instance.
and run in separate thread qApp()->exec()