我想知道qt4/5中的-inmpl参数在qt3中发生了什么?
- qt3:https://doc.qt.io/archives/3.3/uic.html
- qt5:https://doc.qt.io/qt-5/uic.html
这个参数从qt4和5中消失了,我想知道是否存在等价性,或者它只是过时了,在4/5中不再需要了?
thx
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(