Get and use QtMmlWidget
-
QwtText (part of the "Qwt":http://qwt.sourceforge.net/index.html package) supports math markup, maybe that's what you are thinking of.
ETA: Oops, I see I am mistaken, that support has disappeared at some point.
-
You can find some documentation "here":http://doc.qt.nokia.com/solutions/4/qtmmlwidget/qtmmlwidget.html but it is not part of Qt lib.
-
It looks like the original Qt MML widget has been removed from Qt (as of 4.3, maybe?), but it's still available in an LGPL'ed version from ftp://ftp.qt.nokia.com/qt/solutions/lgpl/ .
-
I recently installed qwt 6.0.1 and there is no need to get it for using qwt anymore.
Also, "this thread":http://developer.qt.nokia.com/forums/viewthread/11799 has the download info for you.
-
[quote author="Eddy" date="1323889356"]I recently installed qwt 6.0.1 and there is no need to get it for using qwt anymore[/quote]
Since the MathML package became unmaintained I have stripped it down ( Qwt is interested in the renderer only not the widget ) added a couple of minor patches and committed it to the Qwt repository.Because this code has a different license as Qwt itsself it is built as extra library ( qwtmathml ). Of course this library is optional and as most users don't use it, it will always be an optional part only.
Uwe