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_hebrew.qml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/manual/scenegraph_lancelot/data/text/textedit_hebrew.qml (limited to 'tests/manual/scenegraph_lancelot/data/text/textedit_hebrew.qml') diff --git a/tests/manual/scenegraph_lancelot/data/text/textedit_hebrew.qml b/tests/manual/scenegraph_lancelot/data/text/textedit_hebrew.qml new file mode 100644 index 0000000000..42ec48cd1b --- /dev/null +++ b/tests/manual/scenegraph_lancelot/data/text/textedit_hebrew.qml @@ -0,0 +1,14 @@ +import QtQuick 2.0 + +Item { + width: 320 + height: 480 + + TextEdit { + anchors.fill: parent + wrapMode: Text.WrapAtWordBoundaryOrAnywhere + font.family: "Arial" + font.pixelSize: 20 + text: "שמו אל קהילה אגרונומיה. שדרות בהשחתה בהתייחסות אם עוד, את עזה יוצרים אירועים. בה אנא כניסה אחרונים ופיתוחה, או כימיה הגרפים אחד. של שער הבאים קודמות טבלאות. בקרבת שימושי סוציולוגיה שער מה, מתן כלכלה משחקים או, בדף ליום ערבית למחיקה בה. מאמר המלצת פיסיקה שער בה." + } +} -- cgit v1.2.3