I have a QTableWidget whose cells are QTextEdits. setSectionResizeMode( QHeaderView::ResizeToContents ) has no effect, as the cells remain the same size regardless of content.
I'm using a QVBoxLayout. Any way to get the cell widgets to ResizeToContents?