Qt 6.11 is out! See what's new in the release
blog
Can somebody share working links for Qwt and MathMLText render engine?
-
There is post
But I can not find links for Qwt and MathMLText render engine which would work together.
It is said, that In earlier versions of Qwt such an engine was included - since Qwt 6.2
But I can not built Qwt 6.1.4 library neither on Qt_6_3_2_MinGW_64_bit nor on Qt_5_15_2_MinGW_64_bit - that all MinGW I have. There are a lot of errors appearing during compilation.
There is no success for building Qwt 6.2.0 on on Qt_5_15_2_MinGW_64_bit.
Fortunately I can successfully built and use Qwt 6.2.0 on Qt_6_3_2_MinGW_64_bit, but when I am building qwt-mml-dev compiler says that requiredqdesktopwidget.h: No such file or directoryI find out that QDesktopWidget was already deprecated in Qt 5, and has been removed in Qt 6
Maybe there is some other way to render math formulas in Qt?