Am I the only one to find it quite odd QHeaderView has sectionPressed(int) and sectionClicked(int) but no sectionReleased(int)? The infuriating part is sectionClicked(int) gets emitted even when the user has not released the section making "press&hold" type functionality only implementable via subclassing.
Qt 4.8.x
Is that really the only work around?![]()
Bookmarks