Get and use QtMmlWidget
-
wrote on 14 Dec 2011, 18:14 last edited by
Hellow, i know that there is widget QtMmlWidget, but i dont find it in Qt, who can i download it?
And is there any library for converting ordinary strings like: "(12 +2) / 7" in Mml
In advance thank you for your help! -
wrote on 14 Dec 2011, 18:50 last edited by
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.
-
wrote on 14 Dec 2011, 18:54 last edited by
You can find some documentation "here":http://doc.qt.nokia.com/solutions/4/qtmmlwidget/qtmmlwidget.html but it is not part of Qt lib.
-
wrote on 14 Dec 2011, 18:59 last edited by
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/ .
-
wrote on 14 Dec 2011, 19:02 last edited by
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.
-
wrote on 15 Dec 2011, 10:40 last edited by
Many thanks for your help and what about convert normal text as "(12+2)/7" in Mml?
-
wrote on 2 Feb 2012, 07:33 last edited by
[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