]> sigrok.org Git - pulseview.git/blobdiff - pv/toolbars/mainbar.hpp
Move run/stop button from the menu bar to the tab widget
[pulseview.git] / pv / toolbars / mainbar.hpp
index 0b82e95d833ed550fe0203718b02e97a6bab12fd..e5a7adce5483969690015e655606ef09b69318be 100644 (file)
@@ -152,7 +152,6 @@ private Q_SLOTS:
        void on_device_changed();
        void on_sample_count_changed();
        void on_sample_rate_changed();
-       void on_run_stop();
 
        void on_config_changed();
 
@@ -200,12 +199,6 @@ private:
 
        bool sample_count_supported_;
 
-       QIcon icon_red_;
-       QIcon icon_green_;
-       QIcon icon_grey_;
-       QToolButton run_stop_button_;
-       QAction *run_stop_button_action_;
-
 #ifdef ENABLE_DECODE
        QMenu *const menu_decoders_add_;
 #endif