Answer the question
In order to leave comments, you need to log in
QML Column: Cannot specify top, bottom, verticalCenter, fill or centerIn anchors for items inside Column. Column will not function. How to fix?
Hello, I can not fix the error in any way:
QML Column: Cannot specify top, bottom, verticalCenter, fill or centerIn anchors for items inside Column. Column will not function.
//Display module
Rectangle {
width: 320
height: 200
id: designer__Selection
Row {
id: now
width: 320
height: 100
Column {
id: col1
width: 20
height: 100
//rectangles и т. п.
}
Column {
id: col2
width: 20
height: 100
//rectangles и т. п.
}
Rectangle {
id: rectangle
width: 320
height: 480
color: "#424141"
border.color: "#ffffff"
signal categoryShow
Button {
id: button
width: 320
height: 70
text: qsTr("text")
anchors.top: parent.top
anchors.topMargin: 0
display: AbstractButton.TextOnly
}
DisplayModule {
id: now_after
height: 200
anchors.top: button.bottom
width: 320
visible: true
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question