Re: QListView and text
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
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
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