PrefsWindow

The PrefsWindow class provides a modal dialog for editting user preferences.

Publicly inherits QTabDialog.

Public Methods

PrefsWindow( QWidget* parent=???, const char* name=??? );

Public Slots

voidapply( );
voidupdate( );

Private Data Members

GeneralPage*_general;

Public Methods Documentation

PrefsWindow ( QWidget* parent=???, const char* name=??? );

Create the PrefsWindow.

Public Slots Documentation

void apply ( );

Commit the settings on each page to the options object.

void update ( );

Make each page in the notebook reflect the settings in the options object.


Return to Index.
Automatically generated on Aug 11 23:32