Column and other component are fillWith in RowLayout, but Column takes up all the space

后端 未结 0 1079
轻奢々
轻奢々 2021-01-02 03:52

I have a qml file like that:

RowLayout{
    anchors.fill: parent
    spacing: 0
    Column{
        Layout.fillWidth: true
        Layout.fillHeight: true
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题