摘要: 传递自定义类型 如果需要传递自定义类型,必须先注册该类型。 #include <QApplication> #include <QPushButton> #include <QDebug> #include <thread> #include <chrono> // 自定义类型 struct Cus 阅读全文
posted @ 2025-03-16 21:56 double64 阅读(357) 评论(0) 推荐(0)