[Solved] If an image has more height than the label, how can the label be scrollable so the user can view all the image?
-
I don't know if label is the correct widget for this..
So for example.. I have this image:
!http://i.imgur.com/ZDvBR.png(image)!
if i set the pixmap of the label to this image, but the label height is less than the image height ( note: i have set at label aligment ->vertical->aligntop ) this will be shown in the window :
!http://i.imgur.com/mt5nf.png(image2)!
What can i do so the image to be scrollable so as the user can scroll and view the rest of the image? I think you can understant what i want to say...
Thanks for any answer, Leon!