QTableView / QTableWidget:使用 Qt Designer 拉伸最后一列
QTableView / QTableWidget: Stretch Last Column using Qt Designer
我正在尝试在 PyQt 中扩展我的 QTableView / QTableWidget 的最后一个 header。通过将值硬编码到文件中,已经询问了有关此主题的多个问题,例如:
Qt table last column not stretching to fill in parent
How to stretch QTableView last column header
但这如何从 Qt Designer 实现呢?
在 Qt 设计器中,Select QTableWidget / QTableView 并导航到 属性 编辑器。在这里,向下滚动到 'Header section' 并启用 horizontalHeaderStretchLastSection。
我正在尝试在 PyQt 中扩展我的 QTableView / QTableWidget 的最后一个 header。通过将值硬编码到文件中,已经询问了有关此主题的多个问题,例如:
Qt table last column not stretching to fill in parent
How to stretch QTableView last column header
但这如何从 Qt Designer 实现呢?
在 Qt 设计器中,Select QTableWidget / QTableView 并导航到 属性 编辑器。在这里,向下滚动到 'Header section' 并启用 horizontalHeaderStretchLastSection。