45 of the menu and a reference to the menu are given. |
45 of the menu and a reference to the menu are given. |
46 @signal menusAboutToBeCreated() emitted when the context menus are about to |
46 @signal menusAboutToBeCreated() emitted when the context menus are about to |
47 be created. This is the right moment to add or remove hook methods. |
47 be created. This is the right moment to add or remove hook methods. |
48 """ |
48 """ |
49 appendStderr = pyqtSignal(str) |
49 appendStderr = pyqtSignal(str) |
50 sourceFile = pyqtSignal(str) |
|
51 uipreview = pyqtSignal(str) |
50 uipreview = pyqtSignal(str) |
52 trpreview = pyqtSignal(list) |
|
53 closeSourceWindow = pyqtSignal(str) |
|
54 showMenu = pyqtSignal(str, QMenu) |
51 showMenu = pyqtSignal(str, QMenu) |
55 menusAboutToBeCreated = pyqtSignal() |
52 menusAboutToBeCreated = pyqtSignal() |
56 |
53 |
57 def __init__(self, project, parent = None): |
54 def __init__(self, project, parent = None): |
58 """ |
55 """ |