#ifndef PASSWORDINDLG_H #define PASSWORDINDLG_H #include #include #include class PasswordInChDlg : public QDialog { Q_OBJECT public: explicit PasswordInChDlg(QWidget *parent = 0); QLineEdit *fdPassword; QPushButton *btnChangePassword; QDialogButtonBox *btnBox; }; #endif // PASSWORDINDLG_H