Open
Description
Anaconda recently packaged (py)qt6 and made it the default qt version. It mostly works but the default style on Windows 11 is a mess.
It is generally ugly (e.g. too much space in menus), SpinBoxes are buggy (e.g. no visible buttons), the table headers buttons are almost invisible, etc.
Changing the default style to 'windowsvista' helps though. It's still not super nice but not as bad as the Windows11 style.
Reference: https://stackabuse.com/styling-pyqt6-applications-default-and-custom-qss-stylesheets/