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
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,