baoboa / pyqt5

PyQt5 from riverbank
http://www.riverbankcomputing.com/software/pyqt/download5
GNU General Public License v3.0
1.05k stars 586 forks source link

Look'n'feel looks weird on 5.10 and 5.10.1 with pyinstaller #39

Closed thekyz closed 6 years ago

thekyz commented 6 years ago

I am compiling a very basic pyqt program with pyinstaller and having no issue with pyqt5 5.9.3 but if I switch to 5.10 or 5.10.1 suddenly the look'n'feel of the compiled application is very wrong.

This image shows the app running with pyqt5 5.9.3 (it looks exactly the same native or with pyinstaller; and it also looks the same native on pyqt5 5.10.x):

screen shot 2018-04-06 at 15 22 26

... and this is the same app running with pyinstaller on 5.10.1:

screen shot 2018-04-06 at 15 24 16

Those screenshots were taken on macosx high sierra but the same behaviour was seen on windows 10.

baoboa commented 6 years ago

Yes look strange, i have no idea. Better to ask the mailing list, this repo is mainly a mirror.