src/gui/graphicsview/qgraphicswidget_p.h
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 14 c0432d11811c
--- a/src/gui/graphicsview/qgraphicswidget_p.h	Fri Apr 16 15:50:13 2010 +0300
+++ b/src/gui/graphicsview/qgraphicswidget_p.h	Mon May 03 13:17:34 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
     {