Qt-interest Archive, January 2008
Signal change line QTableView keyboard
Message 1 in thread
Hi,
What is the signal that I use when switch between lines within a QTableView using the arrow keys? I take input from the line positioned, but not just with the click of the mouse, but to change with the keyboard.
Thanks,
Marcelo E. Geyer
Brazil.
_________________________________________________________________
Conheça o Windows Live Spaces, a rede de relacionamentos do Messenger!
http://www.amigosdomessenger.com.br/
--
[ signature omitted ]
Message 2 in thread
Hi
Take a look at
- QAbstractItemView::selectionModel()
- QItemSelectionModel::currentChanged()
--
[ signature omitted ]