X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Ftrace.h;h=85d137bcbd21cdd50b1c172defc9d6d2a8d2f1d5;hb=4d3c4e342104dcba47c252e734dee441faaf2a9e;hp=0b9c509aeda37e2f7e017ec1ffda7d0c7e1d6131;hpb=91e8bf08c9799cb1041d26bf2ff6b67abf9a420b;p=pulseview.git diff --git a/pv/view/trace.h b/pv/view/trace.h index 0b9c509..85d137b 100644 --- a/pv/view/trace.h +++ b/pv/view/trace.h @@ -31,6 +31,8 @@ #include "selectableitem.h" +class QFormLayout; + namespace pv { class SigSession; @@ -179,15 +181,12 @@ private: QRectF get_label_rect(int right); private slots: - void on_action_set_name_triggered(); - - void on_action_set_colour_triggered(); - void on_text_changed(const QString &text); void on_colour_changed(const QColor &colour); signals: + void visibility_changed(); void text_changed(); void colour_changed();