摘要: //上面缺号头文件,自行添加哦 class DragtidgetFilter :public Qobject{ public: DragWidgetFilter(QObject* parent) :Q0bject(parent){} //重写事件 bool eventFilter(Qobject* 阅读全文
posted @ 2024-09-13 09:29 MaopaiJD 阅读(35) 评论(0) 推荐(0)
摘要: #include "widget.h" #include <QApplication> #include<QSystemTrayIcon>//包含托盘对象 #include<QIcon> //包含图标 int main(int argc,char *argv[]) QApplication a(ar 阅读全文
posted @ 2024-09-13 09:06 MaopaiJD 阅读(29) 评论(0) 推荐(0)