Hi there,

I'm currently writing a small editor application. Now I want to build an page based editor (like OO Writer, MS Word...). Is there a possibility doing that in Qt, even with rich text? The QPrintPreviewWidget can display rich text like that, but content displayed there is of course not editable.

I'm using Qt 4.7.

I'll hope that someone has an idea for that.