Controller.h #ifndef CONTROLLER_H #define CONTROLLER_H #include <QObject> #include <QThread> #include "worker.h" class Controller : public ...
確定! 回上一頁