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