summaryrefslogtreecommitdiffstats
path: root/examples/wayland/multi-screen/multi-screen.pro
Commit message (Collapse)AuthorAgeFilesLines
* Move Screen -> CompositorScreen in examplesEskil Abrahamsen Blomfeldt2020-07-091-1/+1
| | | | | | | | | | | | | We no longer support using types called Screen when QtQuick is imported. This also cleans up a couple of copy-paste errors, where Screen.qml is referenced from the .pro file without actually existing in the example. Task-number: QTBUG-85199 Change-Id: I7f456aabacaf6165d38fbe4bf951baf6d3dab9a6 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
* Add a multi-screen compositor exampleJohan Klokkhammer Helsing2016-10-101-0/+18
This example shows how shell surfaces can move across outputs in order to create traditional multi-monitor desktop functionality. Change-Id: Ie7c0aa1dc47c0c1a944dffcce5237dee92785396 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io> Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@hawaiios.org>