X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fstandardbar.hpp;h=9c27f43ee171a4e8b9bfde6a3393672c758876c6;hp=060a7ef55a3ee90285eb2beb757a50fba12b39d9;hb=ff046cb6c42a2382ee281e83955b7ae44030b42e;hpb=89914a8657612761ff962ee973721a4872cda8d7 diff --git a/pv/views/trace/standardbar.hpp b/pv/views/trace/standardbar.hpp index 060a7ef5..9c27f43e 100644 --- a/pv/views/trace/standardbar.hpp +++ b/pv/views/trace/standardbar.hpp @@ -59,7 +59,6 @@ public: QAction* action_view_zoom_in() const; QAction* action_view_zoom_out() const; QAction* action_view_zoom_fit() const; - QAction* action_view_zoom_one_to_one() const; QAction* action_view_show_cursors() const; protected: @@ -73,7 +72,6 @@ protected: QAction *const action_view_zoom_in_; QAction *const action_view_zoom_out_; QAction *const action_view_zoom_fit_; - QAction *const action_view_zoom_one_to_one_; QAction *const action_view_show_cursors_; QToolButton *segment_display_mode_selector_; @@ -93,9 +91,8 @@ protected Q_SLOTS: void on_actionViewZoomFit_triggered(bool checked); - void on_actionViewZoomOneToOne_triggered(); - void on_actionViewShowCursors_triggered(); + void on_cursor_state_changed(bool show); void on_actionSDMLast_triggered(); void on_actionSDMLastComplete_triggered();