Add icons to the Board page.
[bertos.git] / wizard / const.py
index 1bd69e8fc242fd32876532da0cf89e98930dcd7e..b937ddaeab3d33e2b2f52b4e3b22b716531109f4 100644 (file)
@@ -43,6 +43,11 @@ del _tmp
 
 PREDEFINED_BOARDS_DIR = 'predefined_boards'
 PREDEFINED_BOARD_SPEC_FILE = '.spec'
+PREDEFINED_BOARD_ICON_FILE = '.icon.png'
+
+# Predefined icons in resouces
+PREDEFINED_BOARD_DEFAULT_DIR_ICON = ':images/default_dir_icon.png'
+PREDEFINED_BOARD_DEFAULT_PROJECT_ICON = ':images/default_project_icon.png'
 # PREDEFINED_BOARD_SPEC_INFO = {
 #    'name': <name of the board/directory>,
 #    'description': <description of the board/directory>,