5 lines
46 B
QML
5 lines
46 B
QML
|
import QtQuick 2.0
|
||
|
|
||
|
Text {
|
||
|
text: "dsdsd"
|
||
|
}
|