The PrefsWindow class provides a modal dialog for editting user preferences.
Publicly inherits QTabDialog.
PrefsWindow | ( QWidget* parent=???, const char* name=??? ); |
void | apply | ( ); |
void | update | ( ); |
GeneralPage* | _general; |
Create the PrefsWindow.
Commit the settings on each page to the options object.
Make each page in the notebook reflect the settings in the options object.