Closed probonopd closed 3 years ago
Use alternating row colors for Details view like QTableView/QTableWidget setAlternatingRowColors(true).
setAlternatingRowColors(true)
The alternate color itself is defined in the stylesheet that we are loading:
https://github.com/helloSystem/QtPlugin/blob/4705ee86c4f3563042bd52ee78fe11c98515878d/stylesheet.qss#L62
Haven't you already done this?
Indeed! https://github.com/helloSystem/Filer/commit/be263491c44794395212f2e97644b605fcaa83f2 closes this.
Use alternating row colors for Details view like QTableView/QTableWidget
setAlternatingRowColors(true)
.The alternate color itself is defined in the stylesheet that we are loading:
https://github.com/helloSystem/QtPlugin/blob/4705ee86c4f3563042bd52ee78fe11c98515878d/stylesheet.qss#L62