According to the documentation, QWidget::normalGeometry returns the geometry of the widget as it will appear when shown as a normal (not maximized or full screen) top-level widget. However, when I maximize the window it returns the same value as QWidget::geometry, that is the size of a maximized window instead of its normal size. Could somebody explain this?