Is it possible to have a QTableWidget that will resize its cells/rows when the window is resized? (As if the cells/rows were managed by a QLayout.) I'm using a QTableWidget to display some non-editable information in a dialog, and it looks kinda silly when the dialog window is resized but the table stays fixed to the top-left.