Window for editing user-specific application settings.
More...
#include <usersettingswindow.h>
|
| void | showEvent (QShowEvent *event) |
| | Sets up this window, updating the view with the stored settings. More...
|
| |
Window for editing user-specific application settings.
◆ UserSettingsWindow()
Constructs a new window for editing user-specific application settings.
- Parameters
-
| settingsController | Controller for accessing user settings. |
| parent | Optional owner widget. |
◆ getExpandRecordTreeOnRefresh()
| bool UserSettingsWindow::getExpandRecordTreeOnRefresh |
( |
| ) |
|
Gets whether to expand all nodes of the record tree every time after it has changed.
- Returns
- Whether to expand all nodes of the record tree every time after it has changed, or not.
◆ getRunIntegrityChecksOnLoad()
| bool UserSettingsWindow::getRunIntegrityChecksOnLoad |
( |
| ) |
|
Gets whether to run all integrity checks after opening a project.
- Returns
- Whether to run all integrity checks after opening a project, or not.
◆ getRunIntegrityChecksOnSave()
| bool UserSettingsWindow::getRunIntegrityChecksOnSave |
( |
| ) |
|
Gets whether to run all integrity checks after saving a project.
- Returns
- Whether to run all integrity checks after saving a project, or not.
◆ getShowComponentNamesInRecordTable()
| bool UserSettingsWindow::getShowComponentNamesInRecordTable |
( |
| ) |
|
Gets whether to show the names of the respective component in front of the field name in the record table.
- Returns
- Whether to show the names of the respective component in front of the field name in the record table, or not.
◆ getShowDescriptionColumnInsteadOfFieldTooltips()
| bool UserSettingsWindow::getShowDescriptionColumnInsteadOfFieldTooltips |
( |
| ) |
|
Gets whether to show an additional column with the description of all record fields in the record table.
- Returns
- true, if showing the description of all record fields in an additional column in the record table, and false if showing tooltips instead.
◆ showEvent()
| void UserSettingsWindow::showEvent |
( |
QShowEvent * |
event | ) |
|
|
protected |
Sets up this window, updating the view with the stored settings.
- Parameters
-
| event | Event for showing this window. |
The documentation for this class was generated from the following files:
- Source/Tome/Features/Settings/View/usersettingswindow.h
- Source/Tome/Features/Settings/View/usersettingswindow.cpp