PDA

View Full Version : What's the event triggered when the QScrollArea object is scrolled?



HiJack
12th June 2010, 09:58
when I scroll a QScrollArea view, is there a event or a signal can be handled in QScrollArea ?
void scrollAreaIsScrolling(...) or something?

wysota
12th June 2010, 10:17
QAbstractSlider::valueChanged() is emitted for the respective scrollbar.