传递界面到子线程中
layout: post title: dll传送界面到主程序中 category: QT tags: Essay keywords: description: —
直接emit界面指针,dll中改变界面指针,主程序中会随之改变;
如果通过set的方法传递界面指针,可能会吸附到别的界面上,改变界面类型?
layout: post title: dll传送界面到主程序中 category: QT tags: Essay keywords: description: —
直接emit界面指针,dll中改变界面指针,主程序中会随之改变;
如果通过set的方法传递界面指针,可能会吸附到别的界面上,改变界面类型?