[PyKDE] widget like KMail's message list
Eron Lloyd
eronlloyd at gmail.com
Thu Aug 25 15:40:43 BST 2005
Tom Brown wrote:
>Hi,
>
>What widget are they using for the message list in KMail?
>
>I need one just like that for a game to show a list of players, their
>rank and status. It looks like QListBox doesn't have the multicolumn
>functionality that I am looking for. It allows for multiple columns but
>only for displaying items in many columns with a fixed number of rows
>instead of a single column with a varying number of rows.
>
>Did they have to create their own widget for the message list in KMail?
>
>Thanks,
>Tom
>
>_______________________________________________
>PyKDE mailing list PyKDE at mats.imk.fraunhofer.de
>http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
>
>
>
Hi Tom,
Check out QListView and friends. It's a breeze to work with. Note that
the API will change for Qt4, though.
Good luck.
Eron
More information about the PyQt
mailing list