71 <table> |
71 <table> |
72 <tr><td>None</td></tr> |
72 <tr><td>None</td></tr> |
73 </table> |
73 </table> |
74 <a NAME="PipFileSelectionDialog.__init__" ID="PipFileSelectionDialog.__init__"></a> |
74 <a NAME="PipFileSelectionDialog.__init__" ID="PipFileSelectionDialog.__init__"></a> |
75 <h4>PipFileSelectionDialog (Constructor)</h4> |
75 <h4>PipFileSelectionDialog (Constructor)</h4> |
76 <b>PipFileSelectionDialog</b>(<i>plugin, mode, parent=None</i>) |
76 <b>PipFileSelectionDialog</b>(<i>plugin, mode, install=True, parent=None</i>) |
77 <p> |
77 <p> |
78 Constructor |
78 Constructor |
79 </p><dl> |
79 </p><dl> |
80 <dt><i>plugin</i> (PipInterfacePlugin)</dt> |
80 <dt><i>plugin</i> (PipInterfacePlugin)</dt> |
81 <dd> |
81 <dd> |
82 reference to the plugin object |
82 reference to the plugin object |
83 </dd><dt><i>mode</i> (str)</dt> |
83 </dd><dt><i>mode</i> (str)</dt> |
84 <dd> |
84 <dd> |
85 mode of the dialog |
85 mode of the dialog |
|
86 </dd><dt><i>install</i> (bool)</dt> |
|
87 <dd> |
|
88 flag indicating an install action |
86 </dd><dt><i>parent</i> (QWidget)</dt> |
89 </dd><dt><i>parent</i> (QWidget)</dt> |
87 <dd> |
90 <dd> |
88 reference to the parent widget |
91 reference to the parent widget |
89 </dd> |
92 </dd> |
90 </dl><a NAME="PipFileSelectionDialog.getData" ID="PipFileSelectionDialog.getData"></a> |
93 </dl><a NAME="PipFileSelectionDialog.getData" ID="PipFileSelectionDialog.getData"></a> |
93 <p> |
96 <p> |
94 Public method to get the entered data. |
97 Public method to get the entered data. |
95 </p><dl> |
98 </p><dl> |
96 <dt>Returns:</dt> |
99 <dt>Returns:</dt> |
97 <dd> |
100 <dd> |
98 tuple with the pip command and the name of the |
101 tuple with the pip command, the name of the |
99 selected file |
102 selected file and a flag indicating to install to the |
|
103 user install directory |
100 </dd> |
104 </dd> |
101 </dl><dl> |
105 </dl><dl> |
102 <dt>Return Type:</dt> |
106 <dt>Return Type:</dt> |
103 <dd> |
107 <dd> |
104 tuple of (str, str) |
108 tuple of (str, str, bool) |
105 </dd> |
109 </dd> |
106 </dl><a NAME="PipFileSelectionDialog.on_filePicker_textChanged" ID="PipFileSelectionDialog.on_filePicker_textChanged"></a> |
110 </dl><a NAME="PipFileSelectionDialog.on_filePicker_textChanged" ID="PipFileSelectionDialog.on_filePicker_textChanged"></a> |
107 <h4>PipFileSelectionDialog.on_filePicker_textChanged</h4> |
111 <h4>PipFileSelectionDialog.on_filePicker_textChanged</h4> |
108 <b>on_filePicker_textChanged</b>(<i>txt</i>) |
112 <b>on_filePicker_textChanged</b>(<i>txt</i>) |
109 <p> |
113 <p> |