Images in Qt Creator UI Designer
-
I'd like to place an image on a form. When I look through the available objects in UI Designer, the only one that seems to come close is GraphicsView. When I add it to my form, I don't see anywhere to give an image source.
- Is GraphicsView the correct object to place?
- I'd like to add a function to run whenever the image is clicked. Do I just add the function on_whateverobject_clicked?