I have a QTableWidget with multiple columns. I'd like column one to stretch in response to a change in table size and also be resizeable interactivley. Is this possible? I've tried using QHeaderView::resizeMode and from the documentation it seems these behaviors are mutually exclusive.