X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fstandardbar.hpp;h=a6e8606e132831044de132780cfecdd677167e8c;hp=e1394372dc4a0a5273b9b03501f99dba24c5d48e;hb=341d9a7975be53bb44af8d2deeba9b4a5e086929;hpb=7daebd054e65a244dce36933cbf173b8d7532a09 diff --git a/pv/views/trace/standardbar.hpp b/pv/views/trace/standardbar.hpp index e1394372..a6e8606e 100644 --- a/pv/views/trace/standardbar.hpp +++ b/pv/views/trace/standardbar.hpp @@ -75,6 +75,9 @@ protected: QSpinBox *segment_selector_; +Q_SIGNALS: + void segment_selected(int segment_id); + protected Q_SLOTS: void on_actionViewZoomIn_triggered(); @@ -90,6 +93,7 @@ protected Q_SLOTS: void on_new_segment(int new_segment_id); void on_segment_changed(int segment_id); + void on_segment_selected(int ui_segment_id); void on_segment_display_mode_changed(bool segment_selectable); private: