Domanda

I am creating a dll project using Visual Studio 2010.

Can QWidgets like QLabel, QPushButtonand QImage, etc be inserted in a dll project? Can I import Qt functions into a dll project?

È stato utile?

Soluzione

yes you can. just dont forget to careate a QApplication instance. and run in separate thread qApp()->exec()

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top