56 Ui::AddApiKeyDialog*
ui;
Ui::AddApiKeyDialog * ui
Contains auto-generated UI elements.
Definition addapikeydialog.h:56
void onPasswordValidityChanged(bool is_valid)
Disables/ enables the OK button, depending on if the entered passwords match.
Definition addapikeydialog.cpp:49
QString getApiKey() const
Returns the API key entered in the dialog.
Definition addapikeydialog.cpp:21
void on_buttonBox_rejected()
Closes the dialog.
Definition addapikeydialog.cpp:31
QString getPassword() const
Returns the password entered in the dialog.
Definition addapikeydialog.cpp:26
~AddApiKeyDialog()
Deletes the UI.
Definition addapikeydialog.cpp:16
void on_buttonBox_accepted()
Closes the dialog.
Definition addapikeydialog.cpp:40
bool dialog_completed_
Indicates whether the dialog has been completed.
Definition addapikeydialog.h:58
AddApiKeyDialog(QWidget *parent=nullptr)
Initializes the UI.
Definition addapikeydialog.cpp:6