UI/Browser.py

changeset 15
f6ccc31d6e72
parent 13
1af94a91f439
child 53
c3eb7cc1ff8b
equal deleted inserted replaced
14:092aa8fafa4e 15:f6ccc31d6e72
35 35
36 @signal sourceFile(string, int, string) emitted to open a Python file at a line 36 @signal sourceFile(string, int, string) emitted to open a Python file at a line
37 @signal designerFile(string) emitted to open a Qt-Designer file 37 @signal designerFile(string) emitted to open a Qt-Designer file
38 @signal linguistFile(string) emitted to open a Qt-Linguist (*.ts) file 38 @signal linguistFile(string) emitted to open a Qt-Linguist (*.ts) file
39 @signal trpreview(string list) emitted to preview a Qt-Linguist (*.qm) file 39 @signal trpreview(string list) emitted to preview a Qt-Linguist (*.qm) file
40 @signal projectFile(string) emitted to open an eric4 project file 40 @signal projectFile(string) emitted to open an eric4/5 project file
41 @signal multiProjectFile(string) emitted to open an eric4 multi project file 41 @signal multiProjectFile(string) emitted to open an eric4/5 multi project file
42 @signal pixmapFile(string) emitted to open a pixmap file 42 @signal pixmapFile(string) emitted to open a pixmap file
43 @signal pixmapEditFile(string) emitted to edit a pixmap file 43 @signal pixmapEditFile(string) emitted to edit a pixmap file
44 @signal svgFile(string) emitted to open a SVG file 44 @signal svgFile(string) emitted to open a SVG file
45 @signal unittestOpen(string) emitted to open a Python file for a unittest 45 @signal unittestOpen(string) emitted to open a Python file for a unittest
46 """ 46 """

eric ide

mercurial