PDA

View Full Version : Maximize columns on QTableWidget



marcelrc
21st May 2006, 15:29
Hi all,

It´s possible to maximize the columns according with qtablewidget horizontal size? When the table resizes, the column's size automatically adjust to new size.

The functionality would be similar to the adjustment of the columns of the Signal/Slot dialog of the Qt Designer.

jacek
21st May 2006, 15:34
_tableWidget->horizontalHeader()->setStretchLastSection( true );