Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
lainText ) ;
Quoted
Originally posted by djanubis
Rereading the whole thing, sounds you should dig in Qt examples directory from your Qt source tree. In textedit, you get realy waht you want, with style, colors, font size, paragraph alignment...
Quoted
You could enhance it with QStyleSheet class wich allows for user defined style sheets for most tags.
Quoted
Originally posted by djanubis
This can be achieved by extending the textedit sample to have a style box and use the same mechanism as already used for other blocks.