X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fglobalsettings.hpp;h=bc2a4acd795c8d2bab594eccfd84474e006ce609;hb=93dbad3ed4954c3e0c140c26e867bda219cd683f;hp=e890a800e306b302f0b5939c28d7c78bcfe537d0;hpb=c04f5a29b805e2aa7afa06d80363bad1f5b705f6;p=pulseview.git diff --git a/pv/globalsettings.hpp b/pv/globalsettings.hpp index e890a800..bc2a4acd 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; @@ -70,6 +71,7 @@ public: static const QString Key_View_CursorFillColor; static const QString Key_Dec_InitialStateConfigurable; static const QString Key_Dec_ExportFormat; + static const QString Key_Dec_AlwaysShowAllRows; static const QString Key_Log_BufferSize; static const QString Key_Log_NotifyOfStacktrace;