Doc: state that negative scales for Popup are not supported
This sentence was probably copied from Item's docs. Task-number: QTBUG-73687 Change-Id: If9f7554c78cbc47abc7c9fdabacc8025864b76e0 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
951bfc041f
commit
d45d163240
|
@ -1972,8 +1972,8 @@ void QQuickPopup::setOpacity(qreal opacity)
|
||||||
This property holds the scale factor of the popup. The default value is \c 1.0.
|
This property holds the scale factor of the popup. The default value is \c 1.0.
|
||||||
|
|
||||||
A scale of less than \c 1.0 causes the popup to be rendered at a smaller size,
|
A scale of less than \c 1.0 causes the popup to be rendered at a smaller size,
|
||||||
and a scale greater than \c 1.0 renders the popup at a larger size. A negative
|
and a scale greater than \c 1.0 renders the popup at a larger size. Negative
|
||||||
scale causes the popup to be mirrored when rendered.
|
scales are not supported.
|
||||||
*/
|
*/
|
||||||
qreal QQuickPopup::scale() const
|
qreal QQuickPopup::scale() const
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue