Obsolete Members for QQuickPaintedItem
The following members of class QQuickPaintedItem are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
(deprecated)
contentsScale : qreal(deprecated)
contentsSize : QSize
Public Functions
(deprecated) QRectF | contentsBoundingRect() const |
(deprecated) qreal | contentsScale() const |
(deprecated) QSize | contentsSize() const |
(deprecated) void | resetContentsSize() |
(deprecated) void | setContentsScale(qreal) |
(deprecated) void | setContentsSize(const QSize &) |
Signals
(deprecated) void | contentsScaleChanged() |
(deprecated) void | contentsSizeChanged() |
Property Documentation
contentsScale : qreal
This property is deprecated. We strongly advise against using it in new code.
Obsolete method for scaling the contents.
This function is provided for compatibility, use size() in combination with textureSize() to decide the size of what you are drawing.
Access functions:
qreal | contentsScale() const |
void | setContentsScale(qreal) |
Notifier signal:
void | contentsScaleChanged() |
See also width(), height(), and textureSize().
contentsSize : QSize
This property is deprecated. We strongly advise against using it in new code.
Obsolete method for setting the contents size.
This function is provided for compatibility, use size in combination with textureSize to decide the size of what you are drawing.
Access functions:
QSize | contentsSize() const |
void | setContentsSize(const QSize &) |
Notifier signal:
void | contentsSizeChanged() |
See also width(), height(), and textureSize().
Member Function Documentation
QRectF QQuickPaintedItem::contentsBoundingRect() const
This function is deprecated. We strongly advise against using it in new code.
This function is provided for compatibility, use size in combination with textureSize to decide the size of what you are drawing.
See also width(), height(), and textureSize().
void QQuickPaintedItem::resetContentsSize()
This function is deprecated. We strongly advise against using it in new code.
This convenience function is equivalent to calling setContentsSize(QSize()).
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.