5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.Preferences.ConfigurationPages.QtPage</h1> |
9 <h1>eric7.Preferences.ConfigurationPages.QtPage</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing the Qt configuration page. |
11 Module implementing the Qt configuration page. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
15 <table> |
16 <table> |
16 <tr><td>None</td></tr> |
17 <tr><td>None</td></tr> |
17 </table> |
18 </table> |
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
20 <table> |
21 <table> |
|
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#QtPage">QtPage</a></td> |
22 <td><a href="#QtPage">QtPage</a></td> |
25 <td>Class implementing the Qt configuration page.</td> |
23 <td>Class implementing the Qt configuration page.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
28 <table> |
30 <table> |
|
31 |
|
32 <tr> |
29 <tr> |
33 <td><a href="#create">create</a></td> |
30 <td><a href="#create">create</a></td> |
34 <td>Module function to create the configuration page.</td> |
31 <td>Module function to create the configuration page.</td> |
35 </tr> |
32 </tr> |
36 </table> |
33 </table> |
|
34 |
37 <hr /> |
35 <hr /> |
38 <hr /> |
36 <hr /> |
39 <a NAME="QtPage" ID="QtPage"></a> |
37 <a NAME="QtPage" ID="QtPage"></a> |
40 <h2>QtPage</h2> |
38 <h2>QtPage</h2> |
41 |
|
42 <p> |
39 <p> |
43 Class implementing the Qt configuration page. |
40 Class implementing the Qt configuration page. |
44 </p> |
41 </p> |
|
42 |
45 <h3>Derived from</h3> |
43 <h3>Derived from</h3> |
46 ConfigurationPageBase, Ui_QtPage |
44 ConfigurationPageBase, Ui_QtPage |
47 <h3>Class Attributes</h3> |
45 <h3>Class Attributes</h3> |
48 |
46 <table> |
49 <table> |
47 <tr><td>None</td></tr> |
50 <tr><td>None</td></tr> |
48 </table> |
51 </table> |
49 |
52 <h3>Class Methods</h3> |
50 <h3>Class Methods</h3> |
53 |
51 <table> |
54 <table> |
52 <tr><td>None</td></tr> |
55 <tr><td>None</td></tr> |
53 </table> |
56 </table> |
54 |
57 <h3>Methods</h3> |
55 <h3>Methods</h3> |
58 |
56 <table> |
59 <table> |
|
60 |
|
61 <tr> |
57 <tr> |
62 <td><a href="#QtPage.__init__">QtPage</a></td> |
58 <td><a href="#QtPage.__init__">QtPage</a></td> |
63 <td>Constructor</td> |
59 <td>Constructor</td> |
64 </tr> |
60 </tr> |
65 <tr> |
61 <tr> |
93 <tr> |
89 <tr> |
94 <td><a href="#QtPage.save">save</a></td> |
90 <td><a href="#QtPage.save">save</a></td> |
95 <td>Public slot to save the Qt configuration.</td> |
91 <td>Public slot to save the Qt configuration.</td> |
96 </tr> |
92 </tr> |
97 </table> |
93 </table> |
|
94 |
98 <h3>Static Methods</h3> |
95 <h3>Static Methods</h3> |
99 |
96 <table> |
100 <table> |
97 <tr><td>None</td></tr> |
101 <tr><td>None</td></tr> |
98 </table> |
102 </table> |
99 |
103 |
100 |
104 <a NAME="QtPage.__init__" ID="QtPage.__init__"></a> |
101 <a NAME="QtPage.__init__" ID="QtPage.__init__"></a> |
105 <h4>QtPage (Constructor)</h4> |
102 <h4>QtPage (Constructor)</h4> |
106 <b>QtPage</b>(<i></i>) |
103 <b>QtPage</b>(<i></i>) |
107 |
|
108 <p> |
104 <p> |
109 Constructor |
105 Constructor |
110 </p> |
106 </p> |
|
107 |
111 <a NAME="QtPage.__populateAndSetVenvComboBox" ID="QtPage.__populateAndSetVenvComboBox"></a> |
108 <a NAME="QtPage.__populateAndSetVenvComboBox" ID="QtPage.__populateAndSetVenvComboBox"></a> |
112 <h4>QtPage.__populateAndSetVenvComboBox</h4> |
109 <h4>QtPage.__populateAndSetVenvComboBox</h4> |
113 <b>__populateAndSetVenvComboBox</b>(<i>comboBox, envKey, initial</i>) |
110 <b>__populateAndSetVenvComboBox</b>(<i>comboBox, envKey, initial</i>) |
114 |
|
115 <p> |
111 <p> |
116 Private method to populate and set the virtual environment combo boxes. |
112 Private method to populate and set the virtual environment combo boxes. |
117 </p> |
113 </p> |
|
114 |
118 <dl> |
115 <dl> |
119 |
116 |
120 <dt><i>comboBox</i> (QComboBox)</dt> |
117 <dt><i>comboBox</i> (QComboBox)</dt> |
121 <dd> |
118 <dd> |
122 reference to the combo box to be populated |
119 reference to the combo box to be populated |
131 </dd> |
128 </dd> |
132 </dl> |
129 </dl> |
133 <a NAME="QtPage.__populateAndSetVenvComboBoxes" ID="QtPage.__populateAndSetVenvComboBoxes"></a> |
130 <a NAME="QtPage.__populateAndSetVenvComboBoxes" ID="QtPage.__populateAndSetVenvComboBoxes"></a> |
134 <h4>QtPage.__populateAndSetVenvComboBoxes</h4> |
131 <h4>QtPage.__populateAndSetVenvComboBoxes</h4> |
135 <b>__populateAndSetVenvComboBoxes</b>(<i>initial</i>) |
132 <b>__populateAndSetVenvComboBoxes</b>(<i>initial</i>) |
136 |
|
137 <p> |
133 <p> |
138 Private method to populate the virtual environment combo boxes. |
134 Private method to populate the virtual environment combo boxes. |
139 </p> |
135 </p> |
|
136 |
140 <dl> |
137 <dl> |
141 |
138 |
142 <dt><i>initial</i> (bool)</dt> |
139 <dt><i>initial</i> (bool)</dt> |
143 <dd> |
140 <dd> |
144 flag indicating an initial population |
141 flag indicating an initial population |
145 </dd> |
142 </dd> |
146 </dl> |
143 </dl> |
147 <a NAME="QtPage.__showVirtualEnvManager" ID="QtPage.__showVirtualEnvManager"></a> |
144 <a NAME="QtPage.__showVirtualEnvManager" ID="QtPage.__showVirtualEnvManager"></a> |
148 <h4>QtPage.__showVirtualEnvManager</h4> |
145 <h4>QtPage.__showVirtualEnvManager</h4> |
149 <b>__showVirtualEnvManager</b>(<i></i>) |
146 <b>__showVirtualEnvManager</b>(<i></i>) |
150 |
|
151 <p> |
147 <p> |
152 Private method to show the virtual environment manager dialog. |
148 Private method to show the virtual environment manager dialog. |
153 </p> |
149 </p> |
|
150 |
154 <a NAME="QtPage.__updateQtSample" ID="QtPage.__updateQtSample"></a> |
151 <a NAME="QtPage.__updateQtSample" ID="QtPage.__updateQtSample"></a> |
155 <h4>QtPage.__updateQtSample</h4> |
152 <h4>QtPage.__updateQtSample</h4> |
156 <b>__updateQtSample</b>(<i></i>) |
153 <b>__updateQtSample</b>(<i></i>) |
157 |
|
158 <p> |
154 <p> |
159 Private slot to update the Qt tools sample label. |
155 Private slot to update the Qt tools sample label. |
160 </p> |
156 </p> |
|
157 |
161 <a NAME="QtPage.on_qtPostfixEdit_textChanged" ID="QtPage.on_qtPostfixEdit_textChanged"></a> |
158 <a NAME="QtPage.on_qtPostfixEdit_textChanged" ID="QtPage.on_qtPostfixEdit_textChanged"></a> |
162 <h4>QtPage.on_qtPostfixEdit_textChanged</h4> |
159 <h4>QtPage.on_qtPostfixEdit_textChanged</h4> |
163 <b>on_qtPostfixEdit_textChanged</b>(<i>txt</i>) |
160 <b>on_qtPostfixEdit_textChanged</b>(<i>txt</i>) |
164 |
|
165 <p> |
161 <p> |
166 Private slot to handle a change in the entered Qt directory. |
162 Private slot to handle a change in the entered Qt directory. |
167 </p> |
163 </p> |
|
164 |
168 <dl> |
165 <dl> |
169 |
166 |
170 <dt><i>txt</i> (str)</dt> |
167 <dt><i>txt</i> (str)</dt> |
171 <dd> |
168 <dd> |
172 the entered string |
169 the entered string |
173 </dd> |
170 </dd> |
174 </dl> |
171 </dl> |
175 <a NAME="QtPage.on_qtPrefixEdit_textChanged" ID="QtPage.on_qtPrefixEdit_textChanged"></a> |
172 <a NAME="QtPage.on_qtPrefixEdit_textChanged" ID="QtPage.on_qtPrefixEdit_textChanged"></a> |
176 <h4>QtPage.on_qtPrefixEdit_textChanged</h4> |
173 <h4>QtPage.on_qtPrefixEdit_textChanged</h4> |
177 <b>on_qtPrefixEdit_textChanged</b>(<i>txt</i>) |
174 <b>on_qtPrefixEdit_textChanged</b>(<i>txt</i>) |
178 |
|
179 <p> |
175 <p> |
180 Private slot to handle a change in the entered Qt directory. |
176 Private slot to handle a change in the entered Qt directory. |
181 </p> |
177 </p> |
|
178 |
182 <dl> |
179 <dl> |
183 |
180 |
184 <dt><i>txt</i> (str)</dt> |
181 <dt><i>txt</i> (str)</dt> |
185 <dd> |
182 <dd> |
186 the entered string |
183 the entered string |
187 </dd> |
184 </dd> |
188 </dl> |
185 </dl> |
189 <a NAME="QtPage.on_qtToolsDirPicker_editTextChanged" ID="QtPage.on_qtToolsDirPicker_editTextChanged"></a> |
186 <a NAME="QtPage.on_qtToolsDirPicker_editTextChanged" ID="QtPage.on_qtToolsDirPicker_editTextChanged"></a> |
190 <h4>QtPage.on_qtToolsDirPicker_editTextChanged</h4> |
187 <h4>QtPage.on_qtToolsDirPicker_editTextChanged</h4> |
191 <b>on_qtToolsDirPicker_editTextChanged</b>(<i>directory</i>) |
188 <b>on_qtToolsDirPicker_editTextChanged</b>(<i>directory</i>) |
192 |
|
193 <p> |
189 <p> |
194 Private slot handling a change of the Qt Tools directory. |
190 Private slot handling a change of the Qt Tools directory. |
195 </p> |
191 </p> |
|
192 |
196 <dl> |
193 <dl> |
197 |
194 |
198 <dt><i>directory</i> (str)</dt> |
195 <dt><i>directory</i> (str)</dt> |
199 <dd> |
196 <dd> |
200 text entered into the Qt Tools directory edit |
197 text entered into the Qt Tools directory edit |
201 </dd> |
198 </dd> |
202 </dl> |
199 </dl> |
203 <a NAME="QtPage.save" ID="QtPage.save"></a> |
200 <a NAME="QtPage.save" ID="QtPage.save"></a> |
204 <h4>QtPage.save</h4> |
201 <h4>QtPage.save</h4> |
205 <b>save</b>(<i></i>) |
202 <b>save</b>(<i></i>) |
206 |
|
207 <p> |
203 <p> |
208 Public slot to save the Qt configuration. |
204 Public slot to save the Qt configuration. |
209 </p> |
205 </p> |
|
206 |
210 <div align="right"><a href="#top">Up</a></div> |
207 <div align="right"><a href="#top">Up</a></div> |
211 <hr /> |
208 <hr /> |
212 <hr /> |
209 <hr /> |
213 <a NAME="create" ID="create"></a> |
210 <a NAME="create" ID="create"></a> |
214 <h2>create</h2> |
211 <h2>create</h2> |
215 <b>create</b>(<i>dlg</i>) |
212 <b>create</b>(<i>dlg</i>) |
216 |
|
217 <p> |
213 <p> |
218 Module function to create the configuration page. |
214 Module function to create the configuration page. |
219 </p> |
215 </p> |
|
216 |
220 <dl> |
217 <dl> |
221 |
218 |
222 <dt><i>dlg</i> (ConfigurationDialog)</dt> |
219 <dt><i>dlg</i> (ConfigurationDialog)</dt> |
223 <dd> |
220 <dd> |
224 reference to the configuration dialog |
221 reference to the configuration dialog |