7 lines
87 B
QML
7 lines
87 B
QML
import QtQuick
|
|
|
|
Text {
|
|
renderType: Text.NativeRendering
|
|
textFormat: Text.PlainText
|
|
}
|