[PyKDE] Easy question

Jim Bublitz jbublitz at nwinternet.com
Thu Aug 1 11:04:00 BST 2002


On 01-Aug-02 Bart Verwilst wrote:
> How do i make it select the whole row, instead of that one field?
> (With QT Designer or in python itself)

lv = QListView (...)
lv.setAllColumnsShowFocus (1)

Jim




More information about the PyQt mailing list