ScrollArea problem
Unsolved
General and Desktop
-
Hello!
I am trying to use a scrollArea in my Qt application. I have a section where I want to push a scrollArea to put into an image collection.
Firstly, I put a QHBoxLayout in the scrollArea but, when I put into it the QLabels with the images, it doesn't appear the scrollBar. Instead of this, the QLabels are resizing.
How can I fix it??
Thank you very much!