[qss] Format QTableView "corner"

This commit is contained in:
Klaus Basan
2020-01-06 00:26:22 +01:00
committed by Mat Sutcliffe
parent 9dc85da42d
commit e5449347e0

View File

@@ -608,6 +608,11 @@ QHeaderView {
background-color: darkslategray;
}
/* the corner between horizontal and vertical header */
QTableView QTableCornerButton::section {
background-color: darkslategray;
}
/* style the sort indicator */
QHeaderView::down-arrow {
image: url(:/diagona/icons/diagona/icons/arrow-270-small.png);