Hi! I'm trying to build GUI using PyQt5 using existing design that a designer made for me. It contains png/scv files and I'd like to change skin/look of regular widgets such as button.
But if I import images in 1:1 resolution they look blurry so I try to use higher resolution.
I edit styleshees of button like:
background-image:url(:/newPrefix/clearProfile.png)
Is there any way to make it smaller , Qt Designer?