Insert Qt Charts in QTextEdit
Solved
General and Desktop
-
Hello all!
Is it possible to Show a qchart in qtextedit?
Thank you,
Henrik -
@HenrikSt. Hi! No, it onyl supports a subset of HTML, including tables and images.
-
@Wieland
HI, thank you.Topic is solved!
-
@HenrikSt. How did you solve it?
-
@Wieland
I solved with the Statement, that it is not possible :) -
Hi,
It might be not possible to insert a QChart object directly but a possible alternative might be to generate your chart, render it on a QImage and then put that QImage your QTextDocument.
Hope it helps