lqt
lqt copied to clipboard
QHeaderView.sectionCountChanged signal not implemented
void QHeaderView::sectionCountChanged ( int oldCount, int newCount ) [signal] This signal is emitted when the number of sections changes, i.e., when sections are added or deleted. The original count is specified by oldCount, and the new count by newCount.