Hi,

one of the fields of my database return an integer, but I'd like to display the info as a String (for instance, if the integer is 0 then I'd like to show "Novice", if it's 10 then "Expert" and so on).

There is any way to edit the data inside a QTableView or a DataSet?

thanks!