qt6-bb10/qtdeclarative/tests/baseline/scenegraph/data/text/textedit_cyrillic.qml

17 lines
686 B
QML
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

import QtQuick 2.0
Item {
width: 320
height: 480
TextEdit {
anchors.fill: parent
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
font.family: "Arial"
font.pixelSize: 20
text: "Ну миров называть опа, назад всегда предназначенная для от, работали гринспана обеспечении как ну. Себе делаете написано те для, том действия проектом по, хватит комнату представим он как. Другие работал медицинское вас ты. Том такие значения ну."
}
}