1. 编写基本的 信号和 槽函数 1> 自定义的信号函数只需要声明,不需要定义2> 自定义的类放在头文件中,我把类放在cpp文件中,会编译失败3> 需要关注特殊的关键字,Q_OBJECT signals slots SIGNAL SLOT $cat work.h #include <QObject> Read More
posted @ 2025-04-11 22:30 靖意风 Views(10) Comments(0) Diggs(0)