MP
Size: a a a
MP
AS
AS
AS
import QtQuick.Window 2.2
import QtQuick 2.12
import QtQuick.Controls 2.12
import QtQuick.Layouts 1.12
ApplicationWindow {
id: window
width: 400
height: 400
visible: true
RowLayout {
spacing: 0
anchors.centerIn: parent
Rectangle {
id: first
color: "gray"
rotation: 270
width: 100
height: 30
Text {
text: "Text"
font.pointSize: 10
anchors.centerIn: parent
}
}
Rectangle {
id: second
width: 100
height: 30
color: "red"
anchors.left: first.right
}
}
}
RowLayout {
spacing: 0
anchors.centerIn: parent
Rectangle {
id: first
color: "gray"
width: 30
height: 100
Text {
text: "Text"
font.pointSize: 10
rotation: 270
anchors.centerIn: parent
}
}
Rectangle {
id: second
width: 100
height: 30
color: "red"
}
}
СД
RowLayout {
spacing: 0
anchors.centerIn: parent
Rectangle {
id: first
color: "gray"
width: 30
height: 100
Text {
text: "Text"
font.pointSize: 10
rotation: 270
anchors.centerIn: parent
}
}
Rectangle {
id: second
width: 100
height: 30
color: "red"
}
}
AS
СД
AS
СД
nО
SE
МВ
МВ
МВ
МВ
МВ
МВ