viewconfigurewidget.h
This widget is the base class for all view configuration widgets.
Definition viewconfigurewidget.h:49
virtual void restoreSettings(TDEConfig *config)
Reads the configuration from the config object and sets the values in the GUI.
Definition viewconfigurewidget.cpp:69
virtual void saveSettings(TDEConfig *config)
Writes the configuration from the GUI to the config object.
Definition viewconfigurewidget.cpp:75
TQVBox * addPage(const TQString &item, const TQString &header=TQString(), const TQPixmap &pixmap=TQPixmap())
Use this method to add new pages to the widget.
Definition viewconfigurewidget.cpp:81
