Documentation/Source/eric6.Project.ProjectOthersBrowser.html

changeset 5727
c8842a8d1167
parent 4666
bc52ef526e11
equal deleted inserted replaced
5726:e1dbd217214a 5727:c8842a8d1167
45 <p> 45 <p>
46 A class used to display the parts of the project, that don't fit the 46 A class used to display the parts of the project, that don't fit the
47 other categories. 47 other categories.
48 </p><h3>Signals</h3> 48 </p><h3>Signals</h3>
49 <dl> 49 <dl>
50 <dt>binaryFile(str)</dt> 50 <dt>showMenu(str, QMenu)</dt>
51 <dd>
52 emitted to open a file as binary
53 </dd><dt>closeSourceWindow(str)</dt>
54 <dd>
55 emitted after a file has been
56 removed/deleted from the project
57 </dd><dt>pixmapEditFile(str)</dt>
58 <dd>
59 emitted to edit a pixmap file
60 </dd><dt>pixmapFile(str)</dt>
61 <dd>
62 emitted to open a pixmap file
63 </dd><dt>showMenu(str, QMenu)</dt>
64 <dd> 51 <dd>
65 emitted when a menu is about to be shown. 52 emitted when a menu is about to be shown.
66 The name of the menu and a reference to the menu are given. 53 The name of the menu and a reference to the menu are given.
67 </dd><dt>sourceFile(str)</dt>
68 <dd>
69 emitted to open a file
70 </dd><dt>svgFile(str)</dt>
71 <dd>
72 emitted to open a SVG file
73 </dd> 54 </dd>
74 </dl> 55 </dl>
75 <h3>Derived from</h3> 56 <h3>Derived from</h3>
76 ProjectBaseBrowser 57 ProjectBaseBrowser
77 <h3>Class Attributes</h3> 58 <h3>Class Attributes</h3>

eric ide

mercurial