src/eric7/UI/FindFileWidget.py

branch
eric7
changeset 10677
6ee2e475490c
parent 10621
f5631f40c4d9
child 10692
9becf9ca115c
equal deleted inserted replaced
10676:d1479a4f1426 10677:6ee2e475490c
47 mode the line below shows the text after replacement. Replacements can 47 mode the line below shows the text after replacement. Replacements can
48 be authorized by ticking them on. Pressing the replace button performs 48 be authorized by ticking them on. Pressing the replace button performs
49 all ticked replacement operations. 49 all ticked replacement operations.
50 50
51 @signal sourceFile(str, int, str, int, int) emitted to open a source file 51 @signal sourceFile(str, int, str, int, int) emitted to open a source file
52 at a specificline 52 at a specific line
53 @signal designerFile(str) emitted to open a Qt-Designer file 53 @signal designerFile(str) emitted to open a Qt-Designer file
54 @signal linguistFile(str) emitted to open a Qt-Linguist (*.ts) file 54 @signal linguistFile(str) emitted to open a Qt-Linguist (*.ts) file
55 @signal trpreview([str]) emitted to preview Qt-Linguist (*.qm) files 55 @signal trpreview([str]) emitted to preview Qt-Linguist (*.qm) files
56 @signal pixmapFile(str) emitted to open a pixmap file 56 @signal pixmapFile(str) emitted to open a pixmap file
57 @signal svgFile(str) emitted to open a SVG file 57 @signal svgFile(str) emitted to open a SVG file

eric ide

mercurial