75 <tr> |
75 <tr> |
76 <td><a href="#QtPage.__init__">QtPage</a></td> |
76 <td><a href="#QtPage.__init__">QtPage</a></td> |
77 <td>Constructor</td> |
77 <td>Constructor</td> |
78 </tr> |
78 </tr> |
79 <tr> |
79 <tr> |
|
80 <td><a href="#QtPage.__populateAndSetVenvComboBox">__populateAndSetVenvComboBox</a></td> |
|
81 <td>Private method to populate and set the virtual environment combo boxes.</td> |
|
82 </tr> |
|
83 <tr> |
|
84 <td><a href="#QtPage.__populateAndSetVenvComboBoxes">__populateAndSetVenvComboBoxes</a></td> |
|
85 <td>Private method to populate the virtual environment combo boxes.</td> |
|
86 </tr> |
|
87 <tr> |
|
88 <td><a href="#QtPage.__showVirtualEnvManager">__showVirtualEnvManager</a></td> |
|
89 <td>Private method to show the virtual environment manager dialog.</td> |
|
90 </tr> |
|
91 <tr> |
80 <td><a href="#QtPage.__updateQtSample">__updateQtSample</a></td> |
92 <td><a href="#QtPage.__updateQtSample">__updateQtSample</a></td> |
81 <td>Private slot to update the Qt tools sample label.</td> |
93 <td>Private slot to update the Qt tools sample label.</td> |
|
94 </tr> |
|
95 <tr> |
|
96 <td><a href="#QtPage.on_pyqt5VenvDlgButton_clicked">on_pyqt5VenvDlgButton_clicked</a></td> |
|
97 <td>Private slot to show the virtual environment manager dialog.</td> |
|
98 </tr> |
|
99 <tr> |
|
100 <td><a href="#QtPage.on_pyqt6VenvDlgButton_clicked">on_pyqt6VenvDlgButton_clicked</a></td> |
|
101 <td>Private slot to show the virtual environment manager dialog.</td> |
|
102 </tr> |
|
103 <tr> |
|
104 <td><a href="#QtPage.on_pyside2VenvDlgButton_clicked">on_pyside2VenvDlgButton_clicked</a></td> |
|
105 <td>Private slot to show the virtual environment manager dialog.</td> |
|
106 </tr> |
|
107 <tr> |
|
108 <td><a href="#QtPage.on_pyside6VenvDlgButton_clicked">on_pyside6VenvDlgButton_clicked</a></td> |
|
109 <td>Private slot to show the virtual environment manager dialog.</td> |
82 </tr> |
110 </tr> |
83 <tr> |
111 <tr> |
84 <td><a href="#QtPage.on_qtPostfixEdit_textChanged">on_qtPostfixEdit_textChanged</a></td> |
112 <td><a href="#QtPage.on_qtPostfixEdit_textChanged">on_qtPostfixEdit_textChanged</a></td> |
85 <td>Private slot to handle a change in the entered Qt directory.</td> |
113 <td>Private slot to handle a change in the entered Qt directory.</td> |
86 </tr> |
114 </tr> |
104 <b>QtPage</b>(<i></i>) |
132 <b>QtPage</b>(<i></i>) |
105 |
133 |
106 <p> |
134 <p> |
107 Constructor |
135 Constructor |
108 </p> |
136 </p> |
|
137 <a NAME="QtPage.__populateAndSetVenvComboBox" ID="QtPage.__populateAndSetVenvComboBox"></a> |
|
138 <h4>QtPage.__populateAndSetVenvComboBox</h4> |
|
139 <b>__populateAndSetVenvComboBox</b>(<i>comboBox, envKey, initial</i>) |
|
140 |
|
141 <p> |
|
142 Private method to populate and set the virtual environment combo boxes. |
|
143 </p> |
|
144 <dl> |
|
145 |
|
146 <dt><i>comboBox</i> (QComboBox)</dt> |
|
147 <dd> |
|
148 reference to the combo box to be populated |
|
149 </dd> |
|
150 <dt><i>envKey</i> (str)</dt> |
|
151 <dd> |
|
152 preferences key for the environment |
|
153 </dd> |
|
154 <dt><i>initial</i> (bool)</dt> |
|
155 <dd> |
|
156 flag indicating an initial population |
|
157 </dd> |
|
158 </dl> |
|
159 <a NAME="QtPage.__populateAndSetVenvComboBoxes" ID="QtPage.__populateAndSetVenvComboBoxes"></a> |
|
160 <h4>QtPage.__populateAndSetVenvComboBoxes</h4> |
|
161 <b>__populateAndSetVenvComboBoxes</b>(<i>initial</i>) |
|
162 |
|
163 <p> |
|
164 Private method to populate the virtual environment combo boxes. |
|
165 </p> |
|
166 <dl> |
|
167 |
|
168 <dt><i>initial</i> (bool)</dt> |
|
169 <dd> |
|
170 flag indicating an initial population |
|
171 </dd> |
|
172 </dl> |
|
173 <a NAME="QtPage.__showVirtualEnvManager" ID="QtPage.__showVirtualEnvManager"></a> |
|
174 <h4>QtPage.__showVirtualEnvManager</h4> |
|
175 <b>__showVirtualEnvManager</b>(<i></i>) |
|
176 |
|
177 <p> |
|
178 Private method to show the virtual environment manager dialog. |
|
179 </p> |
109 <a NAME="QtPage.__updateQtSample" ID="QtPage.__updateQtSample"></a> |
180 <a NAME="QtPage.__updateQtSample" ID="QtPage.__updateQtSample"></a> |
110 <h4>QtPage.__updateQtSample</h4> |
181 <h4>QtPage.__updateQtSample</h4> |
111 <b>__updateQtSample</b>(<i></i>) |
182 <b>__updateQtSample</b>(<i></i>) |
112 |
183 |
113 <p> |
184 <p> |
114 Private slot to update the Qt tools sample label. |
185 Private slot to update the Qt tools sample label. |
115 </p> |
186 </p> |
|
187 <a NAME="QtPage.on_pyqt5VenvDlgButton_clicked" ID="QtPage.on_pyqt5VenvDlgButton_clicked"></a> |
|
188 <h4>QtPage.on_pyqt5VenvDlgButton_clicked</h4> |
|
189 <b>on_pyqt5VenvDlgButton_clicked</b>(<i></i>) |
|
190 |
|
191 <p> |
|
192 Private slot to show the virtual environment manager dialog. |
|
193 </p> |
|
194 <a NAME="QtPage.on_pyqt6VenvDlgButton_clicked" ID="QtPage.on_pyqt6VenvDlgButton_clicked"></a> |
|
195 <h4>QtPage.on_pyqt6VenvDlgButton_clicked</h4> |
|
196 <b>on_pyqt6VenvDlgButton_clicked</b>(<i></i>) |
|
197 |
|
198 <p> |
|
199 Private slot to show the virtual environment manager dialog. |
|
200 </p> |
|
201 <a NAME="QtPage.on_pyside2VenvDlgButton_clicked" ID="QtPage.on_pyside2VenvDlgButton_clicked"></a> |
|
202 <h4>QtPage.on_pyside2VenvDlgButton_clicked</h4> |
|
203 <b>on_pyside2VenvDlgButton_clicked</b>(<i></i>) |
|
204 |
|
205 <p> |
|
206 Private slot to show the virtual environment manager dialog. |
|
207 </p> |
|
208 <a NAME="QtPage.on_pyside6VenvDlgButton_clicked" ID="QtPage.on_pyside6VenvDlgButton_clicked"></a> |
|
209 <h4>QtPage.on_pyside6VenvDlgButton_clicked</h4> |
|
210 <b>on_pyside6VenvDlgButton_clicked</b>(<i></i>) |
|
211 |
|
212 <p> |
|
213 Private slot to show the virtual environment manager dialog. |
|
214 </p> |
116 <a NAME="QtPage.on_qtPostfixEdit_textChanged" ID="QtPage.on_qtPostfixEdit_textChanged"></a> |
215 <a NAME="QtPage.on_qtPostfixEdit_textChanged" ID="QtPage.on_qtPostfixEdit_textChanged"></a> |
117 <h4>QtPage.on_qtPostfixEdit_textChanged</h4> |
216 <h4>QtPage.on_qtPostfixEdit_textChanged</h4> |
118 <b>on_qtPostfixEdit_textChanged</b>(<i>txt</i>) |
217 <b>on_qtPostfixEdit_textChanged</b>(<i>txt</i>) |
119 |
218 |
120 <p> |
219 <p> |