[TD]assorted Preference updates

- section line convention label
- remove superfluous save/restore on changeEvent
- change default scrub count
- add preference for default symbol dir
- add preference for display of section cut line
This commit is contained in:
wandererfan
2024-05-17 18:31:36 -04:00
committed by WandererFan
parent 9decb98c71
commit 55968bbf6c
20 changed files with 574 additions and 442 deletions

View File

@@ -90,6 +90,9 @@ void DlgPrefsTechDrawAnnotationImp::saveSettings()
ui->pcbMatting->onSave();
ui->pdsbBalloonKink->onSave();
ui->cbCutSurface->onSave();
ui->cb_ShowSectionLine->onSave();
ui->cb_IncludeCutLine->onSave();
// don't save invalid parameter values
// the comboboxes are properly loaded.
@@ -152,7 +155,8 @@ void DlgPrefsTechDrawAnnotationImp::loadSettings()
ui->cbCutSurface->onRestore();
ui->pcbDetailMatting->onRestore();
ui->pcbDetailHighlight->onRestore();
ui->cb_ShowSectionLine->onRestore();
ui->cb_IncludeCutLine->onRestore();
ui->pcbBalloonArrow->onRestore();
DrawGuiUtil::loadArrowBox(ui->pcbBalloonArrow);