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