How to set font Bold, Italic, and Underlined in Qt?

Posted by Hanny on Stack Overflow See other posts from Stack Overflow or by Hanny
Published on 2010-06-13T07:33:46Z Indexed on 2010/06/13 8:02 UTC
Read the original article Hit count: 198

Filed under:
|
|

I want to make a program that's like a simple text editor using Qt 4.6.2.

When the user block any text in a TextEdit and click on a button, the text will be bold/italic/underlined depend on the button..

I'm a beginner in Qt Programming, so if Possible, can you insert the programming code in Qt to do that?

Please answer this ASAP,, thank you very much!! :)

© Stack Overflow or respective owner

Related posts about qt

Related posts about text