From f87a860553c4cdb70fe33154bee6ce96fb407d85 Mon Sep 17 00:00:00 2001 From: Yoann Lopes Date: Wed, 8 Dec 2010 15:14:52 +0100 Subject: Implemented 'smooth' property for QxPaintItem. When smooth is set to true, a multisample framebuffer object is used (if the extension is available). --- examples/paintitem/myfile.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') 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 } } -- cgit v1.2.3