-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
5.1.0
-
win 7 64bit, NVidia Quadro 600
If I have a qml file with
Item { scale: 4; QQuickPaintedItemImpl {} }
Then the QQuickPaintedItemImpl will render at pixel size ( width(), height() ) but be displayed as size ( 4 * width(), 4 * height() ).
This is very ugly.
Furthermore, if the effective display object scale changes then QQuickPaintedItem needs to re-render accordingly.
- relates to
-
QTBUG-32510 QQuickPaintedItem does not respect contentSize()/setContentsSize() correctly
-
- Closed
-