Hi,

I need to create an item delegate that shows the item data using a QLabel instead than a QEdit (the standard delegator for text data). The label need to show text (item value for example) in underline and blue and also show a different mouse pointer. See this image for example:



I can create a label that is blue, underline and has a different mouse pointer... But what do I need to do to use it in the delegate? I tried to follow the starDelegate example but I got lost in the paint().

Thanks for the help.

Carlos.