]> sigrok.org Git - pulseview.git/blobdiff - pv/view/view.hpp
View: Introduce settings_restored_
[pulseview.git] / pv / view / view.hpp
index 8d5e60f2f35ed76262b6654c6ad85f66cbb4fc3b..08e17d6056867f45be84bee8b62d61cad70f45df 100644 (file)
@@ -323,7 +323,9 @@ private:
 
        void set_scroll_default();
 
-       bool header_fully_visible() const;
+       bool header_was_shrunk() const;
+
+       void expand_header_to_fit();
 
        void update_layout();
 
@@ -353,6 +355,9 @@ public:
 
 private Q_SLOTS:
 
+       void on_splitter_moved();
+       void on_repeat_splitter_expansion();
+
        void h_scroll_value_changed(int value);
        void v_scroll_value_changed();
 
@@ -421,6 +426,8 @@ private:
        pv::util::Timestamp offset_;
 
        bool updating_scroll_;
+       bool settings_restored_;
+
        bool sticky_scrolling_;
        bool coloured_bg_;
        bool always_zoom_to_fit_;