6 lines
62 B
QML
6 lines
62 B
QML
import QtQuick
|
|
|
|
Text {
|
|
renderType: Text.NativeRendering
|
|
}
|
import QtQuick
|
|
|
|
Text {
|
|
renderType: Text.NativeRendering
|
|
}
|