L
L
loremi-psum2020-09-21 09:59:08
Python
loremi-psum, 2020-09-21 09:59:08

Why does the same PyQt code look different?

Hello everyone, I wrote a code in Python, pyqt5, but for some reason it looks different on different devices. I care about the style of the buttons, etc.
How the code looks for me
5f684ed1be18e563423315.png
And like the rest
5f684ee18f336350509506.png
, Windows is the same, the code is the same, the python is the same
Maybe I don’t have some kind of checkmark in Windows

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
killeryStark, 2020-09-21
@killeryStark

As far as I understand, if you do not set your own styles, system ones are used, which may differ for different versions of Windows assemblies. write css styles for the elements, should fix the position

B
bbkmzzzz, 2020-09-21
@bbkmzzzz

Did you collect the executable?
If yes, then read about manifest here

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question