You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like this library that sets up a dark theme for PyQt apps. However, I ran into some problem with the size of the widgets, in particular with the buttons. Screenshots are attached. This is bug? Can I fix it somehow? Please keep in mind that I am quite inexperienced in writing PyQt applications, and in Python in general.
[Versions from your environment]
QDarkStyle:
OS: Windows 10
Python: 3.7
[If used, please inform their versions]
PyQt: PyQt5==5.12.3
Language
[Python]
The text was updated successfully, but these errors were encountered:
Hi @RinnetenseiQ we are happy that you are using QDarkStyle.
About the issue, what types of buttons you are using? You should use tool buttons for general ones. Push buttons have a minimum size set (like Ok, Cancel, Yes, etc).
Hi @RinnetenseiQ we are happy that you are using QDarkStyle.
About the issue, what types of buttons you are using? You should use tool buttons for general ones. Push buttons have a minimum size set (like Ok, Cancel, Yes, etc).
Thank for your answer.
But the difference in button decoration between themes(Fusion, Windows vs QDarkStyle) is obvious from screenshots.
What is the reason for this deviation from the standard? Or did it happen by accident?
I really like this library that sets up a dark theme for PyQt apps. However, I ran into some problem with the size of the widgets, in particular with the buttons. Screenshots are attached. This is bug? Can I fix it somehow? Please keep in mind that I am quite inexperienced in writing PyQt applications, and in Python in general.
[Versions from your environment]
[If used, please inform their versions]
Language
[Python]
The text was updated successfully, but these errors were encountered: