سؤال

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?

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top