Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Visual Studio 2010 创建一个 dll 项目。
可以在项目中插入像QLabel,QPushButton和QImage等QWidgets吗?dll我可以将 Qt 函数导入 dll 项目吗?
QLabel
QPushButton
QImage
dll
是的你可以。只是不要忘记关心一个 QApplication 实例。并在单独的线程中运行qApp()->exec()
qApp()->exec()