Qt-interest Archive, February 2007
Make a new signal HeaderView::sectionSizeChanged() ?
Message 1 in thread
Dear QHeaderView users,
I don't like:
void QHeaderView::sectionResized ( int logicalIndex, int oldSize, int
newSize ) [signal]
because it keeps being emitted for every pixel of move during the drag.
What I expect is a signal such as sectionSizeChanged(), which is emitted
once at the moment of the drag-release, so that I can store/update the
section size in QDomDocuemnt.
Does anyone have idea how to make it or walk around?
Thanks,
Lingfa
--
[ signature omitted ]