AccountFormDialog button style and layout change.

This commit is contained in:
Krad
2022-01-14 14:24:07 +08:00
parent 81d9bfee6e
commit c61dc5ccbe
2 changed files with 142 additions and 166 deletions

View File

@@ -6,7 +6,7 @@
#define GUI_ACCOUNTFORMDIALOG_H
class QLabel;
class QLineEdit;
class QPushButton;
class QToolButton;
class QSqlTableModel;
#include "GUIFormBaseDialog.h"
@@ -39,8 +39,8 @@ private:
QLineEdit* le_UserName = nullptr;
QLineEdit* le_Comment = nullptr;
QLineEdit* le_Pwd = nullptr;
QPushButton* btn_Pwd = nullptr;
QPushButton* btn_Role = nullptr;
QToolButton* btn_Pwd = nullptr;
QLabel* lbl_error = nullptr;
QSqlTableModel* refmodel = nullptr;
};