Documentation/Source/eric5.Project.ProjectFormsBrowser.html

changeset 3018
70924c0bdaf1
parent 2966
f85f686981ad
child 3591
2f2a4a76dd22
equal deleted inserted replaced
3017:6a8cb7632448 3018:70924c0bdaf1
46 </p><h3>Signals</h3> 46 </p><h3>Signals</h3>
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> 52 </dd><dt>closeSourceWindow(str)</dt>
53 <dd> 53 <dd>
54 emitted after a file has been removed/deleted 54 emitted after a file has been
55 from the project 55 removed/deleted from the project
56 </dd><dt>menusAboutToBeCreated()</dt> 56 </dd><dt>menusAboutToBeCreated()</dt>
57 <dd> 57 <dd>
58 emitted when the context menus are about to 58 emitted when the context menus are about to
59 be created. This is the right moment to add or remove hook methods. 59 be created. This is the right moment to add or remove hook methods.
60 </dd><dt>showMenu(str, QMenu)</dt> 60 </dd><dt>showMenu(str, QMenu)</dt>
61 <dd> 61 <dd>
62 emitted when a menu is about to be shown. The name 62 emitted when a menu is about to be shown. The
63 of the menu and a reference to the menu are given. 63 name of the menu and a reference to the menu are given.
64 </dd><dt>sourceFile(str)</dt> 64 </dd><dt>sourceFile(str)</dt>
65 <dd> 65 <dd>
66 emitted to open a forms file in an editor 66 emitted to open a forms file in an editor
67 </dd><dt>trpreview(list of str)</dt> 67 </dd><dt>trpreview(list of str)</dt>
68 <dd> 68 <dd>
69 emitted to preview form files in the 69 emitted to preview form files in the
70 translations previewer 70 translations previewer
71 </dd><dt>uipreview(str)</dt> 71 </dd><dt>uipreview(str)</dt>
72 <dd> 72 <dd>
73 emitted to preview a forms file 73 emitted to preview a forms file
74 </dd> 74 </dd>
75 </dl> 75 </dl>
277 Private slot to handle the New Form menu action. 277 Private slot to handle the New Form menu action.
278 </p><a NAME="ProjectFormsBrowser.__newUiForm" ID="ProjectFormsBrowser.__newUiForm"></a> 278 </p><a NAME="ProjectFormsBrowser.__newUiForm" ID="ProjectFormsBrowser.__newUiForm"></a>
279 <h4>ProjectFormsBrowser.__newUiForm</h4> 279 <h4>ProjectFormsBrowser.__newUiForm</h4>
280 <b>__newUiForm</b>(<i>path</i>) 280 <b>__newUiForm</b>(<i>path</i>)
281 <p> 281 <p>
282 Private slot to handle the New Form menu action for Qt-related projects. 282 Private slot to handle the New Form menu action for Qt-related
283 projects.
283 </p><dl> 284 </p><dl>
284 <dt><i>path</i></dt> 285 <dt><i>path</i></dt>
285 <dd> 286 <dd>
286 full directory path for the new form file (string) 287 full directory path for the new form file (string)
287 </dd> 288 </dd>

eric ide

mercurial