Add more icons

This commit is contained in:
Veronica Berglyd Olsen
2025-10-25 23:31:47 +02:00
parent 2d67cb7dcc
commit 1b0c339845
12 changed files with 90 additions and 18 deletions
+17 -11
View File
@@ -252,14 +252,20 @@ class nwStatusShape(Enum):
class nwStandardButton(Enum):
"""Enum: Standard Dialog Buttons."""
OK = 0
CANCEL = 1
YES = 2
NO = 3
OPEN = 4
CLOSE = 5
BROWSE = 6
LIST = 7
NEW = 8
CREATE = 9
RESET = 10
OK = 0
CANCEL = 1
YES = 2
NO = 3
OPEN = 4
CLOSE = 5
SAVE = 6
BROWSE = 7
LIST = 8
NEW = 9
CREATE = 10
RESET = 11
INSERT = 12
APPLY = 13
BUILD = 14
PRINT = 15
PREVIEW = 16