Subclass that embeds a form from a UI file. More...
#include <PropertyPage.h>
Public Member Functions | |
void | loadSettings () |
PreferenceUiForm (const QString &fn, QWidget *parent=0) | |
void | saveSettings () |
virtual | ~PreferenceUiForm () |
Protected Member Functions | |
void | changeEvent (QEvent *e) |
Subclass that embeds a form from a UI file.
Definition at line 84 of file PropertyPage.h.
PreferenceUiForm::PreferenceUiForm | ( | const QString & | fn, | |
QWidget * | parent = 0 | |||
) |
Definition at line 115 of file PropertyPage.cpp.
References Base::Console(), and DrawingExample::file.
PreferenceUiForm::~PreferenceUiForm | ( | ) | [virtual] |
Definition at line 138 of file PropertyPage.cpp.
void PreferenceUiForm::changeEvent | ( | QEvent * | e | ) | [protected, virtual] |
Implements Gui::Dialog::PreferencePage.
Definition at line 142 of file PropertyPage.cpp.
void PreferenceUiForm::loadSettings | ( | ) | [virtual] |
Implements Gui::Dialog::PreferencePage.
Definition at line 163 of file PropertyPage.cpp.
void PreferenceUiForm::saveSettings | ( | ) | [virtual] |
Implements Gui::Dialog::PreferencePage.
Definition at line 180 of file PropertyPage.cpp.