Quote Originally Posted by high_flyer View Post
Why not?
How are you resizing?
QPixmap::scaled() should do that.
It probably wont look good, but you certainly can resize the image beyond its original size.
Why not use images with the maximal size that you will need, this way it will also look good.
The problem is my buttons added to a layout (I set image as button icon), I don’t need to write any functions to resize them, they will auto resize with layout.

My program has to run well on different biggest monitor as full screen. So I don’t know which maximum size for it.

Can you give me any idea to make fluid UI on QT for this case?

Quote Originally Posted by Cruz View Post
Can you make do without those images somehow? You can design really good looking buttons using style sheets and they will continue to behave nicely in layouts.
Yeah. I have CSS experiments, but depend on graphic design, I can’t do like you said.