aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/scenegraph_lancelot/data/text/text_bidi_underline.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/scenegraph_lancelot/data/text/text_bidi_underline.qml')
-rw-r--r--tests/manual/scenegraph_lancelot/data/text/text_bidi_underline.qml18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/manual/scenegraph_lancelot/data/text/text_bidi_underline.qml b/tests/manual/scenegraph_lancelot/data/text/text_bidi_underline.qml
new file mode 100644
index 0000000000..244cf7c22a
--- /dev/null
+++ b/tests/manual/scenegraph_lancelot/data/text/text_bidi_underline.qml
@@ -0,0 +1,18 @@
+import QtQuick 2.0
+
+Item {
+ width: 320
+ height: 480
+
+ TextEdit {
+ anchors.fill: parent
+ wrapMode: Text.WrapAtWordBoundaryOrAnywhere
+ font.family: "Arial"
+ font.pixelSize: 20
+ font.underline: true
+ text: "Lorem ipsum dolor sit amet, agam sonet vitae. "
+ + "جُل أم تشرشل والنازي. عل وقد كنقطة الهجوم. "
+ + "Dolorum assueverit vis ex. Zril graeci eirmod sed."
+ }
+}
+