Table Widget

Boudewijn Rempt boud at rempt.xs4all.nl
Mon Jul 10 17:16:07 EDT 2000


Horst Gassner <horst at proceryon.at> wrote:
> Hi all,

> does anyone know a table widget which I can use in my application?

> How would you implement a table widget of your one? Which kind of
> widgets would you use for the table rows and columns? Labels, Listboxes?

> It should be possible to sort by each of the columns, too.

What widget set? With Qt I'd use either QTableView or QListView -
QListView has the advantage of decent column sorting.

-- 

Boudewijn Rempt  | http://www.valdyas.org



More information about the Python-list mailing list