Column handles (but not yet the columns themselves) are now movable
[quassel.git] / src / qtui / columnhandleitem.h
index 81c411e..3bfe5ba 100644 (file)
@@ -32,7 +32,10 @@ class ColumnHandleItem : public QGraphicsItem {
     inline QRectF boundingRect() const;
     void setXPos(qreal xpos);
 
     inline QRectF boundingRect() const;
     void setXPos(qreal xpos);
 
-    virtual void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget = 0);
+    void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget = 0);
+    void mouseMoveEvent(QGraphicsSceneMouseEvent *event);
+    void mousePressEvent(QGraphicsSceneMouseEvent *event);
+    void mouseReleaseEvent(QGraphicsSceneMouseEvent *event);
 
     void sceneRectChanged(const QRectF &);
 
 
     void sceneRectChanged(const QRectF &);