Gui::Dialog::PreferencePagePython Class Reference
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=0) | |
void | saveSettings () |
virtual | ~PreferencePagePython () |
Public Member Functions inherited from Gui::Dialog::PreferencePage | |
PreferencePage (QWidget *parent=0) | |
Construction. More... | |
virtual | ~PreferencePage () |
Destruction. More... | |
Protected Member Functions | |
void | changeEvent (QEvent *e) |
Additional Inherited Members | |
Public Slots inherited from Gui::Dialog::PreferencePage |
Detailed Description
Subclass that embeds a form from a Python class.
Constructor & Destructor Documentation
◆ PreferencePagePython()
PreferencePagePython::PreferencePagePython | ( | const Py::Object & | dlg, |
QWidget * | parent = 0 |
||
) |
References Gui::PythonWrapper::loadCoreModule(), and Gui::PythonWrapper::toQObject().
◆ ~PreferencePagePython()
|
virtual |
Member Function Documentation
◆ changeEvent()
|
protectedvirtual |
Implements Gui::Dialog::PreferencePage.
◆ loadSettings()
|
virtual |
Implements Gui::Dialog::PreferencePage.
◆ saveSettings()
|
virtual |
Implements Gui::Dialog::PreferencePage.
The documentation for this class was generated from the following files:
- src/Gui/WidgetFactory.h
- src/Gui/WidgetFactory.cpp