How to display line graph in QtTableWidget cells using Python?
-
Hi,
I'm new to QT and using the Windows desktop version. I'm able to use Qt Creator and Python to display the QtTableWidget with data plus use matplotlib to display a line graph in a separate window. What I want is to display line graph within the table cells, like this website
https://coinmarketcap.comHow on Earth would I do that? Thanks for your help.
-
Hi,
What about rendering that graph in an image and just show the image in your cell ?
-