⚠️ Forum Maintenance: Feb 6th, 8am - 14pm (UTC+2)
Insert Qt Charts in QTextEdit
-
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