QTfrontend/ui/dialog/input_password.h
branchwebgl
changeset 8330 aaefa587e277
parent 8181 70e980278080
child 8364 fbc9bcc6c39d
equal deleted inserted replaced
8116:d24257910f8d 8330:aaefa587e277
    26 
    26 
    27 class HWPasswordDialog : public QDialog
    27 class HWPasswordDialog : public QDialog
    28 {
    28 {
    29         Q_OBJECT
    29         Q_OBJECT
    30     public:
    30     public:
    31         HWPasswordDialog(QWidget* parent, const QString & label);
    31         HWPasswordDialog(QWidget* parent);
    32 
    32 
    33         QLineEdit* lePassword;
    33         QLineEdit* lePassword;
       
    34         QLineEdit* leNickname;
    34         QCheckBox* cbSave;
    35         QCheckBox* cbSave;
    35 };
    36 };
    36 
    37 
    37 
    38 
    38 #endif // INPUT_PASSWORD_H
    39 #endif // INPUT_PASSWORD_H