Added check and cross icons to icon themes

This commit is contained in:
Veronica K. B. Olsen
2020-05-30 20:40:17 +02:00
parent 9f7d9415ab
commit 3487817065
13 changed files with 457 additions and 0 deletions
+2
View File
@@ -93,6 +93,8 @@ class GuiIcons:
"clear" : (QStyle.SP_LineEditClearButton, "clear_left"),
"save" : (QStyle.SP_DialogSaveButton, "document-save"),
"edit" : (None, None),
"check" : (None, None),
"cross" : (None, None),
## Other Icons
"warning" : (QStyle.SP_MessageBoxWarning, "dialog-warning"),