aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextedit/data/qtbug-112858.qml
blob: 95f7905737784217b018f13bbdb845d314f8efca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import QtQuick
import QtQuick.Layouts

ColumnLayout {
    id: layout
    TextEdit {
    readOnly: true
    text: 'שדגשגשגשגדוגמא
בעיות יישור
טֶקסט'
    }
}