I'm looking for an example on how to implement a typical rich text editor using QTextEdit.
What I need to implement is a toolbar containing formating functions like: - bold, underline, intalic - font family, size - foreground, background color - text-alignment
Something like this is implemented in QtCreator in designer.
Thanks for advice :)