305 <p> |
305 <p> |
306 Private method to compile a .ui file to a .py/.rb file. |
306 Private method to compile a .ui file to a .py/.rb file. |
307 </p> |
307 </p> |
308 <dl> |
308 <dl> |
309 |
309 |
310 <dt><i>fn</i></dt> |
310 <dt><i>fn</i> (str)</dt> |
311 <dd> |
311 <dd> |
312 filename of the .ui file to be compiled |
312 filename of the .ui file to be compiled |
313 </dd> |
313 </dd> |
314 <dt><i>noDialog</i></dt> |
314 <dt><i>noDialog</i> (bool)</dt> |
315 <dd> |
315 <dd> |
316 flag indicating silent operations |
316 flag indicating silent operations |
317 </dd> |
317 </dd> |
318 <dt><i>progress</i></dt> |
318 <dt><i>progress</i> (QProgressDialog)</dt> |
319 <dd> |
319 <dd> |
320 reference to the progress dialog |
320 reference to the progress dialog |
321 </dd> |
321 </dd> |
322 </dl> |
322 </dl> |
323 <dl> |
323 <dl> |
324 <dt>Return:</dt> |
324 <dt>Return:</dt> |
325 <dd> |
325 <dd> |
326 reference to the compile process (QProcess) |
326 reference to the compile process |
|
327 </dd> |
|
328 </dl> |
|
329 <dl> |
|
330 <dt>Return Type:</dt> |
|
331 <dd> |
|
332 QProcess |
327 </dd> |
333 </dd> |
328 </dl> |
334 </dl> |
329 <a NAME="ProjectFormsBrowser.__compileUIDone" ID="ProjectFormsBrowser.__compileUIDone"></a> |
335 <a NAME="ProjectFormsBrowser.__compileUIDone" ID="ProjectFormsBrowser.__compileUIDone"></a> |
330 <h4>ProjectFormsBrowser.__compileUIDone</h4> |
336 <h4>ProjectFormsBrowser.__compileUIDone</h4> |
331 <b>__compileUIDone</b>(<i>exitCode, exitStatus</i>) |
337 <b>__compileUIDone</b>(<i>exitCode, exitStatus</i>) |
333 <p> |
339 <p> |
334 Private slot to handle the finished signal of the pyuic/rbuic process. |
340 Private slot to handle the finished signal of the pyuic/rbuic process. |
335 </p> |
341 </p> |
336 <dl> |
342 <dl> |
337 |
343 |
338 <dt><i>exitCode</i></dt> |
344 <dt><i>exitCode</i> (int)</dt> |
339 <dd> |
345 <dd> |
340 exit code of the process (integer) |
346 exit code of the process |
341 </dd> |
347 </dd> |
342 <dt><i>exitStatus</i></dt> |
348 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> |
343 <dd> |
349 <dd> |
344 exit status of the process (QProcess.ExitStatus) |
350 exit status of the process |
345 </dd> |
351 </dd> |
346 </dl> |
352 </dl> |
347 <a NAME="ProjectFormsBrowser.__configureUicCompiler" ID="ProjectFormsBrowser.__configureUicCompiler"></a> |
353 <a NAME="ProjectFormsBrowser.__configureUicCompiler" ID="ProjectFormsBrowser.__configureUicCompiler"></a> |
348 <h4>ProjectFormsBrowser.__configureUicCompiler</h4> |
354 <h4>ProjectFormsBrowser.__configureUicCompiler</h4> |
349 <b>__configureUicCompiler</b>(<i></i>) |
355 <b>__configureUicCompiler</b>(<i></i>) |
387 Private slot to handle the New Form menu action for Qt-related |
393 Private slot to handle the New Form menu action for Qt-related |
388 projects. |
394 projects. |
389 </p> |
395 </p> |
390 <dl> |
396 <dl> |
391 |
397 |
392 <dt><i>path</i></dt> |
398 <dt><i>path</i> (str)</dt> |
393 <dd> |
399 <dd> |
394 full directory path for the new form file (string) |
400 full directory path for the new form file |
395 </dd> |
401 </dd> |
396 </dl> |
402 </dl> |
397 <a NAME="ProjectFormsBrowser.__openFile" ID="ProjectFormsBrowser.__openFile"></a> |
403 <a NAME="ProjectFormsBrowser.__openFile" ID="ProjectFormsBrowser.__openFile"></a> |
398 <h4>ProjectFormsBrowser.__openFile</h4> |
404 <h4>ProjectFormsBrowser.__openFile</h4> |
399 <b>__openFile</b>(<i></i>) |
405 <b>__openFile</b>(<i></i>) |
473 <p> |
479 <p> |
474 Protected slot to show the context menu. |
480 Protected slot to show the context menu. |
475 </p> |
481 </p> |
476 <dl> |
482 <dl> |
477 |
483 |
478 <dt><i>coord</i></dt> |
484 <dt><i>coord</i> (QPoint)</dt> |
479 <dd> |
485 <dd> |
480 the position of the mouse pointer (QPoint) |
486 the position of the mouse pointer |
481 </dd> |
487 </dd> |
482 </dl> |
488 </dl> |
483 <a NAME="ProjectFormsBrowser._createPopupMenus" ID="ProjectFormsBrowser._createPopupMenus"></a> |
489 <a NAME="ProjectFormsBrowser._createPopupMenus" ID="ProjectFormsBrowser._createPopupMenus"></a> |
484 <h4>ProjectFormsBrowser._createPopupMenus</h4> |
490 <h4>ProjectFormsBrowser._createPopupMenus</h4> |
485 <b>_createPopupMenus</b>(<i></i>) |
491 <b>_createPopupMenus</b>(<i></i>) |