Can anyone help me with QAbstractTextDocumentLayout reimplementation. I can not find usable examples for reimplementation of draw, drawInlineObject and positionInlineObject functions?
For now I have managed to register my own handler and to insert my own items handled with it, but now I nead to draw some text and shapes inline with existing text in blocks, depending on block formating (Not to insert my items but to add text and shapes if text in block have desired formating).
Some help PLEASE.