diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp index d5a0e92fac5..0fe0029d67d 100644 --- a/src/widgets/kernel/qwidget.cpp +++ b/src/widgets/kernel/qwidget.cpp @@ -3583,19 +3583,6 @@ QPoint QWidget::pos() const resizeEvent(), minimumSize(), maximumSize() */ -/*! - \property QWidget::normalGeometry - - \brief the geometry of the widget as it will appear when shown as - a normal (not maximized or full screen) top-level widget - - For child widgets this property always holds an empty rectangle. - - By default, this property contains an empty rectangle. - - \sa QWidget::windowState(), QWidget::geometry -*/ - /*! \property QWidget::size \brief the size of the widget excluding any window frame @@ -3664,7 +3651,21 @@ QPoint QWidget::pos() const \sa size */ +/*! + \property QWidget::normalGeometry + \brief the geometry of the widget as it will appear when shown as + a normal (not maximized or full screen) top-level widget + + If the widget is already in this state the normal geometry will + reflect the widget's current geometry(). + + For child widgets this property always holds an empty rectangle. + + By default, this property contains an empty rectangle. + + \sa QWidget::windowState(), QWidget::geometry +*/ QRect QWidget::normalGeometry() const { Q_D(const QWidget);