QTableView's widgets not moving when the header is resized.
Unsolved
General and Desktop
-
I am using a QTableView with some custom widgets I set using
setIndexWidget
. This works fine, but when I resize the table's sections, the set widgets do not follow. I can move around the header as much as I like, but the widgets only snap to position once I stop dragging the header section. I would like the widgets to smoothly track the column they're a part of while it's being resized; is there a way to do this? -
Could you share a minimal example please?