Documentation/Source/eric6.Project.ProjectFormsBrowser.html

changeset 5727
c8842a8d1167
parent 5697
ee81081a0ff7
child 6296
db9b3a419845
equal deleted inserted replaced
5726:e1dbd217214a 5727:c8842a8d1167
47 <dl> 47 <dl>
48 <dt>appendStderr(str)</dt> 48 <dt>appendStderr(str)</dt>
49 <dd> 49 <dd>
50 emitted after something was received from 50 emitted after something was received from
51 a QProcess on stderr 51 a QProcess on stderr
52 </dd><dt>closeSourceWindow(str)</dt>
53 <dd>
54 emitted after a file has been
55 removed/deleted from the project
56 </dd><dt>menusAboutToBeCreated()</dt> 52 </dd><dt>menusAboutToBeCreated()</dt>
57 <dd> 53 <dd>
58 emitted when the context menus are about to 54 emitted when the context menus are about to
59 be created. This is the right moment to add or remove hook methods. 55 be created. This is the right moment to add or remove hook methods.
60 </dd><dt>showMenu(str, QMenu)</dt> 56 </dd><dt>showMenu(str, QMenu)</dt>
61 <dd> 57 <dd>
62 emitted when a menu is about to be shown. The 58 emitted when a menu is about to be shown. The
63 name of the menu and a reference to the menu are given. 59 name of the menu and a reference to the menu are given.
64 </dd><dt>sourceFile(str)</dt>
65 <dd>
66 emitted to open a forms file in an editor
67 </dd><dt>trpreview(list of str)</dt>
68 <dd>
69 emitted to preview form files in the
70 translations previewer
71 </dd><dt>uipreview(str)</dt> 60 </dd><dt>uipreview(str)</dt>
72 <dd> 61 <dd>
73 emitted to preview a forms file 62 emitted to preview a forms file
74 </dd> 63 </dd>
75 </dl> 64 </dl>

eric ide

mercurial