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