Improve checkbox colors (use accent color)

and darken view hover/selected colors to play nicer with other widget colors

See #52
This commit is contained in:
Colin Duquesnoy
2017-05-13 13:18:18 +02:00
parent f0ed7ba7a6
commit 8e0899eb0a
12 changed files with 1579 additions and 1687 deletions
+4
View File
@@ -71,6 +71,10 @@ def main():
ui.actionAction,
ui.actionAction_C
])
item = QtGui.QTableWidgetItem("Test")
item.setCheckState(QtCore.Qt.Checked)
ui.tableWidget.setItem(0, 0, item)
window.setWindowTitle("QDarkStyle example")
window.setWindowTitle("QDarkStyle example")
# tabify dock widgets to show bug #6