itom 1.3.0
ito::WidgetPropGeneralApplication Class Reference
Inheritance diagram for ito::WidgetPropGeneralApplication:
ito::AbstractPropertyPageWidget

List of all members.

Public Member Functions

 WidgetPropGeneralApplication (QWidget *parent=NULL)
void readSettings ()
void writeSettings ()

Private Attributes

Ui::WidgetPropGeneralApplication ui

Member Function Documentation

void ito::WidgetPropGeneralApplication::readSettings ( ) [virtual]

This method is called at startup of the property dialog. Read the setting file using QSetting in order to initialize your property widget (this method must be overwritten)

Implements ito::AbstractPropertyPageWidget.

void ito::WidgetPropGeneralApplication::writeSettings ( ) [virtual]

This method is called at shutdown of the property dialog (only if apply or ok has been clicked). Apply your settings and write it to the setting file using QSetting (this method must be overwritten)

Implements ito::AbstractPropertyPageWidget.


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends