mysocials-core 1.0
Public Member Functions

UIAccountSettings Class Reference

Account Settings form. More...

#include <uiaccountsettings.h>

List of all members.

Public Member Functions

 UIAccountSettings (ServiceMgr *sm, QWidget *parent=0)
 Account settings form constructor.
void addNewAccount ()
 Shows settings page with add new account form.

Detailed Description

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.

See also:
ServiceMgr
UIAddAccount
Account

Constructor & Destructor Documentation

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

See also:
addNewAccount. You should call show() or addNewAccount to show form.
Parameters:
smPointer to Service Manager (see ServiceMgr).
parentThe parent widget.

Member Function Documentation

void UIAccountSettings::addNewAccount ( )

Shows settings page with add new account form.

This function creates a new instance of UIAddAccount form and shows it.


The documentation for this class was generated from the following files: