Introduce column separator items; change most of ChatView to use qreal
[quassel.git] / src / qtui / chatline.h
index 7f83735..c7ac49b 100644 (file)
@@ -41,7 +41,7 @@ class ChatLine : public QGraphicsItem {
     //void layout();
 
     // returns height
-    int setColumnWidths(int tsColWidth, int senderColWidth, int textColWidth);
+    qreal setGeometry(qreal width, qreal firstColPos, qreal secondColPos);
 
     //void myMousePressEvent ( QGraphicsSceneMouseEvent * event ) { qDebug() << "press"; mousePressEvent(event); }