The DlgSettingsImp class implements a preference page to change settings for the Spreadsheet workbench. More...
#include <DlgSettingsImp.h>
Public Member Functions | |
DlgSettingsImp (QWidget *parent=nullptr) | |
~DlgSettingsImp () | |
Destroys the object and frees any allocated resources. More... | |
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) |
Sets the strings of the subwidgets using the current language. More... | |
void | loadSettings () |
void | saveSettings () |
virtual void | changeEvent (QEvent *e)=0 |
Additional Inherited Members | |
Public Slots inherited from Gui::Dialog::PreferencePage | |
virtual void | loadSettings ()=0 |
virtual void | saveSettings ()=0 |
The DlgSettingsImp class implements a preference page to change settings for the Spreadsheet workbench.
/author TheMarkster, based on work by Jürgen Riegel
DlgSettingsImp::DlgSettingsImp | ( | QWidget * | parent = nullptr | ) |
DlgSettingsImp::~DlgSettingsImp | ( | ) |
Destroys the object and frees any allocated resources.
|
protectedvirtual |
Sets the strings of the subwidgets using the current language.
Implements Gui::Dialog::PreferencePage.
|
protectedvirtual |
items "tab", ";", and "," have already been added to the combo box in the .ui file we'll recognize a few tokens: comma, semicolon, tab, and \t
Implements Gui::Dialog::PreferencePage.
References App::GetApplication(), ParameterGrp::GetASCII(), and App::Application::GetParameterGroupByPath().
|
protectedvirtual |
use whatever the user has entered here we'll check for validity during import/export
Implements Gui::Dialog::PreferencePage.
References App::GetApplication(), App::Application::GetParameterGroupByPath(), and ParameterGrp::SetASCII().