Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.8.0 Alpha
-
None
-
d6dfbe8fd5d09388fc624d85c4aefa0269c20db9
Description
Qt Quick needs a way to enumerate QScreen instances in a QML-ish manner, and a property on Window to associate with the chosen screen. This would map to QWindow::setScreen() of course.
This is an issue for QtWayland where compositors written in QML - combined with a focus on multi-display in the high-end embedded space - is one of the key selling points. Others are affected too, e.g. Quick Controls promotes the usage of QQmlApplicationEngine and the Window element. It is currently impossible to utilize multiple screens without resorting to C++.
Note that the existing Screen attached property is useless for our purposes here.
Attachments
Issue Links
- relates to
-
QTBUG-46412 expose a complete list of QInputDevice
- Closed