[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 6a947afda5
commit ff17df2ff5
20 changed files with 574 additions and 442 deletions

View File

@@ -85,6 +85,8 @@ public:
static std::string svgFile();
static std::string patFile();
static QString defaultSymbolDir();
static std::string bitmapFill();
static double GapISO();
@@ -126,6 +128,8 @@ public:
static std::string currentElementDefFile();
static int sectionLineConvention();
static bool showSectionLine();
static bool includeCutLine();
static bool useExactMatchOnDims();
};