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