как изменить разрешение изображения? - PullRequest
0 голосов
/ 07 августа 2020

The image is here

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?

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...