1 #ifndef MYDIALOG_H 2 #define MYDIALOG_H 3 4 #include <QDialog> 5 6 namespace Ui { 7 class MyDialog; 8 } 9 10 class MyDialog : public ...
確定! 回上一頁