Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
8aad2c803ad5a1f44fbd372314becf7b540c1574 (qt-creator/tqtc-qt-creator/6.0)
Description
When the puppet is Qt 5 based we render single items and do the composting on the Qt Creator side.
For Qt 6 we render the complete scene. Both approaches have advantages and disadvantages.
But there are clear use cases where single item rendering is required. Those are poorly supported with Qt 6.
The main screen of the coffee machine is a good example.
Basically, all the screens are next to each other and the root item acts as a "view" and the screens are moved using the timeline.
Another case is the flow view.
Attached is a stand-alone proof of concept.
Attachments
Issue Links
- depends on
-
QTBUG-87437 QQuickItem::grabToImage() does not seem to work in Qt 6
- Closed