Project/ProjectResourcesBrowser.py

branch
5_1_x
changeset 950
1138e347c653
parent 882
34b86be88bf0
child 1041
6a8f46c8819a
equal deleted inserted replaced
947:d3ba26384cf8 950:1138e347c653
36 from the project 36 from the project
37 @signal showMenu(str, QMenu) emitted when a menu is about to be shown. The name 37 @signal showMenu(str, QMenu) emitted when a menu is about to be shown. The name
38 of the menu and a reference to the menu are given. 38 of the menu and a reference to the menu are given.
39 """ 39 """
40 appendStderr = pyqtSignal(str) 40 appendStderr = pyqtSignal(str)
41 sourceFile = pyqtSignal(str)
42 closeSourceWindow = pyqtSignal(str)
43 showMenu = pyqtSignal(str, QMenu) 41 showMenu = pyqtSignal(str, QMenu)
44 42
45 RCFilenameFormatPython = "{0}_rc.py" 43 RCFilenameFormatPython = "{0}_rc.py"
46 RCFilenameFormatRuby = "{0}_rc.rb" 44 RCFilenameFormatRuby = "{0}_rc.rb"
47 45

eric ide

mercurial