Documentation/Source/eric6.Project.CreateDialogCodeDialog.html

changeset 6590
8cad6f50ff4c
parent 6550
7c20da9a480a
child 6661
19fcbb7be3da
diff -r 613426e62983 -r 8cad6f50ff4c Documentation/Source/eric6.Project.CreateDialogCodeDialog.html
--- a/Documentation/Source/eric6.Project.CreateDialogCodeDialog.html	Fri Nov 16 20:00:03 2018 +0100
+++ b/Documentation/Source/eric6.Project.CreateDialogCodeDialog.html	Sat Nov 17 12:45:58 2018 +0100
@@ -81,6 +81,9 @@
 <td><a href="#CreateDialogCodeDialog.__objectNameExternal">__objectNameExternal</a></td>
 <td>Private method to get the object name of a form via an external interpreter.</td>
 </tr><tr>
+<td><a href="#CreateDialogCodeDialog.__runUicLoadUi">__runUicLoadUi</a></td>
+<td>Private method to run the UicLoadUi.py script with the given command and return the output.</td>
+</tr><tr>
 <td><a href="#CreateDialogCodeDialog.__signatures">__signatures</a></td>
 <td>Private slot to get the signatures.</td>
 </tr><tr>
@@ -214,6 +217,27 @@
 <dd>
 str
 </dd>
+</dl><a NAME="CreateDialogCodeDialog.__runUicLoadUi" ID="CreateDialogCodeDialog.__runUicLoadUi"></a>
+<h4>CreateDialogCodeDialog.__runUicLoadUi</h4>
+<b>__runUicLoadUi</b>(<i>command</i>)
+<p>
+        Private method to run the UicLoadUi.py script with the given command
+        and return the output.
+</p><dl>
+<dt><i>command</i> (str)</dt>
+<dd>
+uic command to be run
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+tuple of process output and error flag
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (str, bool)
+</dd>
 </dl><a NAME="CreateDialogCodeDialog.__signatures" ID="CreateDialogCodeDialog.__signatures"></a>
 <h4>CreateDialogCodeDialog.__signatures</h4>
 <b>__signatures</b>(<i></i>)

eric ide

mercurial