Somebody please put me out of my misery!...

Just a simple little QListWidget...

      temp1 = self.ScenesListView.currentItem()
      print temp1

returns

       <PyQt4.QtGui.QListWidgetItem object at 0x00000000025089C8>

and
        print temp1.text()
returns
       AttributeError: 'NoneType' object has no attribute 'text'

sheesh...is it me?...or is this plain nuts?...shouldn't be this hard to simply
query a list 

I would most graciously appreciate it if someone could clue me in,...
Thanks,




      
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to