Documentation/Source/eric6.Plugins.UiExtensionPlugins.PipInterface.PipSelectionDialog.html

changeset 6343
86cea8abd0f7
parent 6336
a04ac8bd014b
equal deleted inserted replaced
6342:c79ecba9cde7 6343:86cea8abd0f7
68 <table> 68 <table>
69 <tr><td>None</td></tr> 69 <tr><td>None</td></tr>
70 </table> 70 </table>
71 <a NAME="PipSelectionDialog.__init__" ID="PipSelectionDialog.__init__"></a> 71 <a NAME="PipSelectionDialog.__init__" ID="PipSelectionDialog.__init__"></a>
72 <h4>PipSelectionDialog (Constructor)</h4> 72 <h4>PipSelectionDialog (Constructor)</h4>
73 <b>PipSelectionDialog</b>(<i>plugin, parent=None</i>) 73 <b>PipSelectionDialog</b>(<i>pip, parent=None</i>)
74 <p> 74 <p>
75 Constructor 75 Constructor
76 </p><dl> 76 </p><dl>
77 <dt><i>plugin</i> (ToolPipPlugin)</dt> 77 <dt><i>pip</i> (Pip)</dt>
78 <dd> 78 <dd>
79 reference to the plugin object 79 reference to the pip object
80 </dd><dt><i>parent</i> (QWidget)</dt> 80 </dd><dt><i>parent</i> (QWidget)</dt>
81 <dd> 81 <dd>
82 reference to the parent widget 82 reference to the parent widget
83 </dd> 83 </dd>
84 </dl><a NAME="PipSelectionDialog.getData" ID="PipSelectionDialog.getData"></a> 84 </dl><a NAME="PipSelectionDialog.getData" ID="PipSelectionDialog.getData"></a>
87 <p> 87 <p>
88 Public method to get the entered data. 88 Public method to get the entered data.
89 </p><dl> 89 </p><dl>
90 <dt>Returns:</dt> 90 <dt>Returns:</dt>
91 <dd> 91 <dd>
92 tuple with the pip command and a flag indicating to install 92 tuple with the environment name and a flag indicating to
93 to the user install directory 93 install to the user install directory
94 </dd> 94 </dd>
95 </dl><dl> 95 </dl><dl>
96 <dt>Return Type:</dt> 96 <dt>Return Type:</dt>
97 <dd> 97 <dd>
98 tuple of (str, bool) 98 tuple of (str, bool)

eric ide

mercurial