X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fwidgets%2Fsweeptimingwidget.h;h=5510865eb632f28680883c92f56e5f72682a1378;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hp=c0bcc8f787bfa2efbdad56f0194bdca762cf6964;hpb=67d163940f97cd03137ddee93dd5aa115d0f4a5c;p=pulseview.git diff --git a/pv/widgets/sweeptimingwidget.h b/pv/widgets/sweeptimingwidget.h index c0bcc8f..5510865 100644 --- a/pv/widgets/sweeptimingwidget.h +++ b/pv/widgets/sweeptimingwidget.h @@ -55,16 +55,18 @@ public: uint64_t value() const; void set_value(uint64_t value); -signals: +Q_SIGNALS: void value_changed(); private: - QHBoxLayout _layout; + const char *const suffix_; - QDoubleSpinBox _value; - QComboBox _list; + QHBoxLayout layout_; - ValueType _value_type; + QDoubleSpinBox value_; + QComboBox list_; + + ValueType value_type_; }; } // widgets