//BasePopup.h #ifndef BASEPOPUP_H #define BASEPOPUP_H #include <QFrame> class BasePopup : public QFrame { Q_OBJECT public: explicit BasePopup(QWidget* ...
確定! 回上一頁