I think it won't work...
On one hand we set:
and setting it we have an image label, which will expand to every free place not keeping the propotion. And then after resizeEvent:Qt Code:
ImageLabel->setScaledContents(true);To copy to clipboard, switch view to plain text mode
1) Firstly - scaling the label image wont have any effect because we set ScaledContents earlier, so image wont keep proportion.
2) Secondly - we change the size of a label, so we couldn't shrink it...
How do you think?![]()
Bookmarks