A
Size: a a a
A
Ra
import QtQuick 2.6
import QtQuick.Controls 1.4
ApplicationWindow {
visible: true
width: 500
height: 500
title: qsTr("Qml test")
Rectangle {
visible: true
width: 200
height: 200
border.width: 3
border.color: 'black'
anchors.centerIn: parent
}
}
M
Ra
AS
import QtQuick 2.6
import QtQuick.Controls 1.4
ApplicationWindow {
visible: true
width: 500
height: 500
title: qsTr("Qml test")
Rectangle {
visible: true
width: 200
height: 200
border.width: 3
border.color: 'black'
anchors.centerIn: parent
}
}
Ra
Ra
GS
Ra
Ra
AS
AS
Ra
M
Ra
Ra
AS
Ra
AN
ИI