Added option to hide units in sketch

Currently not hooked up to anything just yet.
This commit is contained in:
hokieengr
2018-07-02 18:20:32 -04:00
committed by Yorik van Havre
parent 548f63fd0e
commit 5e3ce0331e
2 changed files with 76 additions and 58 deletions

View File

@@ -100,6 +100,7 @@ void SketcherSettings::saveSettings()
ui->dialogOnDistanceConstraint->onSave();
ui->continueMode->onSave();
ui->constraintMode->onSave();
ui->checkBoxHideUnits->onSave();
ui->checkBoxAdvancedSolverTaskBox->onSave();
ui->checkBoxRecalculateInitialSolutionWhileDragging->onSave();
ui->checkBoxTVHideDependent->onSave();
@@ -123,6 +124,7 @@ void SketcherSettings::loadSettings()
ui->dialogOnDistanceConstraint->onRestore();
ui->continueMode->onRestore();
ui->constraintMode->onRestore();
ui->checkBoxHideUnits->onRestore();
ui->checkBoxAdvancedSolverTaskBox->onRestore();
ui->checkBoxRecalculateInitialSolutionWhileDragging->onRestore();
ui->checkBoxTVHideDependent->onRestore();