Table = new QTableWidget( this); Table->setRowCount( 0); Table->setColumnCount( 3); Table->resizeColumnsToContents(); Table->resizeRowsToContents(); QHeaderView * headH = Table->horizontalHeader(); headH->setStretchLastSection( true);