summaryrefslogtreecommitdiffstats
path: root/tests/manual/qscreen/qscreen.pro
Commit message (Collapse)AuthorAgeFilesLines
* Manual QScreen test: capture screen changes.Friedemann Kleint2015-05-071-0/+1
| | | | | | | | | | | | - Make the subject of the Property watcher settable. - Embed it into a QMainWindow with menu and listen to the screen changed event, setting the new screen with a message about the position. - Remove hash, close obsolete windows by iterating over the top levels looking for the screen. Change-Id: I4ed1122bab7c0cd9676d63995ce85a44719f4ba6 Reviewed-by: Morten Johan Sørvig <morten.sorvig@theqtcompany.com>
* Added manual test for QScreen propertiesShawn Rutledge2012-09-211-0/+12
Shows property values in fields which auto-update when the properties change. Change-Id: Ib97566a74cb8d0fff5f85bf97783e89dfb07481f Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>