An update on the HTML Text Editor I hacked with Qt and TinyMCE3:
Refactoring the HTML Text Editor for QWebEngine
by Jens Weller
From the article:
In the last post, I described my experience with using MSVC as a compiler in combination with QtCreator. The reason I set this up was, that with Qt 5.7 QWebkit isn't anymore supported, and the HTML TextEditor based on tinymce3 is a central part of my application. Instead of QWebkit there is now QWebEngine, based on chromium, a very fine solution...
Add a Comment
Comments are closed.