Merge pull request #5025 from luzpaz/DlgSettingsNavigation-code-naming-conformity

Gui: Make DlgSettingsNavigation methods conform to naming standard
This commit is contained in:
Yorik van Havre
2021-09-13 11:32:28 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ void DlgSettingsNavigation::saveSettings()
ui->checkBoxInvertZoom->onSave();
ui->checkBoxDisableTilt->onSave();
ui->spinBoxZoomStep->onSave();
ui->CheckBox_UseAutoRotation->onSave();
ui->checkBoxUseAutoRotation->onSave();
ui->qspinNewDocScale->onSave();
ui->prefStepByTurn->onSave();
ui->naviCubeToNearest->onSave();
@@ -117,7 +117,7 @@ void DlgSettingsNavigation::loadSettings()
ui->checkBoxInvertZoom->onRestore();
ui->checkBoxDisableTilt->onRestore();
ui->spinBoxZoomStep->onRestore();
ui->CheckBox_UseAutoRotation->onRestore();
ui->checkBoxUseAutoRotation->onRestore();
ui->qspinNewDocScale->onRestore();
ui->prefStepByTurn->onRestore();
ui->naviCubeToNearest->onRestore();

View File

@@ -404,7 +404,7 @@ The value is the diameter of the sphere to fit on the screen.</string>
</widget>
</item>
<item row="5" column="0">
<widget class="Gui::PrefCheckBox" name="CheckBox_UseAutoRotation">
<widget class="Gui::PrefCheckBox" name="checkBoxUseAutoRotation">
<property name="enabled">
<bool>true</bool>
</property>