@HamishM said in WYSIWYG / HTML editor:
I just need to allow the users to enter some basic text with some styling and insert links. Like the example app but a bit more polished.
I'm surprised someone hasn't made a nice widget for this. We'd be happy to pay for something commercial.
My suggestion if nobody offers you their services: Copy the example's textedit.h and textedit.cpp into your project. Then edit it to make it inherit QWidget instead of QMainWindow. Fix any compilation errors and remove the functions that you don't want (like file saving/loading/printing). That should give you your baasic widget, right?
(The example is available under the BSD license, so you can freely use it in your project)