X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fsignal.h;h=540eb6eda38899b3027a9f3a4baac45ecb39b3ba;hb=03ce95a9bb81c05bae0da9de189d280214db67c3;hp=d55bcf1fe5205386ef8165be34b020232d496def;hpb=fe08b6e8a85c80ae738757f7d85aa38ef7c4bdc3;p=pulseview.git diff --git a/pv/view/signal.h b/pv/view/signal.h index d55bcf1..540eb6e 100644 --- a/pv/view/signal.h +++ b/pv/view/signal.h @@ -46,8 +46,6 @@ protected: Signal(pv::SigSession &session, const sr_probe *const probe); public: - virtual void init_context_bar_actions(QWidget *parent); - /** * Sets the name of the signal. */ @@ -60,13 +58,14 @@ public: const sr_probe* probe() const; + virtual void populate_popup_form(QWidget *parent, QFormLayout *form); + private slots: void on_text_changed(const QString &text); protected: const sr_probe *const _probe; - QWidgetAction *_name_action; QComboBox *_name_widget; bool _updating_name_widget; };