6673:c3d3c8abcdec | 6674:f7b68db81452 |
---|---|
19 from E5Gui import E5MessageBox | 19 from E5Gui import E5MessageBox |
20 | 20 |
21 import UI.PixmapCache | 21 import UI.PixmapCache |
22 | 22 |
23 | 23 |
24 # TODO: add action to copy a project on disk | |
24 class MultiProjectBrowser(QTreeWidget): | 25 class MultiProjectBrowser(QTreeWidget): |
25 """ | 26 """ |
26 Class implementing the multi project browser. | 27 Class implementing the multi project browser. |
27 """ | 28 """ |
28 ProjectFileNameRole = Qt.UserRole | 29 ProjectFileNameRole = Qt.UserRole |