passdlg.h
void setKeepPassword(bool b)
Check or uncheck the "keep password" checkbox.
Definition passdlg.cpp:181
PasswordDialog(const TQString &prompt, const TQString &user, bool enableKeep=false, bool modal=true, TQWidget *parent=0, const char *name=0)
Create a password dialog.
Definition passdlg.cpp:54
void addCommentLine(const TQString &label, const TQString comment)
Adds a comment line to the dialog.
Definition passdlg.cpp:233
void setUserReadOnly(bool readOnly)
Sets the username field read-only and sets the focus to the password field.
Definition passdlg.cpp:284
TDE_DEPRECATED void setEnableUserField(bool enable, bool=false)
Definition passdlg.h:116
bool keepPassword() const
Determines whether supplied authorization should persist even after the application has been closed.
Definition passdlg.cpp:187
void setPrompt(const TQString &prompt)
Sets the prompt to show to the user.
Definition passdlg.cpp:272
Trinity API Reference