Vidalia
0.3.1
|
#include <ControlPasswordInputDialog.h>
Signals | |
void | helpRequested (const QString &topic) |
Public Member Functions | |
ControlPasswordInputDialog (QWidget *parent=0) | |
void | setResetEnabled (bool enabled) |
Protected Slots | |
void | clicked (QAbstractButton *button) |
Protected Member Functions | |
virtual void | setVisible (bool visible) |
Private Attributes | |
Ui::ControlPasswordInputDialog | ui |
Definition at line 26 of file ControlPasswordInputDialog.h.
ControlPasswordInputDialog::ControlPasswordInputDialog | ( | QWidget * | parent = 0 | ) |
Default constructor.
Definition at line 22 of file ControlPasswordInputDialog.cpp.
|
protectedslot |
Called when one of the QDialogButtonBox's buttons is clicked. The dialog is closed if button is the "Ok", "Cancel", or "Reset" button, and the clicked button's QDialogButtonBox::StandardButton enum value is returned as the dialog's result code.
Definition at line 54 of file ControlPasswordInputDialog.cpp.
References helpRequested(), and ui.
Referenced by ControlPasswordInputDialog().
|
signal |
Emitted when the user clicks on the "Help" dialog button.
Referenced by clicked().
If enabled is true, then the "Reset" button will be visible on the password input dialog. Otherwise, the "Reset" button will be hidden.
Definition at line 38 of file ControlPasswordInputDialog.cpp.
References ui.
Referenced by MainWindow::authenticationFailed().
Adjusts the size of the input dialog when it is displayed.
Definition at line 74 of file ControlPasswordInputDialog.cpp.
|
private |
Qt Designer generated object.
Definition at line 58 of file ControlPasswordInputDialog.h.
Referenced by clicked(), ControlPasswordInputDialog(), and setResetEnabled().