Re: [PyKDE] viewing a QStandardItemModel

2007-02-28 Thread David Boddie
On Wednesday 21 February 2007 18:43:03 +0100, alexander krohn wrote: > i have a column in a QStandardItemModel filled with a numerical value. now > i want to show this in a QTableView in a different way, the value > represents some kind of state, so i don't want to see a number, but a > string lik

[PyKDE] viewing a QStandardItemModel

2007-02-21 Thread alexander krohn
hi. i have a column in a QStandardItemModel filled with a numerical value. now i want to show this in a QTableView in a different way, the value represents some kind of state, so i don't want to see a number, but a string like "ok" or "not ok". although i think that is an aspect of the view,