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

branch
eric7
changeset 8652
8cacde11f4fd
parent 8614
4a3a68e51b92
child 8877
548d45c3f571
equal deleted inserted replaced
8651:ce4c3c401482 8652:8cacde11f4fd
52 52
53 <dt>designerFile(str)</dt> 53 <dt>designerFile(str)</dt>
54 <dd> 54 <dd>
55 emitted to open a Qt-Designer file 55 emitted to open a Qt-Designer file
56 </dd> 56 </dd>
57 <dt>linguistFile(str)</dt>
58 <dd>
59 emitted to open a Qt-Linguist (*.ts) file
60 </dd>
61 <dt>pixmapFile(str)</dt>
62 <dd>
63 emitted to open a pixmap file
64 </dd>
57 <dt>sourceFile(str, int, str, int, int)</dt> 65 <dt>sourceFile(str, int, str, int, int)</dt>
58 <dd> 66 <dd>
59 emitted to open a source file 67 emitted to open a source file
60 at a specificline 68 at a specificline
69 </dd>
70 <dt>svgFile(str)</dt>
71 <dd>
72 emitted to open a SVG file
73 </dd>
74 <dt>trpreview([str])</dt>
75 <dd>
76 emitted to preview Qt-Linguist (*.qm) files
77 </dd>
78 <dt>umlFile(str)</dt>
79 <dd>
80 emitted to open an eric UML file
61 </dd> 81 </dd>
62 </dl> 82 </dl>
63 <h3>Derived from</h3> 83 <h3>Derived from</h3>
64 QWidget, Ui_FindFileWidget 84 QWidget, Ui_FindFileWidget
65 <h3>Class Attributes</h3> 85 <h3>Class Attributes</h3>
455 475
456 <p> 476 <p>
457 Private slot to handle the double click on a file item. 477 Private slot to handle the double click on a file item.
458 </p> 478 </p>
459 <p> 479 <p>
460 It emits the signal sourceFile or designerFile depending on the file 480 It emits a signal depending on the file extension.
461 extension.
462 </p> 481 </p>
463 <dl> 482 <dl>
464 483
465 <dt><i>itm</i> (QTreeWidgetItem)</dt> 484 <dt><i>itm</i> (QTreeWidgetItem)</dt>
466 <dd> 485 <dd>

eric ide

mercurial