Hi,
I am trying to make a kind of markdown editor and I am stuck on which way would be best to implement it. Currently I have created it in a way that each block is its own text editor to which layout can be applied with using the css for styling widgets. (when these are not inline styles) inline styles, like bold, italic, underline, are done like expected in the TextEditor.
3 stacked TextEditors:
Is there a (fairly easy/not hacky) way to implement this as single QTextEdit, not using the QWebView? My current next solution is using QWebView