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
Description
When enabling a stylesheet (https://pypi.org/project/pyqtdarktheme/) the QRangeSlider and all its derivatives are not rendered/displayed correctly.
To Reproduce
Steps to reproduce the behavior:
Install pyqtdarktheme version 1.1.0
Install qtpy
Install superqt
Execute minimal example
from qtpy.QtCore import Qt
from qtpy.QtWidgets import QApplication
from superqt import QRangeSlider
import qdarktheme
app = QApplication([])
app.setStyleSheet(qdarktheme.load_stylesheet())
slider = QRangeSlider(Qt.Orientation.Horizontal)
slider.setValue((20, 80))
slider.show()
app.exec_()
Expected behavior
Correct rendering of the widget
Desktop (please complete the following information):
Win10
PyQt5
Python 3.9
The text was updated successfully, but these errors were encountered:
Description
When enabling a stylesheet (https://pypi.org/project/pyqtdarktheme/) the QRangeSlider and all its derivatives are not rendered/displayed correctly.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Correct rendering of the widget
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: