This commit is contained in:
feiyangqingyun
2020-03-16 17:06:00 +08:00
parent 8fc4ba7f4a
commit 82c68d317e
5 changed files with 729 additions and 468 deletions

View File

@@ -16,6 +16,9 @@ public:
explicit frmMain(QWidget *parent = 0);
~frmMain();
protected:
void showEvent(QShowEvent *);
private:
Ui::frmMain *ui;