src/eric7/Project/ProjectBrowserRepositoryItem.py

branch
eric7
changeset 9525
477545eef9f4
parent 9524
6a730f4d0080
child 9527
8601253e7633
equal deleted inserted replaced
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

eric ide

mercurial