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.
我尝试了很多,我想要在 Widget 中运行可执行文件的解决方案?谁能帮我吗。
我猜你正在追求蒂姆迈耶评论的东西。在这种情况下,您应该构建其他应用程序以使用来自外部共享对象 (dll) 的小部件,以便允许在多个可执行文件中使用您需要的类/小部件。
QProcess 将无法执行此操作,因为它用于在自己的环境中生成可执行文件。