AP
он занимается тем же чем все View в Controls2
правильно позиционирует делегат
Size: a a a
AP
m
AP
МВ
m
IS
m
IS
m
H
AS
ПК
K
AN
AN
std::hash<std::string>(ip) ^ std::hash<int>(port)
Е
Row {
id: radioColumn
anchors.left: parent.left
anchors.right: parent.right
anchors.top: parent.top
spacing: 100
anchors.margins: item_margin
RadioButton {
id: button
checked: true
text: qsTr("Static values")
}
RadioButton {
text: qsTr("Descreasing")
}
RadioButton {
text: qsTr("Increasing")
}
RadioButton {
text: qsTr("Random")
}
}
МВ
Row {
id: radioColumn
anchors.left: parent.left
anchors.right: parent.right
anchors.top: parent.top
spacing: 100
anchors.margins: item_margin
RadioButton {
id: button
checked: true
text: qsTr("Static values")
}
RadioButton {
text: qsTr("Descreasing")
}
RadioButton {
text: qsTr("Increasing")
}
RadioButton {
text: qsTr("Random")
}
}