X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftimemarker.h;h=63733f7a5c9a4a9040f4660db5b0ebf152c490c0;hp=f12fa2965693b7d7580b3b8638c8c9174f5f8561;hb=1e256e16a17271fab3c9c57de3558b3b1c8184f4;hpb=949361337a82aa8765d72d8d475a79ace956945c diff --git a/pv/view/timemarker.h b/pv/view/timemarker.h index f12fa296..63733f7a 100644 --- a/pv/view/timemarker.h +++ b/pv/view/timemarker.h @@ -22,8 +22,10 @@ #define PULSEVIEW_PV_VIEW_MARKER_H #include +#include #include #include +#include #include "selectableitem.h" @@ -88,6 +90,9 @@ public: */ const std::list get_context_bar_actions(); +private slots: + void on_value_changed(double value); + signals: void time_changed(); @@ -98,6 +103,10 @@ protected: double _time; QSizeF _text_size; + + QWidgetAction _value_action; + QDoubleSpinBox _value_widget; + bool _updating_value_widget; }; } // namespace view