summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/styles/qstyle/testdata.qrc
Commit message (Collapse)AuthorAgeFilesLines
* tst_QStyle: Remove unused baseline images (Windows Vista/macOS)Friedemann Kleint2019-08-221-19/+0
| | | | | | | | | | | | | | | The test contained outdated baseline images for 1) Windows Vista: They were only used for OS version Vista and do not match any more. 2) macOS: They were apparently were not in use any more Remove the testing and image comparison code. Task-number: QTBUG-76493 Change-Id: I91cec5113db8d1845b43f97ad2987e63d9f86ac7 Reviewed-by: Christian Ehrlicher <ch.ehrlicher@gmx.de>
* tst_QStyle::drawItemPixmap(): Check on the image colorFriedemann Kleint2017-07-191-1/+0
| | | | | | | | | | | | Verify that all pixels of the grabbed image are green instead of comparing an image loaded from file. The test then also passes when High DPI scaling is active in which case a twice as big pixmap with DPR=2 is obtained when grabbing the widget. Change-Id: Ie5244a39a68ea0defd2590cf30f251d660d0869b Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Android: Fix some QStyle testsEskil Abrahamsen Blomfeldt2015-01-081-0/+20
This adds the testdata to a qrc to make them available on Android. There are still some failures which might be actual errors, and which will be addressed separately. Change-Id: I1bdcfb2c6676134ca52388d49a1b2d25cf2813f9 Reviewed-by: BogDan Vatra <bogdan@kde.org>