Possibilities to embed Latex in QML

好久不见. 提交于 2019-12-03 14:10:49

I think those are three good options, and I can't think of any other way to do it.

It sounds like you have a requirement to have the formulas in-line with some textual paragraphs, so for that reason I think option 2 is a good way to do it.

It isn't difficult to use the WebKit component. I'm not sure what you mean by "too heavy".

Cheers!

Another option is to use a rich text QML component which also supports images (e.g. TextEdit) rather than Image - then you can place them inline with normal text.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!