UN-GCPDS / qt-material

Material inspired stylesheet for PySide2, PySide6, PyQt5 and PyQt6
https://qt-material.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
2.27k stars 241 forks source link

Fix check indicators in QListView/QTreeView/QTableView for Qt6 #35

Closed 5yutan5 closed 2 years ago

5yutan5 commented 2 years ago

This PR fix #34.

Currently, the style doesn't apply to the check indicators in QListView/QTreeView/QTableView in Qt6. Maybe this is a Qt6 bug. This bug can be fixed by setting transparent to the border-color of QListView/QTreeView/QTableView::item subcontrol.