summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@nokia.com>2010-12-08 15:14:52 +0100
committerYoann Lopes <yoann.lopes@nokia.com>2010-12-08 15:14:52 +0100
commitf87a860553c4cdb70fe33154bee6ce96fb407d85 (patch)
tree6144894d7407072c9d4e2a3063d1f9f2f6c9d233 /examples
parent35000ce69a75e0442758f6b2c124705d54258600 (diff)
Implemented 'smooth' property for QxPaintItem.
When smooth is set to true, a multisample framebuffer object is used (if the extension is available).
Diffstat (limited to 'examples')
-rw-r--r--examples/paintitem/myfile.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/paintitem/myfile.qml b/examples/paintitem/myfile.qml
index b1b1446..a8bfa45 100644
--- a/examples/paintitem/myfile.qml
+++ b/examples/paintitem/myfile.qml
@@ -12,5 +12,6 @@ Rectangle {
MyPaintItem {
anchors.fill: parent
anchors.margins: 10
+ smooth: true
}
}