Subclass that embeds a form from a UI file. More...
#include <PropertyPage.h>
Public Member Functions | |
| void | loadSettings () |
| PreferenceUiForm (const QString &fn, QWidget *parent=nullptr) | |
| void | saveSettings () |
| virtual | ~PreferenceUiForm () |
Public Member Functions inherited from Gui::Dialog::PreferencePage | |
| PreferencePage (QWidget *parent=nullptr) | |
| Construction. More... | |
| virtual | ~PreferencePage () |
| Destruction. More... | |
Protected Member Functions | |
| void | changeEvent (QEvent *e) |
| virtual void | changeEvent (QEvent *e)=0 |
Additional Inherited Members | |
Public Slots inherited from Gui::Dialog::PreferencePage | |
| virtual void | loadSettings ()=0 |
| virtual void | saveSettings ()=0 |
Subclass that embeds a form from a UI file.
| PreferenceUiForm::PreferenceUiForm | ( | const QString & | fn, |
| QWidget * | parent = nullptr |
||
| ) |
References Base::Console(), and Base::ConsoleSingleton::Error().
|
virtual |
|
protectedvirtual |
Implements Gui::Dialog::PreferencePage.
|
virtual |
Implements Gui::Dialog::PreferencePage.
|
virtual |
Implements Gui::Dialog::PreferencePage.