TraceGroup: Implemented paint_label
[pulseview.git] / pv / view / tracegroup.h
index a9f5558f4a381893dcae3d05c9bf36d9a9742243..5171b7fc880c23f5e2d390ba2bc1d06c553e3399 100644 (file)
@@ -34,6 +34,8 @@ class TraceGroup : public RowItem, public RowItemOwner
 private:
        static const int Padding;
        static const int Width;
+       static const int LineThickness;
+       static const QColor LineColour;
 
 public:
        /**
@@ -109,6 +111,9 @@ public:
        int owner_v_offset() const;
 
        void update_viewport();
+
+private Q_SLOTS:
+       void on_ungroup();
 };
 
 } // view