Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
6.7.2
Description
Mixed Arabic and English text gives incorrect results in QML.
Note: check the attached picture.
To reproduce the issue, run the code below:
import QtQuick
Window {
width: 640
height: 480
visible: true
Text
{ anchors.centerIn: parent text: "تجربة.pdf" }}