GeneralPage

The GeneralPage class is a single page in the PrefsWindow notebook.

Publicly inherits QWidget.

Public Methods

GeneralPage( QWidget* parent=???, const char* name=??? );
voidapply( );
voidupdate( );

Protected Methods

voidresizeEvent( QResizeEvent* e );

Private Data Members

QLineEdit*_bookmarksEntry;
QLabel*_bookmarksLabel;
QLineEdit*_catalogUrlEntry;
QLabel*_catalogUrlLabel;
QCheckBox*_homeAutoLoadCheck;
QLineEdit*_homeUrlEntry;
QLabel*_homeUrlLabel;
int_labelWidth;

Public Methods Documentation

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

Create the general page.

void apply ( );

Commit the settings on the page to the options object.

void update ( );

Make the page reflect the general settings in the options object.

Protected Methods Documentation

void resizeEvent ( QResizeEvent* e );

Reposition my widgets.


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