Project/ProjectResourcesBrowser.py

changeset 949
f888270da22e
parent 945
8cd4d08fa9f6
child 1040
9e25732c452a
equal deleted inserted replaced
948:fe7b94ed01ec 949:f888270da22e
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

eric ide

mercurial