Quote Originally Posted by franz View Post
I would be quite happy when my implementation lacks problems...
Thanks for mentioning. :-) Corrected it. I'm not native English-speaking, so maybe that's an explanation ...

Quote Originally Posted by franz View Post
But seriously, just out of curiosity, why didn't you choose the QTextEdit/QTextDocument pair for this uhm... text editing?
As far as I remember, I tried it, but it seemed too inflexible to me. I think it was difficult to arrange these elements (e. g. by using 3 of them for offset, hex and ascii) beautifully together (which is easy with drawing QGraphicsTextItems in a QGraphicsScene).

And on the other side it was difficult to determine the clicked position, e. g. when one wanted to select a specific element. But maybe I just didn't get the application of the Document-View pattern here ...

Thanks for your opinion!!