9524:6a730f4d0080 | 9525:477545eef9f4 |
---|---|
19 """ | 19 """ |
20 Class holding the data associated with a project browser type. | 20 Class holding the data associated with a project browser type. |
21 """ | 21 """ |
22 projectBrowser: ProjectBaseBrowser | 22 projectBrowser: ProjectBaseBrowser |
23 projectBrowserUserString: str | 23 projectBrowserUserString: str |
24 priority: int # should be 0..100 | |
24 fileCategory: str | 25 fileCategory: str |
25 getIcon: Callable | 26 getIcon: Callable |
26 | 27 |