PDA

View Full Version : QListWidget::currentRowChanged() for QListView



Lykurg
13th March 2007, 16:15
Hi,

how to recognize that the selection of a QListView has changed? I found no signal, just activated() but this is only emitted by mouse-click or enter.

Thanks,

Lykurg

jpn
13th March 2007, 16:27
Access the QItemSelectionModel via QAbstractItemView::selectionModel().