From a4c5f0135ef8e3671f54cf56b1aa8766ee4b4a20 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 27 Nov 2013 16:14:18 -0600 Subject: Allow setting no default account This allows the user to select an account to use every time they launch an instance. --- gui/dialogs/AccountListDialog.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gui/dialogs/AccountListDialog.h') diff --git a/gui/dialogs/AccountListDialog.h b/gui/dialogs/AccountListDialog.h index 52666e3b..63720f58 100644 --- a/gui/dialogs/AccountListDialog.h +++ b/gui/dialogs/AccountListDialog.h @@ -42,11 +42,16 @@ slots: void on_editAccountBtn_clicked(); - void on_setActiveBtn_clicked(); + void on_setDefaultBtn_clicked(); + + void on_noDefaultBtn_clicked(); // This will be sent when the "close" button is clicked. void on_closeBtnBox_rejected(); + //! Updates the states of the dialog's buttons. + void updateButtonStates(); + signals: void activeAccountChanged(); -- cgit v1.2.3