This my first post I have no intro. so let's get to the point

In my current and my first QT4 project which is a simple ToDo list

manager I have two more things to do and I have no idea how to do

them, Here they are:

1) Showing strike out titles in case of a done tasks based on done value (0 or 1) retrieved by the model.
2) Showing icons of type (personal, Professional) instead of numbers 0 for professional and 1 for personal.

--------------------------------------------------------
Model is QSqlQueryModel & view is QTableView
--------------------------------------------------------

Remember I'm a fresh newbie

Thanks in advance.