Hi,

I am trying to code a telnet client, like putty or linux terminal. I'm using QTextEdit to show text in screen but it have some problems. I need to show text in fixed sized font, differents colors, different background colors(text background color, not Widget background) and flashing text. It seems to be easy with html but it doesn't work properly. Then I used QTextCursor but I have the same problems. Ok, is it possible this project with QTextEdit? or the only way is to draw it directly?. If i have to draw directly, can I copy&paste from this text?.

Thanx and sorry for my English.