[TD]Standard Line Styles - Gui components

This commit is contained in:
wandererfan
2023-11-16 11:33:45 -05:00
committed by WandererFan
parent 79694d9956
commit d4e1731716
42 changed files with 1494 additions and 1395 deletions

View File

@@ -27,6 +27,7 @@
#include "DlgPrefsTechDrawGeneralImp.h"
#include "ui_DlgPrefsTechDrawGeneral.h"
#include "PreferencesGui.h"
#include "DrawGuiUtil.h"
using namespace TechDrawGui;
@@ -60,7 +61,7 @@ void DlgPrefsTechDrawGeneralImp::saveSettings()
ui->plsb_LabelSize->onSave();
ui->cbProjAngle->onSave();
ui->cbHiddenLineStyle->onSave();
ui->cbSectionLineStd->onSave();
ui->pfc_DefTemp->onSave();
ui->pfc_DefDir->onSave();
@@ -92,7 +93,7 @@ void DlgPrefsTechDrawGeneralImp::loadSettings()
ui->plsb_LabelSize->onRestore();
ui->cbProjAngle->onRestore();
ui->cbHiddenLineStyle->onRestore();
ui->cbSectionLineStd->onRestore();
ui->pfc_DefTemp->onRestore();
ui->pfc_DefDir->onRestore();