diff -r dee5afe5301f -r 3f74d0d4af4c src/gui/graphicsview/qgraphicswidget_p.h --- 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 {