From 4fc4e7ed89c3085ae98c57dd80e6cd8cc61f6ee2 Mon Sep 17 00:00:00 2001 From: aavit Date: Fri, 7 Sep 2012 13:29:53 +0200 Subject: Added lancelot-based scenegraph rendering regression test Change-Id: I6718d00ba96dc9c96dac82de4ded9228f6bfb990 Reviewed-by: Paul Olav Tvete --- .../scenegraph_lancelot/data/text/textedit_list_circle.qml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/manual/scenegraph_lancelot/data/text/textedit_list_circle.qml (limited to 'tests/manual/scenegraph_lancelot/data/text/textedit_list_circle.qml') diff --git a/tests/manual/scenegraph_lancelot/data/text/textedit_list_circle.qml b/tests/manual/scenegraph_lancelot/data/text/textedit_list_circle.qml new file mode 100644 index 0000000000..e314fcc256 --- /dev/null +++ b/tests/manual/scenegraph_lancelot/data/text/textedit_list_circle.qml @@ -0,0 +1,14 @@ +import QtQuick 2.0 + +Item { + width: 320 + height: 480 + + TextEdit { + anchors.centerIn: parent + font.family: "Arial" + font.pixelSize: 16 + textFormat: Text.RichText + text: "Here's a list: And some more text" + } +} -- cgit v1.2.3