You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't know whether this is properly a bug or an enhancement request.
My code relies on a graph element that I draw an image onto (so that I can then draw a box onto the image and then do stuff with the part of the image inside the box). When I switch from the default tkinter version to PySimpleGUIQt, I get an error message:
initimage = graph.draw_image(data=src, location=(0,600))
^^^^^^^^^^^^^^^^
AttributeError: 'Graph' object has no attribute 'draw_image'. Did you mean: 'draw_circle'?
Looking on the PyPi page for the Qt port, I see that it's under development, and doesn't currently list images as a thing graphs can draw. Is that expected to change anytime soon? (I don't know enough about Qt to know whether that's a hard problem.)
The text was updated successfully, but these errors were encountered:
Don't know whether this is properly a bug or an enhancement request.
My code relies on a graph element that I draw an image onto (so that I can then draw a box onto the image and then do stuff with the part of the image inside the box). When I switch from the default tkinter version to PySimpleGUIQt, I get an error message:
Looking on the PyPi page for the Qt port, I see that it's under development, and doesn't currently list images as a thing graphs can draw. Is that expected to change anytime soon? (I don't know enough about Qt to know whether that's a hard problem.)
The text was updated successfully, but these errors were encountered: