Quote Originally Posted by aamer4yu View Post
Your class is similar to QLabel...
Also search the forums before you post..
I know it's similar to QLabel. I stated in my initial post that I was trying to create an alternative to using QLabel.

I did search the forums, but I only found info on QGraphicsScene.... and as I understand it QGraphicsScene is for managing a large number of graphical items. It sounds like overkill for displaying a single image. (Please correct me if I'm wrong however).

Quote Originally Posted by aamer4yu View Post
This thread is very much similar to yours...hope you get help from it...
Again, references QGraphicsView/Scene. Seems to be overkill to display and do transformations on a single image.