src/hbcore/primitives/hbslidertrackitem_p.h
changeset 28 b7da29130b0e
parent 0 16d8024aca5e
--- a/src/hbcore/primitives/hbslidertrackitem_p.h	Thu Sep 02 20:44:51 2010 +0300
+++ b/src/hbcore/primitives/hbslidertrackitem_p.h	Fri Sep 17 08:32:10 2010 +0300
@@ -41,6 +41,7 @@
     void setOrientation(Qt::Orientation);
     void setSpan( qreal span);
     void paint ( QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget = 0 );
+    void setHandleRect(QRectF handleRect);
     int minimum;
     int maximum;
     int value;
@@ -49,6 +50,7 @@
     Qt::Orientation mOrientation;
     qreal trackSpan;
     bool setMask;
+    QRectF handleRect;
 protected:
     void changeEvent(QEvent *event);
 };