qtmodern style looks wrong with the newest PyQt5 version
See original GitHub issueSo I was running Python with the pyqt version that comes with Anaconda, namely 5.9.2, why it comes with this old version, I don’t know. I wasn’t aware of it until I encountered a bug in PyQt5, that should have been a thing of the past. Ever since I updated my pyqt version to 5.14.1 using pip install PyQt5
, the qtmodern style is wrong, with the bigger issue being that sliders disappear when the mouse is not hovering above them and checkboxes not being visible when inside a groupbox e.g… How can I fix this?
Running on Windows 10 Home build 18363.720 using: PyCharm version: 2019.3.4 (Professional Edition) Anaconda vesion: 2020.02 Python version: 3.7.7 PyQt version: 5.14.1
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
qtmodern - PyPI
qtmodern is a Python package aimed to make PyQt/PySide applications look better and consistent on multiple platforms. It provides a custom frameless window ......
Read more >pyinstaller issue with qtmodern #62 - GitHub
Looks like python code I did add the bottom part/code-block in the main python code of my application. Only attempting to figure...
Read more >qtmodern - Bountysource
PyQt: 5. OS: Windows. I'm using QtModern to style a project, ... Looks like python code ... setPalette' called with wrong argument types:...
Read more >Modern Gui Python / Flat Style - Qt Designer/PySide6 or PyQt6 ...
DOWNLOAD //// Link to download the project in the video:https://youtu.be/9DKc8fOj9TM//// DOWNLOAD GITHUB //// May 1st 2021Hi Guys,Today ...
Read more >[Release] RealTime OpenControl (PyQt5) - Qt Forum
It also offers an extended plotting-GUI with multiple plots, measure-tools, style-adjustments. Just have a look at the screenshots and the wiki, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
\Python\Python38-32\Lib\site-packages\qtmodern\resources\style.css
Hi, I faced same problem with scrollbars handlers, I went to the style.css file and changed colors of the vertical and horizontal handlers to “midlight” to make them visible because it has background colors (making them invisible).