Go to the source code of this file.
Classes | |
class | PasswordDialog |
Shows a dialog for entering the password. More... | |
Enumerations | |
enum | PWTYPE { NEW_PW, EXISTING_PW } |
Determines the type of the password dialog. More... |
enum PWTYPE |
Determines the type of the password dialog: Either a password dialog for a new password or a dialog for an existing password.
NEW_PW |
Makes the PasswordDialog show two input widget for the password. One for the password and the other to confirm the password. |
EXISTING_PW |
Makes the PasswordDialog show only one input widget for the password. |
Definition at line 57 of file passworddialog.h.