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 () | |
![]() | |
PreferencePage (QWidget *parent=0) | |
Construction. More... | |
virtual ~PreferencePage () | |
Destruction. More... | |
Protected Member Functions | |
void changeEvent (QEvent *e) | |
Additional Inherited Members | |
![]() |
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