#include <DlgSettingsGeneral.h>
Public Member Functions | |
| DlgSettingsGeneral (QWidget *parent=0) | |
| ~DlgSettingsGeneral () | |
| Destroys the object and frees any allocated resources. | |
Protected Member Functions | |
| void | changeEvent (QEvent *e) |
| Sets the strings of the subwidgets using the current language. | |
| void | loadSettings () |
| void | saveSettings () |
Definition at line 32 of file DlgSettingsGeneral.h.
| DlgSettingsGeneral::DlgSettingsGeneral | ( | QWidget * | parent = 0 |
) |
Definition at line 36 of file DlgSettingsGeneral.cpp.
References PartGui::Ui_DlgSettingsGeneral::setupUi().
| DlgSettingsGeneral::~DlgSettingsGeneral | ( | ) |
Destroys the object and frees any allocated resources.
Definition at line 46 of file DlgSettingsGeneral.cpp.
| void DlgSettingsGeneral::changeEvent | ( | QEvent * | e | ) | [protected, virtual] |
Sets the strings of the subwidgets using the current language.
Implements Gui::Dialog::PreferencePage.
Definition at line 85 of file DlgSettingsGeneral.cpp.
References PartGui::Ui_DlgSettingsGeneral::retranslateUi().
| void DlgSettingsGeneral::loadSettings | ( | ) | [protected, virtual] |
Implements Gui::Dialog::PreferencePage.
Definition at line 74 of file DlgSettingsGeneral.cpp.
References PartGui::Ui_DlgSettingsGeneral::comboBoxUnits, App::GetApplication(), ParameterGrp::GetGroup(), and App::Application::GetUserParameter().
| void DlgSettingsGeneral::saveSettings | ( | ) | [protected, virtual] |
Implements Gui::Dialog::PreferencePage.
Definition at line 52 of file DlgSettingsGeneral.cpp.
References PartGui::Ui_DlgSettingsGeneral::comboBoxUnits, App::GetApplication(), ParameterGrp::GetGroup(), and App::Application::GetUserParameter().
1.6.1