summaryrefslogtreecommitdiffstats
path: root/tests/auto/lancelot/scripts/pens_cosmetic.qps
diff options
context:
space:
mode:
authorJo Asplin <jo.asplin@nokia.com>2011-10-20 13:17:26 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-20 19:45:41 +0200
commit9f1aa866bda7678261f2f441d4cfd5bb524c2411 (patch)
tree5028f578122e7feb9200d571405494c73d96db89 /tests/auto/lancelot/scripts/pens_cosmetic.qps
parent78d02e93aca5325fc5be9bfd275862795207abaa (diff)
Moved tests into integrationtests/ and widgets/
Task-number: QTBUG-19013 Change-Id: Ibb776f5967c0645ce6d22ef7afdc40657c575461 Reviewed-by: Holger Ihrig <holger.ihrig@nokia.com>
Diffstat (limited to 'tests/auto/lancelot/scripts/pens_cosmetic.qps')
-rw-r--r--tests/auto/lancelot/scripts/pens_cosmetic.qps110
1 files changed, 0 insertions, 110 deletions
diff --git a/tests/auto/lancelot/scripts/pens_cosmetic.qps b/tests/auto/lancelot/scripts/pens_cosmetic.qps
deleted file mode 100644
index d1a60d150d..0000000000
--- a/tests/auto/lancelot/scripts/pens_cosmetic.qps
+++ /dev/null
@@ -1,110 +0,0 @@
-# Version: 1
-# CheckVsReference: 1% (0 0 585 470)
-
-path_addEllipse path 22 0 7 7
-path_addRect path 25 5 4 4
-
-translate 20 20
-
-begin_block lines
- save
- drawLine 0 0 10 10
- drawLine 2 0 10 0
- drawLine 0 2 0 10
- drawPolygon [12 0 20 0 15 10]
- drawPath path
- drawEllipse 32 0 8 8
- drawPoint 36 4
-
- translate 100 0
- save
- scale 4 1
- drawLine 0 0 10 10
- drawLine 2 0 10 0
- drawLine 0 2 0 10
- drawPolygon [12 0 20 0 15 10]
- drawPath path
- drawEllipse 32 0 8 8
- drawPoint 36 4
- restore
-
- translate 200 0
- save
- scale 1 4
- drawLine 0 0 10 10
- drawLine 2 0 10 0
- drawLine 0 2 0 10
- drawPolygon [12 0 20 0 15 10]
- drawPath path
- drawEllipse 32 0 8 8
- drawPoint 36 4
- restore
-
- translate 100 0
- save
- scale 4 4
- drawLine 0 0 10 10
- drawLine 2 0 10 0
- drawLine 0 2 0 10
- drawPolygon [12 0 20 0 15 10]
- drawPath path
- drawEllipse 32 0 8 8
- drawPoint 36 4
- restore
- restore
-end_block
-
-drawText 580 15 "non-cosmetic, 0-width"
-translate 0 50
-
-setPen black 2
-repeat_block lines
-drawText 580 15 "non-cosmetic, 2-width"
-
-translate 0 20
-translate 0 50
-setPen black 0
-pen_setCosmetic true
-repeat_block lines
-drawText 580 15 "cosmetic, 0-width"
-
-translate 0 50
-setPen black 2
-pen_setCosmetic true
-repeat_block lines
-drawText 580 15 "cosmetic, 2-width"
-
-
-setRenderHint Antialiasing
-translate 0 20
-
-translate 0 50
-setPen black 0
-repeat_block lines
-drawText 580 15 "non-cosmetic, 0-width"
-
-translate 0 50
-
-setPen black 2
-repeat_block lines
-drawText 580 15 "non-cosmetic, 2-width"
-
-translate 0 20
-translate 0 50
-setPen black 0
-pen_setCosmetic true
-repeat_block lines
-drawText 580 15 "cosmetic, 0-width"
-
-translate 0 50
-setPen black 2
-pen_setCosmetic true
-repeat_block lines
-drawText 580 15 "cosmetic, 2-width"
-
-
-translate 0 70
-drawText 0 0 "scale(1, 1)"
-drawText 150 0 "scale(4, 1)"
-drawText 300 0 "scale(1, 4)"
-drawText 450 0 "scale(4, 4)" \ No newline at end of file