Account Settings form. More...
#include <uiaccountsettings.h>
Public Member Functions | |
UIAccountSettings (ServiceMgr *sm, QWidget *parent=0) | |
Account settings form constructor. | |
void | addNewAccount () |
Shows settings page with add new account form. |
Account Settings form.
This form shows list of registered accounts and allows to add new account, remove an existing account or reconnect an existing account. The list of accounts gets from Service Manager (see ServiceMgr). For fast account creation you can call UIAccountSettings::addNewAccount method.
UIAccountSettings::UIAccountSettings | ( | ServiceMgr * | sm, | |
QWidget * | parent = 0 | |||
) | [explicit] |
Account settings form constructor.
The constructor creates form with list of accounts. If you need to create an account then after that call
sm | Pointer to Service Manager (see ServiceMgr). | |
parent | The parent widget. |
void UIAccountSettings::addNewAccount | ( | ) |
Shows settings page with add new account form.
This function creates a new instance of UIAddAccount form and shows it.