src/eric7/Documentation/Source/eric7.Project.ProjectFormsBrowser.html

branch
eric7
changeset 10479
856476537696
parent 10430
e440aaf179ce
child 11216
a1471981ef18
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Project.ProjectFormsBrowser</h1> 9 <h1>eric7.Project.ProjectFormsBrowser</h1>
10
11 <p> 10 <p>
12 Module implementing a class used to display the forms part of the project. 11 Module implementing a class used to display the forms part of the project.
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15
16 <table> 15 <table>
17 <tr><td>None</td></tr> 16 <tr><td>None</td></tr>
18 </table> 17 </table>
18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20 20 <table>
21 <table>
22
23 <tr> 21 <tr>
24 <td><a href="#ProjectFormsBrowser">ProjectFormsBrowser</a></td> 22 <td><a href="#ProjectFormsBrowser">ProjectFormsBrowser</a></td>
25 <td>A class used to display the forms part of the project.</td> 23 <td>A class used to display the forms part of the project.</td>
26 </tr> 24 </tr>
27 </table> 25 </table>
26
28 <h3>Functions</h3> 27 <h3>Functions</h3>
29
30 <table> 28 <table>
31 <tr><td>None</td></tr> 29 <tr><td>None</td></tr>
32 </table> 30 </table>
31
33 <hr /> 32 <hr />
34 <hr /> 33 <hr />
35 <a NAME="ProjectFormsBrowser" ID="ProjectFormsBrowser"></a> 34 <a NAME="ProjectFormsBrowser" ID="ProjectFormsBrowser"></a>
36 <h2>ProjectFormsBrowser</h2> 35 <h2>ProjectFormsBrowser</h2>
37
38 <p> 36 <p>
39 A class used to display the forms part of the project. 37 A class used to display the forms part of the project.
40 </p> 38 </p>
39
41 <h3>Signals</h3> 40 <h3>Signals</h3>
42 <dl> 41 <dl>
43 42
44 <dt>appendStderr(str)</dt> 43 <dt>appendStderr(str)</dt>
45 <dd> 44 <dd>
62 </dd> 61 </dd>
63 </dl> 62 </dl>
64 <h3>Derived from</h3> 63 <h3>Derived from</h3>
65 ProjectBaseBrowser 64 ProjectBaseBrowser
66 <h3>Class Attributes</h3> 65 <h3>Class Attributes</h3>
67 66 <table>
68 <table> 67 <tr><td>Pyuic5IndentDefault</td></tr>
69 <tr><td>Pyuic5IndentDefault</td></tr><tr><td>Pyuic6IndentDefault</td></tr> 68 <tr><td>Pyuic6IndentDefault</td></tr>
70 </table> 69 </table>
70
71 <h3>Class Methods</h3> 71 <h3>Class Methods</h3>
72
73 <table> 72 <table>
74 <tr><td>None</td></tr> 73 <tr><td>None</td></tr>
75 </table> 74 </table>
75
76 <h3>Methods</h3> 76 <h3>Methods</h3>
77 77 <table>
78 <table>
79
80 <tr> 78 <tr>
81 <td><a href="#ProjectFormsBrowser.__init__">ProjectFormsBrowser</a></td> 79 <td><a href="#ProjectFormsBrowser.__init__">ProjectFormsBrowser</a></td>
82 <td>Constructor</td> 80 <td>Constructor</td>
83 </tr> 81 </tr>
84 <tr> 82 <tr>
212 <tr> 210 <tr>
213 <td><a href="#ProjectFormsBrowser.handlePreferencesChanged">handlePreferencesChanged</a></td> 211 <td><a href="#ProjectFormsBrowser.handlePreferencesChanged">handlePreferencesChanged</a></td>
214 <td>Public slot used to handle the preferencesChanged signal.</td> 212 <td>Public slot used to handle the preferencesChanged signal.</td>
215 </tr> 213 </tr>
216 </table> 214 </table>
215
217 <h3>Static Methods</h3> 216 <h3>Static Methods</h3>
218
219 <table> 217 <table>
220 <tr><td>None</td></tr> 218 <tr><td>None</td></tr>
221 </table> 219 </table>
220
222 221
223 <a NAME="ProjectFormsBrowser.__init__" ID="ProjectFormsBrowser.__init__"></a> 222 <a NAME="ProjectFormsBrowser.__init__" ID="ProjectFormsBrowser.__init__"></a>
224 <h4>ProjectFormsBrowser (Constructor)</h4> 223 <h4>ProjectFormsBrowser (Constructor)</h4>
225 <b>ProjectFormsBrowser</b>(<i>project, projectBrowser, parent=None</i>) 224 <b>ProjectFormsBrowser</b>(<i>project, projectBrowser, parent=None</i>)
226
227 <p> 225 <p>
228 Constructor 226 Constructor
229 </p> 227 </p>
228
230 <dl> 229 <dl>
231 230
232 <dt><i>project</i> (Project)</dt> 231 <dt><i>project</i> (Project)</dt>
233 <dd> 232 <dd>
234 reference to the project object 233 reference to the project object
243 </dd> 242 </dd>
244 </dl> 243 </dl>
245 <a NAME="ProjectFormsBrowser.__TRPreview" ID="ProjectFormsBrowser.__TRPreview"></a> 244 <a NAME="ProjectFormsBrowser.__TRPreview" ID="ProjectFormsBrowser.__TRPreview"></a>
246 <h4>ProjectFormsBrowser.__TRPreview</h4> 245 <h4>ProjectFormsBrowser.__TRPreview</h4>
247 <b>__TRPreview</b>(<i></i>) 246 <b>__TRPreview</b>(<i></i>)
248
249 <p> 247 <p>
250 Private slot to handle the Preview translations action. 248 Private slot to handle the Preview translations action.
251 </p> 249 </p>
250
252 <a NAME="ProjectFormsBrowser.__UIPreview" ID="ProjectFormsBrowser.__UIPreview"></a> 251 <a NAME="ProjectFormsBrowser.__UIPreview" ID="ProjectFormsBrowser.__UIPreview"></a>
253 <h4>ProjectFormsBrowser.__UIPreview</h4> 252 <h4>ProjectFormsBrowser.__UIPreview</h4>
254 <b>__UIPreview</b>(<i></i>) 253 <b>__UIPreview</b>(<i></i>)
255
256 <p> 254 <p>
257 Private slot to handle the Preview menu action. 255 Private slot to handle the Preview menu action.
258 </p> 256 </p>
257
259 <a NAME="ProjectFormsBrowser.__addFormFiles" ID="ProjectFormsBrowser.__addFormFiles"></a> 258 <a NAME="ProjectFormsBrowser.__addFormFiles" ID="ProjectFormsBrowser.__addFormFiles"></a>
260 <h4>ProjectFormsBrowser.__addFormFiles</h4> 259 <h4>ProjectFormsBrowser.__addFormFiles</h4>
261 <b>__addFormFiles</b>(<i></i>) 260 <b>__addFormFiles</b>(<i></i>)
262
263 <p> 261 <p>
264 Private method to add form files to the project. 262 Private method to add form files to the project.
265 </p> 263 </p>
264
266 <a NAME="ProjectFormsBrowser.__addFormsDirectory" ID="ProjectFormsBrowser.__addFormsDirectory"></a> 265 <a NAME="ProjectFormsBrowser.__addFormsDirectory" ID="ProjectFormsBrowser.__addFormsDirectory"></a>
267 <h4>ProjectFormsBrowser.__addFormsDirectory</h4> 266 <h4>ProjectFormsBrowser.__addFormsDirectory</h4>
268 <b>__addFormsDirectory</b>(<i></i>) 267 <b>__addFormsDirectory</b>(<i></i>)
269
270 <p> 268 <p>
271 Private method to add form files of a directory to the project. 269 Private method to add form files of a directory to the project.
272 </p> 270 </p>
271
273 <a NAME="ProjectFormsBrowser.__compileAllForms" ID="ProjectFormsBrowser.__compileAllForms"></a> 272 <a NAME="ProjectFormsBrowser.__compileAllForms" ID="ProjectFormsBrowser.__compileAllForms"></a>
274 <h4>ProjectFormsBrowser.__compileAllForms</h4> 273 <h4>ProjectFormsBrowser.__compileAllForms</h4>
275 <b>__compileAllForms</b>(<i></i>) 274 <b>__compileAllForms</b>(<i></i>)
276
277 <p> 275 <p>
278 Private method to compile all forms to source files. 276 Private method to compile all forms to source files.
279 </p> 277 </p>
278
280 <a NAME="ProjectFormsBrowser.__compileChangedForms" ID="ProjectFormsBrowser.__compileChangedForms"></a> 279 <a NAME="ProjectFormsBrowser.__compileChangedForms" ID="ProjectFormsBrowser.__compileChangedForms"></a>
281 <h4>ProjectFormsBrowser.__compileChangedForms</h4> 280 <h4>ProjectFormsBrowser.__compileChangedForms</h4>
282 <b>__compileChangedForms</b>(<i></i>) 281 <b>__compileChangedForms</b>(<i></i>)
283
284 <p> 282 <p>
285 Private method to compile all changed forms to source files. 283 Private method to compile all changed forms to source files.
286 </p> 284 </p>
285
287 <a NAME="ProjectFormsBrowser.__compileForm" ID="ProjectFormsBrowser.__compileForm"></a> 286 <a NAME="ProjectFormsBrowser.__compileForm" ID="ProjectFormsBrowser.__compileForm"></a>
288 <h4>ProjectFormsBrowser.__compileForm</h4> 287 <h4>ProjectFormsBrowser.__compileForm</h4>
289 <b>__compileForm</b>(<i></i>) 288 <b>__compileForm</b>(<i></i>)
290
291 <p> 289 <p>
292 Private method to compile a form to a source file. 290 Private method to compile a form to a source file.
293 </p> 291 </p>
292
294 <a NAME="ProjectFormsBrowser.__compileSelectedForms" ID="ProjectFormsBrowser.__compileSelectedForms"></a> 293 <a NAME="ProjectFormsBrowser.__compileSelectedForms" ID="ProjectFormsBrowser.__compileSelectedForms"></a>
295 <h4>ProjectFormsBrowser.__compileSelectedForms</h4> 294 <h4>ProjectFormsBrowser.__compileSelectedForms</h4>
296 <b>__compileSelectedForms</b>(<i></i>) 295 <b>__compileSelectedForms</b>(<i></i>)
297
298 <p> 296 <p>
299 Private method to compile selected forms to source files. 297 Private method to compile selected forms to source files.
300 </p> 298 </p>
299
301 <a NAME="ProjectFormsBrowser.__compileUI" ID="ProjectFormsBrowser.__compileUI"></a> 300 <a NAME="ProjectFormsBrowser.__compileUI" ID="ProjectFormsBrowser.__compileUI"></a>
302 <h4>ProjectFormsBrowser.__compileUI</h4> 301 <h4>ProjectFormsBrowser.__compileUI</h4>
303 <b>__compileUI</b>(<i>fn, noDialog=False, progress=None</i>) 302 <b>__compileUI</b>(<i>fn, noDialog=False, progress=None</i>)
304
305 <p> 303 <p>
306 Private method to compile a .ui file to a .py/.rb file. 304 Private method to compile a .ui file to a .py/.rb file.
307 </p> 305 </p>
306
308 <dl> 307 <dl>
309 308
310 <dt><i>fn</i> (str)</dt> 309 <dt><i>fn</i> (str)</dt>
311 <dd> 310 <dd>
312 filename of the .ui file to be compiled 311 filename of the .ui file to be compiled
333 </dd> 332 </dd>
334 </dl> 333 </dl>
335 <a NAME="ProjectFormsBrowser.__compileUIDone" ID="ProjectFormsBrowser.__compileUIDone"></a> 334 <a NAME="ProjectFormsBrowser.__compileUIDone" ID="ProjectFormsBrowser.__compileUIDone"></a>
336 <h4>ProjectFormsBrowser.__compileUIDone</h4> 335 <h4>ProjectFormsBrowser.__compileUIDone</h4>
337 <b>__compileUIDone</b>(<i>exitCode, exitStatus</i>) 336 <b>__compileUIDone</b>(<i>exitCode, exitStatus</i>)
338
339 <p> 337 <p>
340 Private slot to handle the finished signal of the pyuic/rbuic process. 338 Private slot to handle the finished signal of the pyuic/rbuic process.
341 </p> 339 </p>
340
342 <dl> 341 <dl>
343 342
344 <dt><i>exitCode</i> (int)</dt> 343 <dt><i>exitCode</i> (int)</dt>
345 <dd> 344 <dd>
346 exit code of the process 345 exit code of the process
351 </dd> 350 </dd>
352 </dl> 351 </dl>
353 <a NAME="ProjectFormsBrowser.__configureUicCompiler" ID="ProjectFormsBrowser.__configureUicCompiler"></a> 352 <a NAME="ProjectFormsBrowser.__configureUicCompiler" ID="ProjectFormsBrowser.__configureUicCompiler"></a>
354 <h4>ProjectFormsBrowser.__configureUicCompiler</h4> 353 <h4>ProjectFormsBrowser.__configureUicCompiler</h4>
355 <b>__configureUicCompiler</b>(<i></i>) 354 <b>__configureUicCompiler</b>(<i></i>)
356
357 <p> 355 <p>
358 Private slot to configure some non-common uic compiler options. 356 Private slot to configure some non-common uic compiler options.
359 </p> 357 </p>
358
360 <a NAME="ProjectFormsBrowser.__deleteFile" ID="ProjectFormsBrowser.__deleteFile"></a> 359 <a NAME="ProjectFormsBrowser.__deleteFile" ID="ProjectFormsBrowser.__deleteFile"></a>
361 <h4>ProjectFormsBrowser.__deleteFile</h4> 360 <h4>ProjectFormsBrowser.__deleteFile</h4>
362 <b>__deleteFile</b>(<i></i>) 361 <b>__deleteFile</b>(<i></i>)
363
364 <p> 362 <p>
365 Private method to delete a form file from the project. 363 Private method to delete a form file from the project.
366 </p> 364 </p>
365
367 <a NAME="ProjectFormsBrowser.__determineUiCompiler" ID="ProjectFormsBrowser.__determineUiCompiler"></a> 366 <a NAME="ProjectFormsBrowser.__determineUiCompiler" ID="ProjectFormsBrowser.__determineUiCompiler"></a>
368 <h4>ProjectFormsBrowser.__determineUiCompiler</h4> 367 <h4>ProjectFormsBrowser.__determineUiCompiler</h4>
369 <b>__determineUiCompiler</b>(<i></i>) 368 <b>__determineUiCompiler</b>(<i></i>)
370
371 <p> 369 <p>
372 Private method to determine the UI compiler for the project. 370 Private method to determine the UI compiler for the project.
373 </p> 371 </p>
372
374 <a NAME="ProjectFormsBrowser.__generateDialogCode" ID="ProjectFormsBrowser.__generateDialogCode"></a> 373 <a NAME="ProjectFormsBrowser.__generateDialogCode" ID="ProjectFormsBrowser.__generateDialogCode"></a>
375 <h4>ProjectFormsBrowser.__generateDialogCode</h4> 374 <h4>ProjectFormsBrowser.__generateDialogCode</h4>
376 <b>__generateDialogCode</b>(<i></i>) 375 <b>__generateDialogCode</b>(<i></i>)
377
378 <p> 376 <p>
379 Private method to generate dialog code for the form (Qt only). 377 Private method to generate dialog code for the form (Qt only).
380 </p> 378 </p>
379
381 <a NAME="ProjectFormsBrowser.__newForm" ID="ProjectFormsBrowser.__newForm"></a> 380 <a NAME="ProjectFormsBrowser.__newForm" ID="ProjectFormsBrowser.__newForm"></a>
382 <h4>ProjectFormsBrowser.__newForm</h4> 381 <h4>ProjectFormsBrowser.__newForm</h4>
383 <b>__newForm</b>(<i></i>) 382 <b>__newForm</b>(<i></i>)
384
385 <p> 383 <p>
386 Private slot to handle the New Form menu action. 384 Private slot to handle the New Form menu action.
387 </p> 385 </p>
386
388 <a NAME="ProjectFormsBrowser.__newUiForm" ID="ProjectFormsBrowser.__newUiForm"></a> 387 <a NAME="ProjectFormsBrowser.__newUiForm" ID="ProjectFormsBrowser.__newUiForm"></a>
389 <h4>ProjectFormsBrowser.__newUiForm</h4> 388 <h4>ProjectFormsBrowser.__newUiForm</h4>
390 <b>__newUiForm</b>(<i>path</i>) 389 <b>__newUiForm</b>(<i>path</i>)
391
392 <p> 390 <p>
393 Private slot to handle the New Form menu action for Qt-related 391 Private slot to handle the New Form menu action for Qt-related
394 projects. 392 projects.
395 </p> 393 </p>
394
396 <dl> 395 <dl>
397 396
398 <dt><i>path</i> (str)</dt> 397 <dt><i>path</i> (str)</dt>
399 <dd> 398 <dd>
400 full directory path for the new form file 399 full directory path for the new form file
401 </dd> 400 </dd>
402 </dl> 401 </dl>
403 <a NAME="ProjectFormsBrowser.__openFile" ID="ProjectFormsBrowser.__openFile"></a> 402 <a NAME="ProjectFormsBrowser.__openFile" ID="ProjectFormsBrowser.__openFile"></a>
404 <h4>ProjectFormsBrowser.__openFile</h4> 403 <h4>ProjectFormsBrowser.__openFile</h4>
405 <b>__openFile</b>(<i></i>) 404 <b>__openFile</b>(<i></i>)
406
407 <p> 405 <p>
408 Private slot to handle the Open menu action. 406 Private slot to handle the Open menu action.
409 </p> 407 </p>
408
410 <a NAME="ProjectFormsBrowser.__openFileInEditor" ID="ProjectFormsBrowser.__openFileInEditor"></a> 409 <a NAME="ProjectFormsBrowser.__openFileInEditor" ID="ProjectFormsBrowser.__openFileInEditor"></a>
411 <h4>ProjectFormsBrowser.__openFileInEditor</h4> 410 <h4>ProjectFormsBrowser.__openFileInEditor</h4>
412 <b>__openFileInEditor</b>(<i></i>) 411 <b>__openFileInEditor</b>(<i></i>)
413
414 <p> 412 <p>
415 Private slot to handle the Open in Editor menu action. 413 Private slot to handle the Open in Editor menu action.
416 </p> 414 </p>
415
417 <a NAME="ProjectFormsBrowser.__readStderr" ID="ProjectFormsBrowser.__readStderr"></a> 416 <a NAME="ProjectFormsBrowser.__readStderr" ID="ProjectFormsBrowser.__readStderr"></a>
418 <h4>ProjectFormsBrowser.__readStderr</h4> 417 <h4>ProjectFormsBrowser.__readStderr</h4>
419 <b>__readStderr</b>(<i></i>) 418 <b>__readStderr</b>(<i></i>)
420
421 <p> 419 <p>
422 Private slot to handle the readyReadStandardError signal of the 420 Private slot to handle the readyReadStandardError signal of the
423 pyuic5/pyuic6/pyside2-uic/pyside6-uic process. 421 pyuic5/pyuic6/pyside2-uic/pyside6-uic process.
424 </p> 422 </p>
423
425 <a NAME="ProjectFormsBrowser.__readStdout" ID="ProjectFormsBrowser.__readStdout"></a> 424 <a NAME="ProjectFormsBrowser.__readStdout" ID="ProjectFormsBrowser.__readStdout"></a>
426 <h4>ProjectFormsBrowser.__readStdout</h4> 425 <h4>ProjectFormsBrowser.__readStdout</h4>
427 <b>__readStdout</b>(<i></i>) 426 <b>__readStdout</b>(<i></i>)
428
429 <p> 427 <p>
430 Private slot to handle the readyReadStandardOutput signal of the 428 Private slot to handle the readyReadStandardOutput signal of the
431 pyuic5/pyuic6/pyside2-uic/pyside6-uic process. 429 pyuic5/pyuic6/pyside2-uic/pyside6-uic process.
432 </p> 430 </p>
431
433 <a NAME="ProjectFormsBrowser.__resetUiCompiler" ID="ProjectFormsBrowser.__resetUiCompiler"></a> 432 <a NAME="ProjectFormsBrowser.__resetUiCompiler" ID="ProjectFormsBrowser.__resetUiCompiler"></a>
434 <h4>ProjectFormsBrowser.__resetUiCompiler</h4> 433 <h4>ProjectFormsBrowser.__resetUiCompiler</h4>
435 <b>__resetUiCompiler</b>(<i></i>) 434 <b>__resetUiCompiler</b>(<i></i>)
436
437 <p> 435 <p>
438 Private slot to reset the determined UI compiler executable. 436 Private slot to reset the determined UI compiler executable.
439 </p> 437 </p>
438
440 <a NAME="ProjectFormsBrowser.__showContextMenu" ID="ProjectFormsBrowser.__showContextMenu"></a> 439 <a NAME="ProjectFormsBrowser.__showContextMenu" ID="ProjectFormsBrowser.__showContextMenu"></a>
441 <h4>ProjectFormsBrowser.__showContextMenu</h4> 440 <h4>ProjectFormsBrowser.__showContextMenu</h4>
442 <b>__showContextMenu</b>(<i></i>) 441 <b>__showContextMenu</b>(<i></i>)
443
444 <p> 442 <p>
445 Private slot called by the menu aboutToShow signal. 443 Private slot called by the menu aboutToShow signal.
446 </p> 444 </p>
445
447 <a NAME="ProjectFormsBrowser.__showContextMenuBack" ID="ProjectFormsBrowser.__showContextMenuBack"></a> 446 <a NAME="ProjectFormsBrowser.__showContextMenuBack" ID="ProjectFormsBrowser.__showContextMenuBack"></a>
448 <h4>ProjectFormsBrowser.__showContextMenuBack</h4> 447 <h4>ProjectFormsBrowser.__showContextMenuBack</h4>
449 <b>__showContextMenuBack</b>(<i></i>) 448 <b>__showContextMenuBack</b>(<i></i>)
450
451 <p> 449 <p>
452 Private slot called by the backMenu aboutToShow signal. 450 Private slot called by the backMenu aboutToShow signal.
453 </p> 451 </p>
452
454 <a NAME="ProjectFormsBrowser.__showContextMenuDir" ID="ProjectFormsBrowser.__showContextMenuDir"></a> 453 <a NAME="ProjectFormsBrowser.__showContextMenuDir" ID="ProjectFormsBrowser.__showContextMenuDir"></a>
455 <h4>ProjectFormsBrowser.__showContextMenuDir</h4> 454 <h4>ProjectFormsBrowser.__showContextMenuDir</h4>
456 <b>__showContextMenuDir</b>(<i></i>) 455 <b>__showContextMenuDir</b>(<i></i>)
457
458 <p> 456 <p>
459 Private slot called by the dirMenu aboutToShow signal. 457 Private slot called by the dirMenu aboutToShow signal.
460 </p> 458 </p>
459
461 <a NAME="ProjectFormsBrowser.__showContextMenuDirMulti" ID="ProjectFormsBrowser.__showContextMenuDirMulti"></a> 460 <a NAME="ProjectFormsBrowser.__showContextMenuDirMulti" ID="ProjectFormsBrowser.__showContextMenuDirMulti"></a>
462 <h4>ProjectFormsBrowser.__showContextMenuDirMulti</h4> 461 <h4>ProjectFormsBrowser.__showContextMenuDirMulti</h4>
463 <b>__showContextMenuDirMulti</b>(<i></i>) 462 <b>__showContextMenuDirMulti</b>(<i></i>)
464
465 <p> 463 <p>
466 Private slot called by the dirMultiMenu aboutToShow signal. 464 Private slot called by the dirMultiMenu aboutToShow signal.
467 </p> 465 </p>
466
468 <a NAME="ProjectFormsBrowser.__showContextMenuMulti" ID="ProjectFormsBrowser.__showContextMenuMulti"></a> 467 <a NAME="ProjectFormsBrowser.__showContextMenuMulti" ID="ProjectFormsBrowser.__showContextMenuMulti"></a>
469 <h4>ProjectFormsBrowser.__showContextMenuMulti</h4> 468 <h4>ProjectFormsBrowser.__showContextMenuMulti</h4>
470 <b>__showContextMenuMulti</b>(<i></i>) 469 <b>__showContextMenuMulti</b>(<i></i>)
471
472 <p> 470 <p>
473 Private slot called by the multiMenu aboutToShow signal. 471 Private slot called by the multiMenu aboutToShow signal.
474 </p> 472 </p>
473
475 <a NAME="ProjectFormsBrowser._contextMenuRequested" ID="ProjectFormsBrowser._contextMenuRequested"></a> 474 <a NAME="ProjectFormsBrowser._contextMenuRequested" ID="ProjectFormsBrowser._contextMenuRequested"></a>
476 <h4>ProjectFormsBrowser._contextMenuRequested</h4> 475 <h4>ProjectFormsBrowser._contextMenuRequested</h4>
477 <b>_contextMenuRequested</b>(<i>coord</i>) 476 <b>_contextMenuRequested</b>(<i>coord</i>)
478
479 <p> 477 <p>
480 Protected slot to show the context menu. 478 Protected slot to show the context menu.
481 </p> 479 </p>
480
482 <dl> 481 <dl>
483 482
484 <dt><i>coord</i> (QPoint)</dt> 483 <dt><i>coord</i> (QPoint)</dt>
485 <dd> 484 <dd>
486 the position of the mouse pointer 485 the position of the mouse pointer
487 </dd> 486 </dd>
488 </dl> 487 </dl>
489 <a NAME="ProjectFormsBrowser._createPopupMenus" ID="ProjectFormsBrowser._createPopupMenus"></a> 488 <a NAME="ProjectFormsBrowser._createPopupMenus" ID="ProjectFormsBrowser._createPopupMenus"></a>
490 <h4>ProjectFormsBrowser._createPopupMenus</h4> 489 <h4>ProjectFormsBrowser._createPopupMenus</h4>
491 <b>_createPopupMenus</b>(<i></i>) 490 <b>_createPopupMenus</b>(<i></i>)
492
493 <p> 491 <p>
494 Protected overloaded method to generate the popup menu. 492 Protected overloaded method to generate the popup menu.
495 </p> 493 </p>
494
496 <a NAME="ProjectFormsBrowser._initHookMethods" ID="ProjectFormsBrowser._initHookMethods"></a> 495 <a NAME="ProjectFormsBrowser._initHookMethods" ID="ProjectFormsBrowser._initHookMethods"></a>
497 <h4>ProjectFormsBrowser._initHookMethods</h4> 496 <h4>ProjectFormsBrowser._initHookMethods</h4>
498 <b>_initHookMethods</b>(<i></i>) 497 <b>_initHookMethods</b>(<i></i>)
499
500 <p> 498 <p>
501 Protected method to initialize the hooks dictionary. 499 Protected method to initialize the hooks dictionary.
502 </p> 500 </p>
503 <p> 501 <p>
504 Supported hook methods are: 502 Supported hook methods are:
514 </p> 512 </p>
515 <p> 513 <p>
516 <b>Note</b>: Filenames are relative to the project directory, if not 514 <b>Note</b>: Filenames are relative to the project directory, if not
517 specified differently. 515 specified differently.
518 </p> 516 </p>
517
519 <a NAME="ProjectFormsBrowser._openItem" ID="ProjectFormsBrowser._openItem"></a> 518 <a NAME="ProjectFormsBrowser._openItem" ID="ProjectFormsBrowser._openItem"></a>
520 <h4>ProjectFormsBrowser._openItem</h4> 519 <h4>ProjectFormsBrowser._openItem</h4>
521 <b>_openItem</b>(<i></i>) 520 <b>_openItem</b>(<i></i>)
522
523 <p> 521 <p>
524 Protected slot to handle the open popup menu entry. 522 Protected slot to handle the open popup menu entry.
525 </p> 523 </p>
524
526 <a NAME="ProjectFormsBrowser.getIcon" ID="ProjectFormsBrowser.getIcon"></a> 525 <a NAME="ProjectFormsBrowser.getIcon" ID="ProjectFormsBrowser.getIcon"></a>
527 <h4>ProjectFormsBrowser.getIcon</h4> 526 <h4>ProjectFormsBrowser.getIcon</h4>
528 <b>getIcon</b>(<i></i>) 527 <b>getIcon</b>(<i></i>)
529
530 <p> 528 <p>
531 Public method to get an icon for the project browser. 529 Public method to get an icon for the project browser.
532 </p> 530 </p>
531
533 <dl> 532 <dl>
534 <dt>Return:</dt> 533 <dt>Return:</dt>
535 <dd> 534 <dd>
536 icon for the browser 535 icon for the browser
537 </dd> 536 </dd>
543 </dd> 542 </dd>
544 </dl> 543 </dl>
545 <a NAME="ProjectFormsBrowser.getUiCompiler" ID="ProjectFormsBrowser.getUiCompiler"></a> 544 <a NAME="ProjectFormsBrowser.getUiCompiler" ID="ProjectFormsBrowser.getUiCompiler"></a>
546 <h4>ProjectFormsBrowser.getUiCompiler</h4> 545 <h4>ProjectFormsBrowser.getUiCompiler</h4>
547 <b>getUiCompiler</b>(<i></i>) 546 <b>getUiCompiler</b>(<i></i>)
548
549 <p> 547 <p>
550 Public method to get the UI compiler executable of the project. 548 Public method to get the UI compiler executable of the project.
551 </p> 549 </p>
550
552 <dl> 551 <dl>
553 <dt>Return:</dt> 552 <dt>Return:</dt>
554 <dd> 553 <dd>
555 UI compiler executable 554 UI compiler executable
556 </dd> 555 </dd>
562 </dd> 561 </dd>
563 </dl> 562 </dl>
564 <a NAME="ProjectFormsBrowser.handlePreferencesChanged" ID="ProjectFormsBrowser.handlePreferencesChanged"></a> 563 <a NAME="ProjectFormsBrowser.handlePreferencesChanged" ID="ProjectFormsBrowser.handlePreferencesChanged"></a>
565 <h4>ProjectFormsBrowser.handlePreferencesChanged</h4> 564 <h4>ProjectFormsBrowser.handlePreferencesChanged</h4>
566 <b>handlePreferencesChanged</b>(<i></i>) 565 <b>handlePreferencesChanged</b>(<i></i>)
567
568 <p> 566 <p>
569 Public slot used to handle the preferencesChanged signal. 567 Public slot used to handle the preferencesChanged signal.
570 </p> 568 </p>
569
571 <div align="right"><a href="#top">Up</a></div> 570 <div align="right"><a href="#top">Up</a></div>
572 <hr /> 571 <hr />
573 </body></html> 572 </body></html>

eric ide

mercurial