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.
我想知道 qt3 中可用的 qt4/5 中的 -impl 参数发生了什么?
这个论点从 qt4 和 5 中消失了,我想知道是否存在等价性,或者它已经过时并且在 4/5 中不再需要?
谢谢
https://forum.qt.io/topic/117400/user-interface-compiler-uic-qt3-vs-qt4-5-impl-argument-equivalence/2
我想它不再需要了。如果我正确理解了 Qt3 文档,则可以设置自定义头文件或名称。现在,类和 uic 将自动设置标题。(mainWindow.h mainWindow.ui -> ui_mainWindow.h)