I would like to code a simple telnet client using qt widgets.

I uses qt 3.3 but I think I could switch to 4.1 if it helps.

I thought about using a simple QTextEdit but I need some features I can't find in it...

Features Requested:

1)I would like to color chars both foreground and background in different ways in the same text
2)I would like to color the background of a whole line when it's requested
3)I would like to write blink chars

A Widget that could render these HTML features would be perfect, but i don't know if it exists

How should I do to obtain these features?

Sorry for my bad English,

Dalamar