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=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
 

Detailed Description

Subclass that embeds a form from a Python class.

Author
Werner Mayer

Constructor & Destructor Documentation

◆ PreferencePagePython()

PreferencePagePython::PreferencePagePython ( const Py::Object &  dlg,
QWidget parent = nullptr 
)

◆ ~PreferencePagePython()

PreferencePagePython::~PreferencePagePython ( )
virtual

Member Function Documentation

◆ changeEvent()

void PreferencePagePython::changeEvent ( QEvent e)
protectedvirtual

◆ loadSettings()

void PreferencePagePython::loadSettings ( )
virtual

◆ saveSettings()

void PreferencePagePython::saveSettings ( )
virtual

The documentation for this class was generated from the following files: