PDA

View Full Version : Is there a signal triggered when scrolling ?



ouekah
11th April 2010, 12:09
Hi,

I need to detect when a user scrolls up or down in a QTableWidget. Is there a signal that allows me to handle this ? I read the documentation, but so far I still haven't found what I'm looking for :(

aamer4yu
11th April 2010, 14:21
Check these -
QTableWidget::verticalScrollBar

QScrollBar::sliderMoved