X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fglobalsettings.hpp;h=a65a723c0c0e85f4704fa38bb712a8e68276c0ba;hp=6f32bf01ebbb8d959ce531a17ef1e55b0a16bba8;hb=a47b5a3fb9912f1d6e3fcc63d59ee6cc1b5338e2;hpb=a42d2514a57051f971e7b239bc3765ebf93669ae diff --git a/pv/globalsettings.hpp b/pv/globalsettings.hpp index 6f32bf01..a65a723c 100644 --- a/pv/globalsettings.hpp +++ b/pv/globalsettings.hpp @@ -53,6 +53,7 @@ class GlobalSettings : public QSettings public: static const QString Key_General_Theme; static const QString Key_General_Style; + static const QString Key_General_SaveWithSetup; static const QString Key_View_ZoomToFitDuringAcq; static const QString Key_View_ZoomToFitAfterAcq; static const QString Key_View_TriggerIsZeroTime; @@ -67,6 +68,7 @@ public: static const QString Key_View_DefaultLogicHeight; static const QString Key_View_ShowHoverMarker; static const QString Key_View_SnapDistance; + static const QString Key_View_CursorFillColor; static const QString Key_Dec_InitialStateConfigurable; static const QString Key_Dec_ExportFormat; static const QString Key_Log_BufferSize;