Qt 6.11 is out! See what's new in the release
blog
Images in Qt Creator UI Designer
QML and Qt Quick
2
Posts
2
Posters
9.9k
Views
1
Watching
-
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?