QTimer *timer; public slots: void MySlot(); }; #endif // MYTIMER_H. mytimer.cpp #include "mytimer.h" #include <QtCore> #include <QDebug>
確定! 回上一頁