question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

qtmodern style looks wrong with the newest PyQt5 version

See original GitHub issue

So 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?

qtmodern

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:closed
  • Created 3 years ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
WBP20commented, Apr 20, 2020

\Python\Python38-32\Lib\site-packages\qtmodern\resources\style.css

1reaction
WBP20commented, Apr 20, 2020

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).

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found