mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-30 22:14:22 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user