QListView and text

Phil Thompson phil at riverbankcomputing.co.uk
Wed Aug 16 12:24:19 EDT 2006


On Wednesday 16 August 2006 4:43 pm, Vojta Drbohlav wrote:
> Hello,
> Can I get all text from first column in QListView? How?
>
> PS. Sorry for my bad English ;)
>
> Than you, Vojta

Assuming you are talking about PyQt v3 rather than v4 then use the 
columnText() method.

Phil



More information about the Python-list mailing list