X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fstring.hpp;h=8282cb7f5928616fb2b64da1b5420c6439948458;hb=dbed5609ae31cdfc3e9db10f3ab91b7607c08372;hp=6032cab02a3c47f386538fc2f815469fe1abd039;hpb=efdec55aec1a137460fa362a381ed1904182bfed;p=pulseview.git diff --git a/pv/prop/string.hpp b/pv/prop/string.hpp index 6032cab..8282cb7 100644 --- a/pv/prop/string.hpp +++ b/pv/prop/string.hpp @@ -32,9 +32,10 @@ class String : public Property Q_OBJECT; public: - String(QString name, Getter getter, Setter setter); + String(QString name, QString desc, Getter getter, Setter setter); QWidget* get_widget(QWidget *parent, bool auto_commit); + void update_widget(); void commit(); @@ -45,7 +46,7 @@ private: QLineEdit *line_edit_; }; -} // prop -} // pv +} // namespace prop +} // namespace pv #endif // PULSEVIEW_PV_PROP_STRING_HPP