Insert Qt Charts in QTextEdit
Solved
General and Desktop
-
wrote on 11 Jun 2016, 09:08 last edited by
Hello all!
Is it possible to Show a qchart in qtextedit?
Thank you,
Henrik -
Hello all!
Is it possible to Show a qchart in qtextedit?
Thank you,
Henrikwrote on 11 Jun 2016, 09:13 last edited by@HenrikSt. Hi! No, it onyl supports a subset of HTML, including tables and images.
-
wrote on 11 Jun 2016, 13:29 last edited by
@Wieland
HI, thank you.Topic is solved!
-
@Wieland
HI, thank you.Topic is solved!
wrote on 11 Jun 2016, 16:26 last edited by@HenrikSt. How did you solve it?
-
@HenrikSt. How did you solve it?
wrote on 12 Jun 2016, 11:49 last edited by@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
1/6