Qt 6.11 is out! See what's new in the release
blog
[SOLVED] Subclass QGraphicsPixmapItem to work with signals and slots
General and Desktop
3
Posts
2
Posters
1.2k
Views
1
Watching
-
Greetings.
I want to create a subclass of QGraphicsPixmapItem that can work with signals and slots. I wonder if a class GraphicsPixmapItem which is subclass of QGraphicsObject (which I would highly desirable) exists in Qt?... is there such a class or one like it? or Should I create my custom subclass inheriting from QGraphicsPixmap and QObject?
Thanks in advance for any response.
-
Thanks... then I will.