Qt: 使用QTableView的列宽自动适应内容

Qt: 使用QTableView的列宽自动适应内容
void QTableView::resizeColumnToContents ( int column )   [slot]
Resizes the given column based on the size hints of the delegate used to render each item in the column.

你可能感兴趣的:(Qt: 使用QTableView的列宽自动适应内容)