eric7/Documentation/Source/eric7.UI.FindFileWidget.html

branch
eric7
changeset 8652
8cacde11f4fd
parent 8614
4a3a68e51b92
child 8877
548d45c3f571
diff -r ce4c3c401482 -r 8cacde11f4fd eric7/Documentation/Source/eric7.UI.FindFileWidget.html
--- a/eric7/Documentation/Source/eric7.UI.FindFileWidget.html	Mon Sep 27 16:41:31 2021 +0200
+++ b/eric7/Documentation/Source/eric7.UI.FindFileWidget.html	Mon Sep 27 16:44:54 2021 +0200
@@ -54,11 +54,31 @@
 <dd>
 emitted to open a Qt-Designer file
 </dd>
+<dt>linguistFile(str)</dt>
+<dd>
+emitted to open a Qt-Linguist (*.ts) file
+</dd>
+<dt>pixmapFile(str)</dt>
+<dd>
+emitted to open a pixmap file
+</dd>
 <dt>sourceFile(str, int, str, int, int)</dt>
 <dd>
 emitted to open a source file
         at a specificline
 </dd>
+<dt>svgFile(str)</dt>
+<dd>
+emitted to open a SVG file
+</dd>
+<dt>trpreview([str])</dt>
+<dd>
+emitted to preview Qt-Linguist (*.qm) files
+</dd>
+<dt>umlFile(str)</dt>
+<dd>
+emitted to open an eric UML file
+</dd>
 </dl>
 <h3>Derived from</h3>
 QWidget, Ui_FindFileWidget
@@ -457,8 +477,7 @@
         Private slot to handle the double click on a file item.
 </p>
 <p>
-        It emits the signal sourceFile or designerFile depending on the file
-        extension.
+        It emits a signal depending on the file extension.
 </p>
 <dl>
 

eric ide

mercurial