Home:ALL Converter>QTableView / QTableWidget: Stretch Last Column using Qt Designer

QTableView / QTableWidget: Stretch Last Column using Qt Designer

Ask Time:2015-04-25T03:16:55         Author:ham-sandwich

Json Formatter

I am trying to stretch the last header of my QTableView / QTableWidget in PyQt. Multiple questions have been asked about this topic already by hard coding the value into the file such as:

Qt table last column not stretching to fill in parent

How to stretch QTableView last column header

But how can this be achieved from the Qt Designer?

Before

Author:ham-sandwich,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/29855712/qtableview-qtablewidget-stretch-last-column-using-qt-designer
yy