QTfrontend/ui/dialog/input_password.h
changeset 8364 fbc9bcc6c39d
parent 8181 70e980278080
child 9080 9b42757d7e71
equal deleted inserted replaced
8362:89a6b7cc6f95 8364:fbc9bcc6c39d
    21 
    21 
    22 #include <QDialog>
    22 #include <QDialog>
    23 
    23 
    24 class QLineEdit;
    24 class QLineEdit;
    25 class QCheckBox;
    25 class QCheckBox;
       
    26 class QPushButton;
    26 
    27 
    27 class HWPasswordDialog : public QDialog
    28 class HWPasswordDialog : public QDialog
    28 {
    29 {
    29         Q_OBJECT
    30         Q_OBJECT
    30     public:
    31     public:
    31         HWPasswordDialog(QWidget* parent);
    32         HWPasswordDialog(QWidget* parent);
    32 
    33 
    33         QLineEdit* lePassword;
    34         QLineEdit* lePassword;
    34         QLineEdit* leNickname;
    35         QLineEdit* leNickname;
    35         QCheckBox* cbSave;
    36         QCheckBox* cbSave;
       
    37         QPushButton * pbNewAccount;
    36 };
    38 };
    37 
    39 
    38 
    40 
    39 #endif // INPUT_PASSWORD_H
    41 #endif // INPUT_PASSWORD_H