QTfrontend/ui/dialog/input_password.h
changeset 8181 70e980278080
parent 6952 7f70f37bbf08
child 8364 fbc9bcc6c39d
equal deleted inserted replaced
8180:33868aea694c 8181:70e980278080
    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