Sketcher: display dimensional constraint name
- checkbox in sketcher settings ui to display dimensional constrain name - option to format dimensional presentation string
This commit is contained in:
@@ -151,6 +151,8 @@ void SketcherSettingsDisplay::saveSettings()
|
||||
ui->continueMode->onSave();
|
||||
ui->constraintMode->onSave();
|
||||
ui->checkBoxHideUnits->onSave();
|
||||
ui->checkBoxShowDimensionalName->onSave();
|
||||
ui->prefDimensionalStringFormat->onSave();
|
||||
ui->checkBoxTVHideDependent->onSave();
|
||||
ui->checkBoxTVShowLinks->onSave();
|
||||
ui->checkBoxTVShowSupport->onSave();
|
||||
@@ -173,6 +175,8 @@ void SketcherSettingsDisplay::loadSettings()
|
||||
ui->continueMode->onRestore();
|
||||
ui->constraintMode->onRestore();
|
||||
ui->checkBoxHideUnits->onRestore();
|
||||
ui->checkBoxShowDimensionalName->onRestore();
|
||||
ui->prefDimensionalStringFormat->onRestore();
|
||||
ui->checkBoxTVHideDependent->onRestore();
|
||||
ui->checkBoxTVShowLinks->onRestore();
|
||||
ui->checkBoxTVShowSupport->onRestore();
|
||||
|
||||
Reference in New Issue
Block a user