Doc: Add missing \since 5.2 to QSizePolicy::retainSizeWhenHidden
Change-Id: I461e8187810e564e06869df86b23cc40aeba72bd Reviewed-by: Thorbjørn Lund Martsum <tmartsum@gmail.com>
This commit is contained in:
parent
7627f6739b
commit
c9ad904af9
@ -342,6 +342,7 @@
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn void QSizePolicy::retainSizeWhenHidden() const
|
\fn void QSizePolicy::retainSizeWhenHidden() const
|
||||||
|
\since 5.2
|
||||||
|
|
||||||
Returns if the layout should retain the widgets size when it is hidden. This is by default false.
|
Returns if the layout should retain the widgets size when it is hidden. This is by default false.
|
||||||
|
|
||||||
@ -350,6 +351,7 @@
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn void QSizePolicy::setRetainSizeWhenHidden(bool retainSize)
|
\fn void QSizePolicy::setRetainSizeWhenHidden(bool retainSize)
|
||||||
|
\since 5.2
|
||||||
|
|
||||||
Set if a layout should retain the widgets size when it is hidden.
|
Set if a layout should retain the widgets size when it is hidden.
|
||||||
If \a retainSize is true the layout will not be changed by hiding the widget.
|
If \a retainSize is true the layout will not be changed by hiding the widget.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user