The GeneralPage class is a single page in the PrefsWindow notebook.
Publicly inherits QWidget.
GeneralPage | ( QWidget* parent=???, const char* name=??? ); | |
void | apply | ( ); |
void | update | ( ); |
void | resizeEvent | ( QResizeEvent* e ); |
QLineEdit* | _bookmarksEntry; |
QLabel* | _bookmarksLabel; |
QLineEdit* | _catalogUrlEntry; |
QLabel* | _catalogUrlLabel; |
QCheckBox* | _homeAutoLoadCheck; |
QLineEdit* | _homeUrlEntry; |
QLabel* | _homeUrlLabel; |
int | _labelWidth; |
Create the general page.
Commit the settings on the page to the options object.
Make the page reflect the general settings in the options object.
Reposition my widgets.