37 from the project |
37 from the project |
38 @signal showMenu(str, QMenu) emitted when a menu is about to be shown. The name |
38 @signal showMenu(str, QMenu) emitted when a menu is about to be shown. The name |
39 of the menu and a reference to the menu are given. |
39 of the menu and a reference to the menu are given. |
40 """ |
40 """ |
41 appendStderr = pyqtSignal(str) |
41 appendStderr = pyqtSignal(str) |
42 sourceFile = pyqtSignal(str) |
|
43 closeSourceWindow = pyqtSignal(str) |
|
44 showMenu = pyqtSignal(str, QMenu) |
42 showMenu = pyqtSignal(str, QMenu) |
45 |
43 |
46 RCFilenameFormatPython = "{0}_rc.py" |
44 RCFilenameFormatPython = "{0}_rc.py" |
47 RCFilenameFormatRuby = "{0}_rc.rb" |
45 RCFilenameFormatRuby = "{0}_rc.rb" |
48 |
46 |