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> |
82 </tr> |
106 </tr> |
83 <tr> |
107 <tr> |
84 <td><a href="#QtPage.on_qtPostfixEdit_textChanged">on_qtPostfixEdit_textChanged</a></td> |
108 <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> |
109 <td>Private slot to handle a change in the entered Qt directory.</td> |
86 </tr> |
110 </tr> |
104 <b>QtPage</b>(<i></i>) |
128 <b>QtPage</b>(<i></i>) |
105 |
129 |
106 <p> |
130 <p> |
107 Constructor |
131 Constructor |
108 </p> |
132 </p> |
|
133 <a NAME="QtPage.__populateAndSetVenvComboBox" ID="QtPage.__populateAndSetVenvComboBox"></a> |
|
134 <h4>QtPage.__populateAndSetVenvComboBox</h4> |
|
135 <b>__populateAndSetVenvComboBox</b>(<i>comboBox, envKey, initial</i>) |
|
136 |
|
137 <p> |
|
138 Private method to populate and set the virtual environment combo boxes. |
|
139 </p> |
|
140 <dl> |
|
141 |
|
142 <dt><i>comboBox</i> (QComboBox)</dt> |
|
143 <dd> |
|
144 reference to the combo box to be populated |
|
145 </dd> |
|
146 <dt><i>envKey</i> (str)</dt> |
|
147 <dd> |
|
148 preferences key for the environment |
|
149 </dd> |
|
150 <dt><i>initial</i> (bool)</dt> |
|
151 <dd> |
|
152 flag indicating an initial population |
|
153 </dd> |
|
154 </dl> |
|
155 <a NAME="QtPage.__populateAndSetVenvComboBoxes" ID="QtPage.__populateAndSetVenvComboBoxes"></a> |
|
156 <h4>QtPage.__populateAndSetVenvComboBoxes</h4> |
|
157 <b>__populateAndSetVenvComboBoxes</b>(<i>initial</i>) |
|
158 |
|
159 <p> |
|
160 Private method to populate the virtual environment combo boxes. |
|
161 </p> |
|
162 <dl> |
|
163 |
|
164 <dt><i>initial</i> (bool)</dt> |
|
165 <dd> |
|
166 flag indicating an initial population |
|
167 </dd> |
|
168 </dl> |
|
169 <a NAME="QtPage.__showVirtualEnvManager" ID="QtPage.__showVirtualEnvManager"></a> |
|
170 <h4>QtPage.__showVirtualEnvManager</h4> |
|
171 <b>__showVirtualEnvManager</b>(<i></i>) |
|
172 |
|
173 <p> |
|
174 Private method to show the virtual environment manager dialog. |
|
175 </p> |
109 <a NAME="QtPage.__updateQtSample" ID="QtPage.__updateQtSample"></a> |
176 <a NAME="QtPage.__updateQtSample" ID="QtPage.__updateQtSample"></a> |
110 <h4>QtPage.__updateQtSample</h4> |
177 <h4>QtPage.__updateQtSample</h4> |
111 <b>__updateQtSample</b>(<i></i>) |
178 <b>__updateQtSample</b>(<i></i>) |
112 |
179 |
113 <p> |
180 <p> |
114 Private slot to update the Qt tools sample label. |
181 Private slot to update the Qt tools sample label. |
115 </p> |
182 </p> |
|
183 <a NAME="QtPage.on_pyqt5VenvDlgButton_clicked" ID="QtPage.on_pyqt5VenvDlgButton_clicked"></a> |
|
184 <h4>QtPage.on_pyqt5VenvDlgButton_clicked</h4> |
|
185 <b>on_pyqt5VenvDlgButton_clicked</b>(<i></i>) |
|
186 |
|
187 <p> |
|
188 Private slot to show the virtual environment manager dialog. |
|
189 </p> |
|
190 <a NAME="QtPage.on_pyqt6VenvDlgButton_clicked" ID="QtPage.on_pyqt6VenvDlgButton_clicked"></a> |
|
191 <h4>QtPage.on_pyqt6VenvDlgButton_clicked</h4> |
|
192 <b>on_pyqt6VenvDlgButton_clicked</b>(<i></i>) |
|
193 |
|
194 <p> |
|
195 Private slot to show the virtual environment manager dialog. |
|
196 </p> |
|
197 <a NAME="QtPage.on_pyside2VenvDlgButton_clicked" ID="QtPage.on_pyside2VenvDlgButton_clicked"></a> |
|
198 <h4>QtPage.on_pyside2VenvDlgButton_clicked</h4> |
|
199 <b>on_pyside2VenvDlgButton_clicked</b>(<i></i>) |
|
200 |
|
201 <p> |
|
202 Private slot to show the virtual environment manager dialog. |
|
203 </p> |
116 <a NAME="QtPage.on_qtPostfixEdit_textChanged" ID="QtPage.on_qtPostfixEdit_textChanged"></a> |
204 <a NAME="QtPage.on_qtPostfixEdit_textChanged" ID="QtPage.on_qtPostfixEdit_textChanged"></a> |
117 <h4>QtPage.on_qtPostfixEdit_textChanged</h4> |
205 <h4>QtPage.on_qtPostfixEdit_textChanged</h4> |
118 <b>on_qtPostfixEdit_textChanged</b>(<i>txt</i>) |
206 <b>on_qtPostfixEdit_textChanged</b>(<i>txt</i>) |
119 |
207 |
120 <p> |
208 <p> |