src/eric7/Project/ProjectBrowser.py

branch
eric7-maintenance
changeset 9832
3885b9d7bd31
parent 9654
7328efba128b
parent 9697
cdaa3cc805f7
child 10079
0222a480e93d
equal deleted inserted replaced
9726:9e14817925e5 9832:3885b9d7bd31
48 @signal binaryFile(filename) emitted to open a file as binary (str) 48 @signal binaryFile(filename) emitted to open a file as binary (str)
49 @signal closeSourceWindow(str) emitted to close a source file 49 @signal closeSourceWindow(str) emitted to close a source file
50 @signal designerFile(filename) emitted to open a Qt-Designer file (str) 50 @signal designerFile(filename) emitted to open a Qt-Designer file (str)
51 @signal linguistFile(filename) emitted to open a Qt-Linguist (*.ts) 51 @signal linguistFile(filename) emitted to open a Qt-Linguist (*.ts)
52 file (str) 52 file (str)
53 @signal pdfFile(filename) emitted to open a PDF file (str)
53 @signal pixmapEditFile(filename) emitted to edit a pixmap file (str) 54 @signal pixmapEditFile(filename) emitted to edit a pixmap file (str)
54 @signal pixmapFile(filename) emitted to open a pixmap file (str) 55 @signal pixmapFile(filename) emitted to open a pixmap file (str)
55 @signal preferencesChanged() emitted when the preferences have been changed 56 @signal preferencesChanged() emitted when the preferences have been changed
56 @signal sourceFile(filename) emitted to open a Python file at a line (str) 57 @signal sourceFile(filename) emitted to open a Python file at a line (str)
57 @signal sourceFile(filename, lineno) emitted to open a Python file at a 58 @signal sourceFile(filename, lineno) emitted to open a Python file at a
78 appendStdout = pyqtSignal(str) 79 appendStdout = pyqtSignal(str)
79 binaryFile = pyqtSignal(str) 80 binaryFile = pyqtSignal(str)
80 closeSourceWindow = pyqtSignal(str) 81 closeSourceWindow = pyqtSignal(str)
81 designerFile = pyqtSignal(str) 82 designerFile = pyqtSignal(str)
82 linguistFile = pyqtSignal(str) 83 linguistFile = pyqtSignal(str)
84 pdfFile = pyqtSignal(str)
83 pixmapEditFile = pyqtSignal(str) 85 pixmapEditFile = pyqtSignal(str)
84 pixmapFile = pyqtSignal(str) 86 pixmapFile = pyqtSignal(str)
85 preferencesChanged = pyqtSignal() 87 preferencesChanged = pyqtSignal()
86 sourceFile = pyqtSignal((str,), (str, int), (str, list), (str, int, str)) 88 sourceFile = pyqtSignal((str,), (str, int), (str, list), (str, int, str))
87 svgFile = pyqtSignal(str) 89 svgFile = pyqtSignal(str)

eric ide

mercurial