[Qt-interest] click feature in Qt

J-P Nurmi jpnurmi at gmail.com
Thu Apr 1 15:35:44 CEST 2010


Depending on what is "list view" referring to, you can connect to
- QItemSelectionModel::selectionChanged() (accessed via
QAbstractItemView::selectionModel())
- or QListWidget::itemSelectionChanged().
and then do whatever you want.

--
J-P Nurmi



More information about the Qt-interest-old mailing list