Subclass that embeds a form from a Python class. More...
#include <WidgetFactory.h>
Public Member Functions | |
void | loadSettings () |
PreferencePagePython (const Py::Object &dlg, QWidget *parent=nullptr) | |
void | saveSettings () |
virtual | ~PreferencePagePython () |
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 Python class.
PreferencePagePython::PreferencePagePython | ( | const Py::Object & | dlg, |
QWidget * | parent = nullptr |
||
) |
References Gui::PythonWrapper::loadCoreModule(), and Gui::PythonWrapper::toQObject().
|
virtual |
|
protectedvirtual |
Implements Gui::Dialog::PreferencePage.
|
virtual |
Implements Gui::Dialog::PreferencePage.
|
virtual |
Implements Gui::Dialog::PreferencePage.