Project/ProjectSourcesBrowser.py

changeset 949
f888270da22e
parent 945
8cd4d08fa9f6
child 1112
8a7d1b9d18db
equal deleted inserted replaced
948:fe7b94ed01ec 949:f888270da22e
47 @signal sourceFile(str) emitted to open the given file. 47 @signal sourceFile(str) emitted to open the given file.
48 @signal sourceFile(str, int) emitted to open the given file at the given line. 48 @signal sourceFile(str, int) emitted to open the given file at the given line.
49 @signal sourceFile(str, int, str) emitted to open the given file as the given type 49 @signal sourceFile(str, int, str) emitted to open the given file as the given type
50 at the given line. 50 at the given line.
51 """ 51 """
52 closeSourceWindow = pyqtSignal(str)
53 showMenu = pyqtSignal(str, QMenu) 52 showMenu = pyqtSignal(str, QMenu)
54 sourceFile = pyqtSignal((str, ), (str, int), (str, int, str))
55 53
56 def __init__(self, project, parent=None): 54 def __init__(self, project, parent=None):
57 """ 55 """
58 Constructor 56 Constructor
59 57

eric ide

mercurial