Gui::Dialog::DlgGeneralImp Class Reference

This class implements the settings for the application. More...

#include <DlgGeneralImp.h>

Public Member Functions

 DlgGeneralImp (QWidget *parent=0)
 Constructs a DlgGeneralImp which is a child of 'parent', with the name 'name' and widget flags set to 'f'. More...
 
void loadSettings ()
 
void saveSettings ()
 
 ~DlgGeneralImp ()
 Destroys the object and frees any allocated resources. More...
 
- 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

This class implements the settings for the application.

You can change window style, size of pixmaps, size of recent file list and so on

Author
Werner Mayer

Constructor & Destructor Documentation

◆ DlgGeneralImp()

DlgGeneralImp::DlgGeneralImp ( QWidget parent = 0)

Constructs a DlgGeneralImp which is a child of 'parent', with the name 'name' and widget flags set to 'f'.

The dialog will by default be modeless, unless you set 'modal' to true to construct a modal dialog.

References Gui::Application::Instance, Gui::Application::workbenches(), Gui::Application::workbenchIcon(), and Gui::Application::workbenchMenuText().

◆ ~DlgGeneralImp()

DlgGeneralImp::~DlgGeneralImp ( )

Destroys the object and frees any allocated resources.

Member Function Documentation

◆ changeEvent()

void DlgGeneralImp::changeEvent ( QEvent e)
protectedvirtual

◆ loadSettings()

◆ saveSettings()


The documentation for this class was generated from the following files:
  • src/Gui/DlgGeneralImp.h
  • src/Gui/DlgGeneralImp.cpp