Tagged Questions
1
vote
2answers
2k views
QLabel showing an image inside a QScrollArea
I've successfully implemented a Image Viewer (for DICOM) in Qt.
I can see the image and I can zoom in and out correctly.
Now, I want to see scroll bars if the image is too big to show when I zoom in.
...
0
votes
1answer
154 views
How to save the image in a resized QLabel?
I have a QLabel that is loaded with a pixmap. I have it set so that when the window/QLlabel is resized, the image of the qlabel resizes as well. However, when I try to save the image and retrieve the ...