Hallo,

I want to render the contents of QTextEdit on a custom widget. Is it possible and how can i do it?

The main problem is that i have a custom widget with own paintEvent() and want to support text editing operations on it using a text box area. But i dont want to redo everthing that QTextEdit provides.

Thanks,
VR