src/gui/graphicsview/qgraphicswidget_p.h
branchRCL_3
changeset 7 3f74d0d4af4c
parent 4 3b1da2848fc7
child 13 c0432d11811c
--- a/src/gui/graphicsview/qgraphicswidget_p.h	Mon Mar 15 12:43:09 2010 +0200
+++ b/src/gui/graphicsview/qgraphicswidget_p.h	Thu Apr 08 14:19:33 2010 +0300
@@ -130,6 +130,15 @@
     void windowFrameHoverLeaveEvent(QGraphicsSceneHoverEvent *event);
     bool hasDecoration() const;
 
+    // Private Properties
+    qreal width() const;
+    void setWidth(qreal);
+    void resetWidth();
+
+    qreal height() const;
+    void setHeight(qreal);
+    void resetHeight();
+
     // State
     inline int attributeToBitIndex(Qt::WidgetAttribute att) const
     {