Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有两个 TableViewColumns 的 TableView,并希望防止它们被调整大小。我怎样才能做到这一点?
TableView { TableViewColumn { title: "Name" width: parent.width - 20 } TableViewColumn { width: 18 delegate: CheckBox { } }
TableViewColumn { title: "Name" width: parent.width - 20 resizable: false }