[PyQt] [Re] Big Trouble in Little QListView

James Polk jpolk5001 at yahoo.com
Tue Mar 8 00:50:38 GMT 2011


...lol,...seems like every time I send an email to you guys,
about 5 minutes later, I find the answer,...lol <sigh>

What's working for me...

row = self.ScenesListView.currentRow()
item = self.ScenesListView.item(row)

if item is not None:
        print unicode(item.text())


Dankashein




      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20110307/efe2781e/attachment.html>


More information about the PyQt mailing list