aboutsummaryrefslogtreecommitdiffstats
path: root/src/benchmarks/auto/creation/quick.text/delegates_longtext_hindi.qml
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2021-12-01 13:14:20 +0200
committerVille Voutilainen <ville.voutilainen@qt.io>2022-01-04 11:12:11 +0000
commitc9d84ead801960601870240e36478468c2a28b82 (patch)
treefbd2c6ae0466ecfce032e5eebca10d02dcae7bf3 /src/benchmarks/auto/creation/quick.text/delegates_longtext_hindi.qml
parent6d298da7cda85b35aa22c68aac55fdb6513e68eb (diff)
Use a resource file for benchmarks, and add some Android goodies and fixes
Task-number: QTBUG-94148 Change-Id: I7cc0b1ade676c4f7f963915315c00e317582e56f Reviewed-by: Daniel Smith <Daniel.Smith@qt.io>
Diffstat (limited to 'src/benchmarks/auto/creation/quick.text/delegates_longtext_hindi.qml')
-rw-r--r--src/benchmarks/auto/creation/quick.text/delegates_longtext_hindi.qml20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/benchmarks/auto/creation/quick.text/delegates_longtext_hindi.qml b/src/benchmarks/auto/creation/quick.text/delegates_longtext_hindi.qml
new file mode 100644
index 0000000..5f7aca0
--- /dev/null
+++ b/src/benchmarks/auto/creation/quick.text/delegates_longtext_hindi.qml
@@ -0,0 +1,20 @@
+import QtQuick 2.0
+import QmlBench 1.0
+
+// Tests the creation of Text with a long string of hindi text.
+CreationBenchmark {
+ id: root;
+ count: 20;
+ staticCount: 500;
+ delegate: Text {
+ x: QmlBench.getRandom() * (root.width - width)
+ y: QmlBench.getRandom() * (root.height - height)
+ width: root.width * 0.33
+ wrapMode: Text.WordWrap
+ font.pixelSize: 10
+ text: "गोपनीयता लाभान्वित अमितकुमार विभाग बहुत जानते बदले गटकउसि भोगोलिक बीसबतेबोध यायेका वर्तमान दस्तावेज अपने नवंबर परस्पर विस्तरणक्षमता मुक्त मेमत समजते लगती क्षमता खरिदने तकनिकल बाजार भोगोलिक सम्पर्क जिवन ध्येय विश्वास पहोचाना उपलब्धता सकता विश्व ब्रौशर एसेएवं सुचनाचलचित्र सहित वेबजाल आवश्यकत कार्यसिधान्तो विशेष किके कार्य बाधा ऎसाजीस समस्याए निर्माता पुर्णता बीसबतेबोध भाति चुनने उपेक्ष विकसित विश्लेषण नीचे दौरान आपको मुख्यतह विचारशिलता कराना कार्य लगती वातावरण सार्वजनिक जोवे व्यवहार मार्गदर्शन विशेष आजपर पहोच। पुर्णता विचरविमर्श विकासक्षमता शीघ्र पुस्तक आशाआपस कार्यकर्ता वहहर नाकर असक्षम प्राप्त आंतरजाल विवरन जाता जिसकी सभीकुछ परिभाषित शीघ्र निर्देश मुख्यतह बिना"
+
+ }
+}
+
+