#include <accountsetupdialog.h>
Public Member Functions | |
AccountSetupDialog (QWidget *parent, QTreeWidget *view, AccountSetupItem *item=NULL) | |
General constructor. | |
~AccountSetupDialog () | |
Destructor. | |
Protected Slots | |
void | slotPasswordStorageChanged (int id) |
Connected with the password button group. | |
void | slotSecureTransferChanged (int id) |
Connected with the secure transfer button group. | |
virtual void | slotButtonClicked (int button) |
Overwritten method of KDialog. Called if a button was clicked. | |
Protected Member Functions | |
void | fillDialog () |
Writes the values of the account into the dialog items. | |
void | enableLoginCheckbox () |
Enables or disables the unsecure login checkbox depending on the chosen security. |
Definition at line 62 of file accountsetupdialog.h.
AccountSetupDialog::AccountSetupDialog | ( | QWidget * | parent, | |
QTreeWidget * | view, | |||
AccountSetupItem * | item = NULL | |||
) |
General constructor.
parent | parent of the dialog | |
view | view which shows the items | |
item | account to setup; if NULL, a new item will be created |
Definition at line 20 of file accountsetupdialog.cpp.
void AccountSetupDialog::slotPasswordStorageChanged | ( | int | id | ) | [protected, slot] |
Connected with the password button group.
Enabled or disabled the password edit line.
id | button identifier |
Definition at line 186 of file accountsetupdialog.cpp.
void AccountSetupDialog::slotSecureTransferChanged | ( | int | id | ) | [protected, slot] |
Connected with the secure transfer button group.
Changes the port number.
id | button identifier |
Definition at line 371 of file accountsetupdialog.cpp.
void AccountSetupDialog::slotButtonClicked | ( | int | button | ) | [protected, virtual, slot] |
Overwritten method of KDialog. Called if a button was clicked.
If OK was clicked it stores the entered values into the given account item. If no item was given it creates a new one.
button | is the type KDialog::ButtonCode |
Definition at line 197 of file accountsetupdialog.cpp.