Hello,
I want to have a editor for a kind of specific structured document. I'm start from the textedit example.
I hope to create QTextFrame to represent some sections.
But I didn't find any way to do that.
In fact I find no way to create QTextFrame outside the previous one. Each new Frame I create with insertFrame to QTextCursor is inside the previous one, even if I place the cursur with atEnd or atStart
I use Python3 and Qt5, but don"t think that Python is different for this matter.