lqt icon indicating copy to clipboard operation
lqt copied to clipboard

QHeaderView.sectionCountChanged signal not implemented

Open ghost opened this issue 12 years ago • 0 comments

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.

ghost avatar Apr 30 '12 20:04 ghost