Display a list using PyQt
member Basu
basu at archlinux.us
Sun Feb 15 21:36:44 EST 2009
More information about the Python-list mailing list
Sun Feb 15 21:36:44 EST 2009
- Previous message (by thread): Above and beyond, A critique request
- Next message (by thread): Display a list using PyQt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm writing an application with PyQt as the GUI toolkit. I have a function that returns a simple list and I would like to update a List View widget with it. However I can't get it to work. I'm not sure if I need to subclass one of the Model classes, because it is just a list. Can someone point me to a simple tutorial or give me instructions on how to go about doing this? Thanks, Basu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20090215/1e4c9aa8/attachment.html>
- Previous message (by thread): Above and beyond, A critique request
- Next message (by thread): Display a list using PyQt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list