Re: QListView and text

2006-08-16 Thread Vojta Drbohlav
Thank you very much. How can I move slected item up? This is no work: sel = list.currentItem() sel.moveItem(sel.itemAbove()) -- http://mail.python.org/mailman/listinfo/python-list

QListView and text

2006-08-16 Thread Vojta Drbohlav
Oh, sorry. I explained it bad. I use PyQt3 and I need text from all rows. -- http://mail.python.org/mailman/listinfo/python-list

QListView and text

2006-08-16 Thread Vojta Drbohlav
Hello, Can I get all text from first column in QListView? How? PS. Sorry for my bad English ;) Than you, Vojta -- http://mail.python.org/mailman/listinfo/python-list