更新代码
This commit is contained in:
@@ -15,20 +15,17 @@ public:
|
||||
explicit frmMain(QWidget *parent = 0);
|
||||
~frmMain();
|
||||
|
||||
protected:
|
||||
void showEvent(QShowEvent *);
|
||||
|
||||
private:
|
||||
Ui::frmMain *ui;
|
||||
|
||||
private slots:
|
||||
void initForm();
|
||||
void initStyle();
|
||||
void initTranslator();
|
||||
void initTableWidget();
|
||||
void initTreeWidget();
|
||||
void initListWidget();
|
||||
void initOther();
|
||||
void loadStyle(const QString &qssFile);
|
||||
|
||||
private slots:
|
||||
void on_btnStyle1_clicked();
|
||||
void on_btnStyle2_clicked();
|
||||
void on_btnStyle3_clicked();
|
||||
};
|
||||
|
||||
#endif // FRMMAIN_H
|
||||
|
||||
Reference in New Issue
Block a user