X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftrace.h;h=85d137bcbd21cdd50b1c172defc9d6d2a8d2f1d5;hp=0b9c509aeda37e2f7e017ec1ffda7d0c7e1d6131;hb=b213ef0991a13af0c74ffe5c54382c5c455c5496;hpb=91e8bf08c9799cb1041d26bf2ff6b67abf9a420b diff --git a/pv/view/trace.h b/pv/view/trace.h index 0b9c509a..85d137bc 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();