X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fsweeptimingwidget.hpp;h=46d12d8e1e47c79687e4c8796bce51c762bf6ccc;hp=28fb9ac6949ea4e706d8b729798f8a9e43f774f8;hb=f4ab4b5c657e5613caba82feaa81a8a400e4f331;hpb=efdec55aec1a137460fa362a381ed1904182bfed diff --git a/pv/widgets/sweeptimingwidget.hpp b/pv/widgets/sweeptimingwidget.hpp index 28fb9ac..46d12d8 100644 --- a/pv/widgets/sweeptimingwidget.hpp +++ b/pv/widgets/sweeptimingwidget.hpp @@ -46,6 +46,8 @@ private: public: SweepTimingWidget(const char *suffix, QWidget *parent = nullptr); + void allow_user_entered_values(bool value); + void show_none(); void show_min_max_step(uint64_t min, uint64_t max, uint64_t step); void show_list(const uint64_t *vals, size_t count); @@ -68,7 +70,7 @@ private: ValueType value_type_; }; -} // widgets -} // pv +} // namespace widgets +} // namespace pv #endif // PULSEVIEW_PV_WIDGETS_SWEEPTIMINGWIDGET_HPP