eric6/Documentation/Source/eric6.UI.UserInterface.html

changeset 7273
391d6b7b1eff
parent 7149
6a9d4a241962
child 7300
7622b6330e62
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.UI.UserInterface</h1> 23 <h1>eric6.UI.UserInterface</h1>
24
23 <p> 25 <p>
24 Module implementing the main user interface. 26 Module implementing the main user interface.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
34
31 <table> 35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#Redirector">Redirector</a></td> 38 <td><a href="#Redirector">Redirector</a></td>
34 <td>Helper class used to redirect stdout and stderr to the log window.</td> 39 <td>Helper class used to redirect stdout and stderr to the log window.</td>
35 </tr><tr> 40 </tr>
41 <tr>
36 <td><a href="#UserInterface">UserInterface</a></td> 42 <td><a href="#UserInterface">UserInterface</a></td>
37 <td>Class implementing the main user interface.</td> 43 <td>Class implementing the main user interface.</td>
38 </tr> 44 </tr>
39 </table> 45 </table>
40 <h3>Functions</h3> 46 <h3>Functions</h3>
47
41 <table> 48 <table>
42 <tr><td>None</td></tr> 49 <tr><td>None</td></tr>
43 </table> 50 </table>
44 <hr /><hr /> 51 <hr />
52 <hr />
45 <a NAME="Redirector" ID="Redirector"></a> 53 <a NAME="Redirector" ID="Redirector"></a>
46 <h2>Redirector</h2> 54 <h2>Redirector</h2>
55
47 <p> 56 <p>
48 Helper class used to redirect stdout and stderr to the log window. 57 Helper class used to redirect stdout and stderr to the log window.
49 </p><h3>Signals</h3> 58 </p>
50 <dl> 59 <h3>Signals</h3>
60 <dl>
61
51 <dt>appendStderr(str)</dt> 62 <dt>appendStderr(str)</dt>
52 <dd> 63 <dd>
53 emitted to write data to stderr logger 64 emitted to write data to stderr logger
54 </dd><dt>appendStdout(str)</dt> 65 </dd>
66 <dt>appendStdout(str)</dt>
55 <dd> 67 <dd>
56 emitted to write data to stdout logger 68 emitted to write data to stdout logger
57 </dd> 69 </dd>
58 </dl> 70 </dl>
59 <h3>Derived from</h3> 71 <h3>Derived from</h3>
60 QObject 72 QObject
61 <h3>Class Attributes</h3> 73 <h3>Class Attributes</h3>
74
62 <table> 75 <table>
63 <tr><td>None</td></tr> 76 <tr><td>None</td></tr>
64 </table> 77 </table>
65 <h3>Class Methods</h3> 78 <h3>Class Methods</h3>
79
66 <table> 80 <table>
67 <tr><td>None</td></tr> 81 <tr><td>None</td></tr>
68 </table> 82 </table>
69 <h3>Methods</h3> 83 <h3>Methods</h3>
84
70 <table> 85 <table>
86
71 <tr> 87 <tr>
72 <td><a href="#Redirector.__init__">Redirector</a></td> 88 <td><a href="#Redirector.__init__">Redirector</a></td>
73 <td>Constructor</td> 89 <td>Constructor</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#Redirector.__bufferedWrite">__bufferedWrite</a></td> 92 <td><a href="#Redirector.__bufferedWrite">__bufferedWrite</a></td>
76 <td>Private method returning number of characters to write.</td> 93 <td>Private method returning number of characters to write.</td>
77 </tr><tr> 94 </tr>
95 <tr>
78 <td><a href="#Redirector.__nWrite">__nWrite</a></td> 96 <td><a href="#Redirector.__nWrite">__nWrite</a></td>
79 <td>Private method used to write data.</td> 97 <td>Private method used to write data.</td>
80 </tr><tr> 98 </tr>
99 <tr>
81 <td><a href="#Redirector.flush">flush</a></td> 100 <td><a href="#Redirector.flush">flush</a></td>
82 <td>Public method used to flush the buffered data.</td> 101 <td>Public method used to flush the buffered data.</td>
83 </tr><tr> 102 </tr>
103 <tr>
84 <td><a href="#Redirector.write">write</a></td> 104 <td><a href="#Redirector.write">write</a></td>
85 <td>Public method used to write data.</td> 105 <td>Public method used to write data.</td>
86 </tr> 106 </tr>
87 </table> 107 </table>
88 <h3>Static Methods</h3> 108 <h3>Static Methods</h3>
109
89 <table> 110 <table>
90 <tr><td>None</td></tr> 111 <tr><td>None</td></tr>
91 </table> 112 </table>
113
92 <a NAME="Redirector.__init__" ID="Redirector.__init__"></a> 114 <a NAME="Redirector.__init__" ID="Redirector.__init__"></a>
93 <h4>Redirector (Constructor)</h4> 115 <h4>Redirector (Constructor)</h4>
94 <b>Redirector</b>(<i>stderr</i>) 116 <b>Redirector</b>(<i>stderr</i>)
117
95 <p> 118 <p>
96 Constructor 119 Constructor
97 </p><dl> 120 </p>
121 <dl>
122
98 <dt><i>stderr</i></dt> 123 <dt><i>stderr</i></dt>
99 <dd> 124 <dd>
100 flag indicating stderr is being redirected 125 flag indicating stderr is being redirected
101 </dd> 126 </dd>
102 </dl><a NAME="Redirector.__bufferedWrite" ID="Redirector.__bufferedWrite"></a> 127 </dl>
128 <a NAME="Redirector.__bufferedWrite" ID="Redirector.__bufferedWrite"></a>
103 <h4>Redirector.__bufferedWrite</h4> 129 <h4>Redirector.__bufferedWrite</h4>
104 <b>__bufferedWrite</b>(<i></i>) 130 <b>__bufferedWrite</b>(<i></i>)
131
105 <p> 132 <p>
106 Private method returning number of characters to write. 133 Private method returning number of characters to write.
107 </p><dl> 134 </p>
135 <dl>
108 <dt>Returns:</dt> 136 <dt>Returns:</dt>
109 <dd> 137 <dd>
110 number of characters buffered or length of buffered line 138 number of characters buffered or length of buffered line
111 (integer) 139 (integer)
112 </dd> 140 </dd>
113 </dl><a NAME="Redirector.__nWrite" ID="Redirector.__nWrite"></a> 141 </dl>
142 <a NAME="Redirector.__nWrite" ID="Redirector.__nWrite"></a>
114 <h4>Redirector.__nWrite</h4> 143 <h4>Redirector.__nWrite</h4>
115 <b>__nWrite</b>(<i>n</i>) 144 <b>__nWrite</b>(<i>n</i>)
145
116 <p> 146 <p>
117 Private method used to write data. 147 Private method used to write data.
118 </p><dl> 148 </p>
149 <dl>
150
119 <dt><i>n</i></dt> 151 <dt><i>n</i></dt>
120 <dd> 152 <dd>
121 max number of bytes to write 153 max number of bytes to write
122 </dd> 154 </dd>
123 </dl><a NAME="Redirector.flush" ID="Redirector.flush"></a> 155 </dl>
156 <a NAME="Redirector.flush" ID="Redirector.flush"></a>
124 <h4>Redirector.flush</h4> 157 <h4>Redirector.flush</h4>
125 <b>flush</b>(<i></i>) 158 <b>flush</b>(<i></i>)
159
126 <p> 160 <p>
127 Public method used to flush the buffered data. 161 Public method used to flush the buffered data.
128 </p><a NAME="Redirector.write" ID="Redirector.write"></a> 162 </p>
163 <a NAME="Redirector.write" ID="Redirector.write"></a>
129 <h4>Redirector.write</h4> 164 <h4>Redirector.write</h4>
130 <b>write</b>(<i>s</i>) 165 <b>write</b>(<i>s</i>)
166
131 <p> 167 <p>
132 Public method used to write data. 168 Public method used to write data.
133 </p><dl> 169 </p>
170 <dl>
171
134 <dt><i>s</i></dt> 172 <dt><i>s</i></dt>
135 <dd> 173 <dd>
136 data to be written (it must support the str-method) 174 data to be written (it must support the str-method)
137 </dd> 175 </dd>
138 </dl> 176 </dl>
139 <div align="right"><a href="#top">Up</a></div> 177 <div align="right"><a href="#top">Up</a></div>
140 <hr /><hr /> 178 <hr />
179 <hr />
141 <a NAME="UserInterface" ID="UserInterface"></a> 180 <a NAME="UserInterface" ID="UserInterface"></a>
142 <h2>UserInterface</h2> 181 <h2>UserInterface</h2>
182
143 <p> 183 <p>
144 Class implementing the main user interface. 184 Class implementing the main user interface.
145 </p><h3>Signals</h3> 185 </p>
146 <dl> 186 <h3>Signals</h3>
187 <dl>
188
147 <dt>appendStderr(str)</dt> 189 <dt>appendStderr(str)</dt>
148 <dd> 190 <dd>
149 emitted to write data to stderr logger 191 emitted to write data to stderr logger
150 </dd><dt>appendStdout(str)</dt> 192 </dd>
193 <dt>appendStdout(str)</dt>
151 <dd> 194 <dd>
152 emitted to write data to stdout logger 195 emitted to write data to stdout logger
153 </dd><dt>masterPasswordChanged(str, str)</dt> 196 </dd>
197 <dt>masterPasswordChanged(str, str)</dt>
154 <dd> 198 <dd>
155 emitted after the master 199 emitted after the master
156 password has been changed with the old and the new password 200 password has been changed with the old and the new password
157 </dd><dt>onlineStateChanged(online)</dt> 201 </dd>
202 <dt>onlineStateChanged(online)</dt>
158 <dd> 203 <dd>
159 emitted to indicate a change of the 204 emitted to indicate a change of the
160 network state 205 network state
161 </dd><dt>preferencesChanged()</dt> 206 </dd>
207 <dt>preferencesChanged()</dt>
162 <dd> 208 <dd>
163 emitted after the preferences were changed 209 emitted after the preferences were changed
164 </dd><dt>reloadAPIs()</dt> 210 </dd>
211 <dt>reloadAPIs()</dt>
165 <dd> 212 <dd>
166 emitted to reload the api information 213 emitted to reload the api information
167 </dd><dt>showMenu(str, QMenu)</dt> 214 </dd>
215 <dt>showMenu(str, QMenu)</dt>
168 <dd> 216 <dd>
169 emitted when a menu is about to be shown. The 217 emitted when a menu is about to be shown. The
170 name of the menu and a reference to the menu are given. 218 name of the menu and a reference to the menu are given.
171 </dd> 219 </dd>
172 </dl> 220 </dl>
173 <h3>Derived from</h3> 221 <h3>Derived from</h3>
174 E5MainWindow 222 E5MainWindow
175 <h3>Class Attributes</h3> 223 <h3>Class Attributes</h3>
224
176 <table> 225 <table>
177 <tr><td>BottomSide</td></tr><tr><td>ErrorLogFileName</td></tr><tr><td>LeftSide</td></tr><tr><td>RightSide</td></tr><tr><td>maxFilePathLen</td></tr><tr><td>maxMenuFilePathLen</td></tr> 226 <tr><td>BottomSide</td></tr><tr><td>ErrorLogFileName</td></tr><tr><td>LeftSide</td></tr><tr><td>RightSide</td></tr><tr><td>maxFilePathLen</td></tr><tr><td>maxMenuFilePathLen</td></tr>
178 </table> 227 </table>
179 <h3>Class Methods</h3> 228 <h3>Class Methods</h3>
229
180 <table> 230 <table>
181 <tr><td>None</td></tr> 231 <tr><td>None</td></tr>
182 </table> 232 </table>
183 <h3>Methods</h3> 233 <h3>Methods</h3>
234
184 <table> 235 <table>
236
185 <tr> 237 <tr>
186 <td><a href="#UserInterface.__init__">UserInterface</a></td> 238 <td><a href="#UserInterface.__init__">UserInterface</a></td>
187 <td>Constructor</td> 239 <td>Constructor</td>
188 </tr><tr> 240 </tr>
241 <tr>
189 <td><a href="#UserInterface.__TBMenuTriggered">__TBMenuTriggered</a></td> 242 <td><a href="#UserInterface.__TBMenuTriggered">__TBMenuTriggered</a></td>
190 <td>Private method to handle the toggle of a toolbar via the Window-> Toolbars submenu.</td> 243 <td>Private method to handle the toggle of a toolbar via the Window-> Toolbars submenu.</td>
191 </tr><tr> 244 </tr>
245 <tr>
192 <td><a href="#UserInterface.__TBPopupMenuTriggered">__TBPopupMenuTriggered</a></td> 246 <td><a href="#UserInterface.__TBPopupMenuTriggered">__TBPopupMenuTriggered</a></td>
193 <td>Private method to handle the toggle of a toolbar via the QMainWindow Toolbars popup menu.</td> 247 <td>Private method to handle the toggle of a toolbar via the QMainWindow Toolbars popup menu.</td>
194 </tr><tr> 248 </tr>
249 <tr>
195 <td><a href="#UserInterface.__TRPreviewer">__TRPreviewer</a></td> 250 <td><a href="#UserInterface.__TRPreviewer">__TRPreviewer</a></td>
196 <td>Private slot to start the Translation Previewer executable.</td> 251 <td>Private slot to start the Translation Previewer executable.</td>
197 </tr><tr> 252 </tr>
253 <tr>
198 <td><a href="#UserInterface.__UIPreviewer">__UIPreviewer</a></td> 254 <td><a href="#UserInterface.__UIPreviewer">__UIPreviewer</a></td>
199 <td>Private slot to start the UI Previewer executable.</td> 255 <td>Private slot to start the UI Previewer executable.</td>
200 </tr><tr> 256 </tr>
257 <tr>
201 <td><a href="#UserInterface.__activateBrowser">__activateBrowser</a></td> 258 <td><a href="#UserInterface.__activateBrowser">__activateBrowser</a></td>
202 <td>Private slot to handle the activation of the file browser.</td> 259 <td>Private slot to handle the activation of the file browser.</td>
203 </tr><tr> 260 </tr>
261 <tr>
204 <td><a href="#UserInterface.__activateCondaWidget">__activateCondaWidget</a></td> 262 <td><a href="#UserInterface.__activateCondaWidget">__activateCondaWidget</a></td>
205 <td>Private slot to handle the activation of the Conda manager widget.</td> 263 <td>Private slot to handle the activation of the Conda manager widget.</td>
206 </tr><tr> 264 </tr>
265 <tr>
207 <td><a href="#UserInterface.__activateIRC">__activateIRC</a></td> 266 <td><a href="#UserInterface.__activateIRC">__activateIRC</a></td>
208 <td>Private slot to handle the activation of the IRC window.</td> 267 <td>Private slot to handle the activation of the IRC window.</td>
209 </tr><tr> 268 </tr>
269 <tr>
210 <td><a href="#UserInterface.__activateLogViewer">__activateLogViewer</a></td> 270 <td><a href="#UserInterface.__activateLogViewer">__activateLogViewer</a></td>
211 <td>Private slot to handle the activation of the Log Viewer.</td> 271 <td>Private slot to handle the activation of the Log Viewer.</td>
212 </tr><tr> 272 </tr>
273 <tr>
213 <td><a href="#UserInterface.__activateMicroPython">__activateMicroPython</a></td> 274 <td><a href="#UserInterface.__activateMicroPython">__activateMicroPython</a></td>
214 <td>Private slot to handle the activation of the MicroPython widget.</td> 275 <td>Private slot to handle the activation of the MicroPython widget.</td>
215 </tr><tr> 276 </tr>
277 <tr>
216 <td><a href="#UserInterface.__activateMultiProjectBrowser">__activateMultiProjectBrowser</a></td> 278 <td><a href="#UserInterface.__activateMultiProjectBrowser">__activateMultiProjectBrowser</a></td>
217 <td>Private slot to handle the activation of the project browser.</td> 279 <td>Private slot to handle the activation of the project browser.</td>
218 </tr><tr> 280 </tr>
281 <tr>
219 <td><a href="#UserInterface.__activateNumbersViewer">__activateNumbersViewer</a></td> 282 <td><a href="#UserInterface.__activateNumbersViewer">__activateNumbersViewer</a></td>
220 <td>Private slot to handle the activation of the Numbers Viewer.</td> 283 <td>Private slot to handle the activation of the Numbers Viewer.</td>
221 </tr><tr> 284 </tr>
285 <tr>
222 <td><a href="#UserInterface.__activatePipWidget">__activatePipWidget</a></td> 286 <td><a href="#UserInterface.__activatePipWidget">__activatePipWidget</a></td>
223 <td>Private slot to handle the activation of the PyPI manager widget.</td> 287 <td>Private slot to handle the activation of the PyPI manager widget.</td>
224 </tr><tr> 288 </tr>
289 <tr>
225 <td><a href="#UserInterface.__activateProjectBrowser">__activateProjectBrowser</a></td> 290 <td><a href="#UserInterface.__activateProjectBrowser">__activateProjectBrowser</a></td>
226 <td>Private slot to handle the activation of the project browser.</td> 291 <td>Private slot to handle the activation of the project browser.</td>
227 </tr><tr> 292 </tr>
293 <tr>
228 <td><a href="#UserInterface.__activateShell">__activateShell</a></td> 294 <td><a href="#UserInterface.__activateShell">__activateShell</a></td>
229 <td>Private slot to handle the activation of the Shell window.</td> 295 <td>Private slot to handle the activation of the Shell window.</td>
230 </tr><tr> 296 </tr>
297 <tr>
231 <td><a href="#UserInterface.__activateSymbolsViewer">__activateSymbolsViewer</a></td> 298 <td><a href="#UserInterface.__activateSymbolsViewer">__activateSymbolsViewer</a></td>
232 <td>Private slot to handle the activation of the Symbols Viewer.</td> 299 <td>Private slot to handle the activation of the Symbols Viewer.</td>
233 </tr><tr> 300 </tr>
301 <tr>
234 <td><a href="#UserInterface.__activateTaskViewer">__activateTaskViewer</a></td> 302 <td><a href="#UserInterface.__activateTaskViewer">__activateTaskViewer</a></td>
235 <td>Private slot to handle the activation of the Task Viewer.</td> 303 <td>Private slot to handle the activation of the Task Viewer.</td>
236 </tr><tr> 304 </tr>
305 <tr>
237 <td><a href="#UserInterface.__activateTemplateViewer">__activateTemplateViewer</a></td> 306 <td><a href="#UserInterface.__activateTemplateViewer">__activateTemplateViewer</a></td>
238 <td>Private slot to handle the activation of the Template Viewer.</td> 307 <td>Private slot to handle the activation of the Template Viewer.</td>
239 </tr><tr> 308 </tr>
309 <tr>
240 <td><a href="#UserInterface.__activateViewProfile">__activateViewProfile</a></td> 310 <td><a href="#UserInterface.__activateViewProfile">__activateViewProfile</a></td>
241 <td>Private slot to activate a view profile.</td> 311 <td>Private slot to activate a view profile.</td>
242 </tr><tr> 312 </tr>
313 <tr>
243 <td><a href="#UserInterface.__activateViewmanager">__activateViewmanager</a></td> 314 <td><a href="#UserInterface.__activateViewmanager">__activateViewmanager</a></td>
244 <td>Private slot to handle the activation of the current editor.</td> 315 <td>Private slot to handle the activation of the current editor.</td>
245 </tr><tr> 316 </tr>
317 <tr>
246 <td><a href="#UserInterface.__assistant">__assistant</a></td> 318 <td><a href="#UserInterface.__assistant">__assistant</a></td>
247 <td>Private slot to start the Qt-Assistant executable.</td> 319 <td>Private slot to start the Qt-Assistant executable.</td>
248 </tr><tr> 320 </tr>
321 <tr>
249 <td><a href="#UserInterface.__assistant4">__assistant4</a></td> 322 <td><a href="#UserInterface.__assistant4">__assistant4</a></td>
250 <td>Private slot to start the Qt-Assistant 4/5 executable.</td> 323 <td>Private slot to start the Qt-Assistant 4/5 executable.</td>
251 </tr><tr> 324 </tr>
325 <tr>
252 <td><a href="#UserInterface.__checkActions">__checkActions</a></td> 326 <td><a href="#UserInterface.__checkActions">__checkActions</a></td>
253 <td>Private slot to check some actions for their enable/disable status.</td> 327 <td>Private slot to check some actions for their enable/disable status.</td>
254 </tr><tr> 328 </tr>
329 <tr>
255 <td><a href="#UserInterface.__chmViewer">__chmViewer</a></td> 330 <td><a href="#UserInterface.__chmViewer">__chmViewer</a></td>
256 <td>Private slot to start the win help viewer to show *.chm files.</td> 331 <td>Private slot to start the win help viewer to show *.chm files.</td>
257 </tr><tr> 332 </tr>
333 <tr>
258 <td><a href="#UserInterface.__clearPrivateData">__clearPrivateData</a></td> 334 <td><a href="#UserInterface.__clearPrivateData">__clearPrivateData</a></td>
259 <td>Private slot to clear the private data lists.</td> 335 <td>Private slot to clear the private data lists.</td>
260 </tr><tr> 336 </tr>
337 <tr>
261 <td><a href="#UserInterface.__compareFiles">__compareFiles</a></td> 338 <td><a href="#UserInterface.__compareFiles">__compareFiles</a></td>
262 <td>Private slot to handle the Compare Files dialog.</td> 339 <td>Private slot to handle the Compare Files dialog.</td>
263 </tr><tr> 340 </tr>
341 <tr>
264 <td><a href="#UserInterface.__compareFilesSbs">__compareFilesSbs</a></td> 342 <td><a href="#UserInterface.__compareFilesSbs">__compareFilesSbs</a></td>
265 <td>Private slot to handle the Compare Files dialog.</td> 343 <td>Private slot to handle the Compare Files dialog.</td>
266 </tr><tr> 344 </tr>
345 <tr>
267 <td><a href="#UserInterface.__configShortcuts">__configShortcuts</a></td> 346 <td><a href="#UserInterface.__configShortcuts">__configShortcuts</a></td>
268 <td>Private slot to configure the keyboard shortcuts.</td> 347 <td>Private slot to configure the keyboard shortcuts.</td>
269 </tr><tr> 348 </tr>
349 <tr>
270 <td><a href="#UserInterface.__configToolBars">__configToolBars</a></td> 350 <td><a href="#UserInterface.__configToolBars">__configToolBars</a></td>
271 <td>Private slot to configure the various toolbars.</td> 351 <td>Private slot to configure the various toolbars.</td>
272 </tr><tr> 352 </tr>
353 <tr>
273 <td><a href="#UserInterface.__configViewProfiles">__configViewProfiles</a></td> 354 <td><a href="#UserInterface.__configViewProfiles">__configViewProfiles</a></td>
274 <td>Private slot to configure the various view profiles.</td> 355 <td>Private slot to configure the various view profiles.</td>
275 </tr><tr> 356 </tr>
357 <tr>
276 <td><a href="#UserInterface.__connectToWebBrowser">__connectToWebBrowser</a></td> 358 <td><a href="#UserInterface.__connectToWebBrowser">__connectToWebBrowser</a></td>
277 <td>Private method to connect to a started web browser.</td> 359 <td>Private method to connect to a started web browser.</td>
278 </tr><tr> 360 </tr>
361 <tr>
279 <td><a href="#UserInterface.__createDockWindow">__createDockWindow</a></td> 362 <td><a href="#UserInterface.__createDockWindow">__createDockWindow</a></td>
280 <td>Private method to create a dock window with common properties.</td> 363 <td>Private method to create a dock window with common properties.</td>
281 </tr><tr> 364 </tr>
365 <tr>
282 <td><a href="#UserInterface.__createLayout">__createLayout</a></td> 366 <td><a href="#UserInterface.__createLayout">__createLayout</a></td>
283 <td>Private method to create the layout of the various windows.</td> 367 <td>Private method to create the layout of the various windows.</td>
284 </tr><tr> 368 </tr>
369 <tr>
285 <td><a href="#UserInterface.__createSidebarsLayout">__createSidebarsLayout</a></td> 370 <td><a href="#UserInterface.__createSidebarsLayout">__createSidebarsLayout</a></td>
286 <td>Private method to create the Sidebars layout.</td> 371 <td>Private method to create the Sidebars layout.</td>
287 </tr><tr> 372 </tr>
373 <tr>
288 <td><a href="#UserInterface.__createToolboxesLayout">__createToolboxesLayout</a></td> 374 <td><a href="#UserInterface.__createToolboxesLayout">__createToolboxesLayout</a></td>
289 <td>Private method to create the Toolboxes layout.</td> 375 <td>Private method to create the Toolboxes layout.</td>
290 </tr><tr> 376 </tr>
377 <tr>
291 <td><a href="#UserInterface.__createUnitTestDialog">__createUnitTestDialog</a></td> 378 <td><a href="#UserInterface.__createUnitTestDialog">__createUnitTestDialog</a></td>
292 <td>Private slot to generate the unit test dialog on demand.</td> 379 <td>Private slot to generate the unit test dialog on demand.</td>
293 </tr><tr> 380 </tr>
381 <tr>
294 <td><a href="#UserInterface.__customViewer">__customViewer</a></td> 382 <td><a href="#UserInterface.__customViewer">__customViewer</a></td>
295 <td>Private slot to start a custom viewer.</td> 383 <td>Private slot to start a custom viewer.</td>
296 </tr><tr> 384 </tr>
385 <tr>
297 <td><a href="#UserInterface.__debuggingDone">__debuggingDone</a></td> 386 <td><a href="#UserInterface.__debuggingDone">__debuggingDone</a></td>
298 <td>Private slot to handle the end of a debugging session.</td> 387 <td>Private slot to handle the end of a debugging session.</td>
299 </tr><tr> 388 </tr>
389 <tr>
300 <td><a href="#UserInterface.__debuggingStarted">__debuggingStarted</a></td> 390 <td><a href="#UserInterface.__debuggingStarted">__debuggingStarted</a></td>
301 <td>Private slot to handle the start of a debugging session.</td> 391 <td>Private slot to handle the start of a debugging session.</td>
302 </tr><tr> 392 </tr>
393 <tr>
303 <td><a href="#UserInterface.__deinstallPlugin">__deinstallPlugin</a></td> 394 <td><a href="#UserInterface.__deinstallPlugin">__deinstallPlugin</a></td>
304 <td>Private slot to show a dialog to uninstall a plugin.</td> 395 <td>Private slot to show a dialog to uninstall a plugin.</td>
305 </tr><tr> 396 </tr>
397 <tr>
306 <td><a href="#UserInterface.__deleteCrashSession">__deleteCrashSession</a></td> 398 <td><a href="#UserInterface.__deleteCrashSession">__deleteCrashSession</a></td>
307 <td>Private slot to delete the crash session file.</td> 399 <td>Private slot to delete the crash session file.</td>
308 </tr><tr> 400 </tr>
401 <tr>
309 <td><a href="#UserInterface.__designer">__designer</a></td> 402 <td><a href="#UserInterface.__designer">__designer</a></td>
310 <td>Private slot to start the Qt-Designer executable.</td> 403 <td>Private slot to start the Qt-Designer executable.</td>
311 </tr><tr> 404 </tr>
405 <tr>
312 <td><a href="#UserInterface.__designer4">__designer4</a></td> 406 <td><a href="#UserInterface.__designer4">__designer4</a></td>
313 <td>Private slot to start the Qt-Designer 4/5 executable.</td> 407 <td>Private slot to start the Qt-Designer 4/5 executable.</td>
314 </tr><tr> 408 </tr>
409 <tr>
315 <td><a href="#UserInterface.__editPixmap">__editPixmap</a></td> 410 <td><a href="#UserInterface.__editPixmap">__editPixmap</a></td>
316 <td>Private slot to show a pixmap in a dialog.</td> 411 <td>Private slot to show a pixmap in a dialog.</td>
317 </tr><tr> 412 </tr>
413 <tr>
318 <td><a href="#UserInterface.__editorOpened">__editorOpened</a></td> 414 <td><a href="#UserInterface.__editorOpened">__editorOpened</a></td>
319 <td>Private slot to handle the editorOpened signal.</td> 415 <td>Private slot to handle the editorOpened signal.</td>
320 </tr><tr> 416 </tr>
417 <tr>
321 <td><a href="#UserInterface.__exportPreferences">__exportPreferences</a></td> 418 <td><a href="#UserInterface.__exportPreferences">__exportPreferences</a></td>
322 <td>Private slot to export the current preferences.</td> 419 <td>Private slot to export the current preferences.</td>
323 </tr><tr> 420 </tr>
421 <tr>
324 <td><a href="#UserInterface.__exportShortcuts">__exportShortcuts</a></td> 422 <td><a href="#UserInterface.__exportShortcuts">__exportShortcuts</a></td>
325 <td>Private slot to export the keyboard shortcuts.</td> 423 <td>Private slot to export the keyboard shortcuts.</td>
326 </tr><tr> 424 </tr>
425 <tr>
327 <td><a href="#UserInterface.__getFloatingGeometry">__getFloatingGeometry</a></td> 426 <td><a href="#UserInterface.__getFloatingGeometry">__getFloatingGeometry</a></td>
328 <td>Private method to get the geometry of a floating windows.</td> 427 <td>Private method to get the geometry of a floating windows.</td>
329 </tr><tr> 428 </tr>
429 <tr>
330 <td><a href="#UserInterface.__hasErrorLog">__hasErrorLog</a></td> 430 <td><a href="#UserInterface.__hasErrorLog">__hasErrorLog</a></td>
331 <td>Private method to check, if an error log file exists.</td> 431 <td>Private method to check, if an error log file exists.</td>
332 </tr><tr> 432 </tr>
433 <tr>
333 <td><a href="#UserInterface.__helpViewer">__helpViewer</a></td> 434 <td><a href="#UserInterface.__helpViewer">__helpViewer</a></td>
334 <td>Private slot to start an empty help viewer/web browser.</td> 435 <td>Private slot to start an empty help viewer/web browser.</td>
335 </tr><tr> 436 </tr>
437 <tr>
336 <td><a href="#UserInterface.__importPreferences">__importPreferences</a></td> 438 <td><a href="#UserInterface.__importPreferences">__importPreferences</a></td>
337 <td>Private slot to import preferences.</td> 439 <td>Private slot to import preferences.</td>
338 </tr><tr> 440 </tr>
441 <tr>
339 <td><a href="#UserInterface.__importShortcuts">__importShortcuts</a></td> 442 <td><a href="#UserInterface.__importShortcuts">__importShortcuts</a></td>
340 <td>Private slot to import the keyboard shortcuts.</td> 443 <td>Private slot to import the keyboard shortcuts.</td>
341 </tr><tr> 444 </tr>
445 <tr>
342 <td><a href="#UserInterface.__initActions">__initActions</a></td> 446 <td><a href="#UserInterface.__initActions">__initActions</a></td>
343 <td>Private method to define the user interface actions.</td> 447 <td>Private method to define the user interface actions.</td>
344 </tr><tr> 448 </tr>
449 <tr>
345 <td><a href="#UserInterface.__initDebugToolbarsLayout">__initDebugToolbarsLayout</a></td> 450 <td><a href="#UserInterface.__initDebugToolbarsLayout">__initDebugToolbarsLayout</a></td>
346 <td>Private slot to initialize the toolbars layout for the debug profile.</td> 451 <td>Private slot to initialize the toolbars layout for the debug profile.</td>
347 </tr><tr> 452 </tr>
453 <tr>
348 <td><a href="#UserInterface.__initEricDocAction">__initEricDocAction</a></td> 454 <td><a href="#UserInterface.__initEricDocAction">__initEricDocAction</a></td>
349 <td>Private slot to initialize the action to show the eric6 documentation.</td> 455 <td>Private slot to initialize the action to show the eric6 documentation.</td>
350 </tr><tr> 456 </tr>
457 <tr>
351 <td><a href="#UserInterface.__initExternalToolsActions">__initExternalToolsActions</a></td> 458 <td><a href="#UserInterface.__initExternalToolsActions">__initExternalToolsActions</a></td>
352 <td>Private slot to create actions for the configured external tools.</td> 459 <td>Private slot to create actions for the configured external tools.</td>
353 </tr><tr> 460 </tr>
461 <tr>
354 <td><a href="#UserInterface.__initMenus">__initMenus</a></td> 462 <td><a href="#UserInterface.__initMenus">__initMenus</a></td>
355 <td>Private slot to create the menus.</td> 463 <td>Private slot to create the menus.</td>
356 </tr><tr> 464 </tr>
465 <tr>
357 <td><a href="#UserInterface.__initPySideDocActions">__initPySideDocActions</a></td> 466 <td><a href="#UserInterface.__initPySideDocActions">__initPySideDocActions</a></td>
358 <td>Private slot to initialize the actions to show the PySide documentation.</td> 467 <td>Private slot to initialize the actions to show the PySide documentation.</td>
359 </tr><tr> 468 </tr>
469 <tr>
360 <td><a href="#UserInterface.__initPythonDocActions">__initPythonDocActions</a></td> 470 <td><a href="#UserInterface.__initPythonDocActions">__initPythonDocActions</a></td>
361 <td>Private slot to initialize the actions to show the Python documentation.</td> 471 <td>Private slot to initialize the actions to show the Python documentation.</td>
362 </tr><tr> 472 </tr>
473 <tr>
363 <td><a href="#UserInterface.__initQtDocActions">__initQtDocActions</a></td> 474 <td><a href="#UserInterface.__initQtDocActions">__initQtDocActions</a></td>
364 <td>Private slot to initialize the action to show the Qt documentation.</td> 475 <td>Private slot to initialize the action to show the Qt documentation.</td>
365 </tr><tr> 476 </tr>
477 <tr>
366 <td><a href="#UserInterface.__initStatusbar">__initStatusbar</a></td> 478 <td><a href="#UserInterface.__initStatusbar">__initStatusbar</a></td>
367 <td>Private slot to set up the status bar.</td> 479 <td>Private slot to set up the status bar.</td>
368 </tr><tr> 480 </tr>
481 <tr>
369 <td><a href="#UserInterface.__initToolbars">__initToolbars</a></td> 482 <td><a href="#UserInterface.__initToolbars">__initToolbars</a></td>
370 <td>Private slot to create the toolbars.</td> 483 <td>Private slot to create the toolbars.</td>
371 </tr><tr> 484 </tr>
485 <tr>
372 <td><a href="#UserInterface.__initToolsMenus">__initToolsMenus</a></td> 486 <td><a href="#UserInterface.__initToolsMenus">__initToolsMenus</a></td>
373 <td>Private slot to initialize the various tool menus.</td> 487 <td>Private slot to initialize the various tool menus.</td>
374 </tr><tr> 488 </tr>
489 <tr>
375 <td><a href="#UserInterface.__installPlugins">__installPlugins</a></td> 490 <td><a href="#UserInterface.__installPlugins">__installPlugins</a></td>
376 <td>Private slot to show a dialog to install a new plugin.</td> 491 <td>Private slot to show a dialog to install a new plugin.</td>
377 </tr><tr> 492 </tr>
493 <tr>
378 <td><a href="#UserInterface.__ircAutoConnected">__ircAutoConnected</a></td> 494 <td><a href="#UserInterface.__ircAutoConnected">__ircAutoConnected</a></td>
379 <td>Private slot handling the automatic connection of the IRC client.</td> 495 <td>Private slot handling the automatic connection of the IRC client.</td>
380 </tr><tr> 496 </tr>
497 <tr>
381 <td><a href="#UserInterface.__lastEditorClosed">__lastEditorClosed</a></td> 498 <td><a href="#UserInterface.__lastEditorClosed">__lastEditorClosed</a></td>
382 <td>Private slot to handle the lastEditorClosed signal.</td> 499 <td>Private slot to handle the lastEditorClosed signal.</td>
383 </tr><tr> 500 </tr>
501 <tr>
384 <td><a href="#UserInterface.__launchExternalWebBrowser">__launchExternalWebBrowser</a></td> 502 <td><a href="#UserInterface.__launchExternalWebBrowser">__launchExternalWebBrowser</a></td>
385 <td>Private method to start an external web browser and communicate with it.</td> 503 <td>Private method to start an external web browser and communicate with it.</td>
386 </tr><tr> 504 </tr>
505 <tr>
387 <td><a href="#UserInterface.__linguist">__linguist</a></td> 506 <td><a href="#UserInterface.__linguist">__linguist</a></td>
388 <td>Private slot to start the Qt-Linguist executable.</td> 507 <td>Private slot to start the Qt-Linguist executable.</td>
389 </tr><tr> 508 </tr>
509 <tr>
390 <td><a href="#UserInterface.__linguist4">__linguist4</a></td> 510 <td><a href="#UserInterface.__linguist4">__linguist4</a></td>
391 <td>Private slot to start the Qt-Linguist 4/5 executable.</td> 511 <td>Private slot to start the Qt-Linguist 4/5 executable.</td>
392 </tr><tr> 512 </tr>
513 <tr>
393 <td><a href="#UserInterface.__loadSessionFromFile">__loadSessionFromFile</a></td> 514 <td><a href="#UserInterface.__loadSessionFromFile">__loadSessionFromFile</a></td>
394 <td>Private slot to load a session from disk.</td> 515 <td>Private slot to load a session from disk.</td>
395 </tr><tr> 516 </tr>
517 <tr>
396 <td><a href="#UserInterface.__masterPasswordChanged">__masterPasswordChanged</a></td> 518 <td><a href="#UserInterface.__masterPasswordChanged">__masterPasswordChanged</a></td>
397 <td>Private slot to handle the change of the master password.</td> 519 <td>Private slot to handle the change of the master password.</td>
398 </tr><tr> 520 </tr>
521 <tr>
399 <td><a href="#UserInterface.__newProject">__newProject</a></td> 522 <td><a href="#UserInterface.__newProject">__newProject</a></td>
400 <td>Private slot to handle the NewProject signal.</td> 523 <td>Private slot to handle the NewProject signal.</td>
401 </tr><tr> 524 </tr>
525 <tr>
402 <td><a href="#UserInterface.__newWindow">__newWindow</a></td> 526 <td><a href="#UserInterface.__newWindow">__newWindow</a></td>
403 <td>Private slot to start a new instance of eric6.</td> 527 <td>Private slot to start a new instance of eric6.</td>
404 </tr><tr> 528 </tr>
529 <tr>
405 <td><a href="#UserInterface.__onlineStateChanged">__onlineStateChanged</a></td> 530 <td><a href="#UserInterface.__onlineStateChanged">__onlineStateChanged</a></td>
406 <td>Private slot handling changes in online state.</td> 531 <td>Private slot handling changes in online state.</td>
407 </tr><tr> 532 </tr>
533 <tr>
408 <td><a href="#UserInterface.__openHexEditor">__openHexEditor</a></td> 534 <td><a href="#UserInterface.__openHexEditor">__openHexEditor</a></td>
409 <td>Private slot to open the hex editor window.</td> 535 <td>Private slot to open the hex editor window.</td>
410 </tr><tr> 536 </tr>
537 <tr>
411 <td><a href="#UserInterface.__openMiniEditor">__openMiniEditor</a></td> 538 <td><a href="#UserInterface.__openMiniEditor">__openMiniEditor</a></td>
412 <td>Private slot to show a mini editor window.</td> 539 <td>Private slot to show a mini editor window.</td>
413 </tr><tr> 540 </tr>
541 <tr>
414 <td><a href="#UserInterface.__openOnStartup">__openOnStartup</a></td> 542 <td><a href="#UserInterface.__openOnStartup">__openOnStartup</a></td>
415 <td>Private method to open the last file, project or multiproject.</td> 543 <td>Private method to open the last file, project or multiproject.</td>
416 </tr><tr> 544 </tr>
545 <tr>
417 <td><a href="#UserInterface.__pluginsConfigure">__pluginsConfigure</a></td> 546 <td><a href="#UserInterface.__pluginsConfigure">__pluginsConfigure</a></td>
418 <td>Private slot to show the plugin manager configuration page.</td> 547 <td>Private slot to show the plugin manager configuration page.</td>
419 </tr><tr> 548 </tr>
549 <tr>
420 <td><a href="#UserInterface.__populateToolbarsMenu">__populateToolbarsMenu</a></td> 550 <td><a href="#UserInterface.__populateToolbarsMenu">__populateToolbarsMenu</a></td>
421 <td>Private method to populate a toolbars menu.</td> 551 <td>Private method to populate a toolbars menu.</td>
422 </tr><tr> 552 </tr>
553 <tr>
423 <td><a href="#UserInterface.__preferencesChanged">__preferencesChanged</a></td> 554 <td><a href="#UserInterface.__preferencesChanged">__preferencesChanged</a></td>
424 <td>Private slot to handle a change of the preferences.</td> 555 <td>Private slot to handle a change of the preferences.</td>
425 </tr><tr> 556 </tr>
557 <tr>
426 <td><a href="#UserInterface.__processToolStderr">__processToolStderr</a></td> 558 <td><a href="#UserInterface.__processToolStderr">__processToolStderr</a></td>
427 <td>Private slot to handle the readyReadStderr signal of a tool process.</td> 559 <td>Private slot to handle the readyReadStderr signal of a tool process.</td>
428 </tr><tr> 560 </tr>
561 <tr>
429 <td><a href="#UserInterface.__processToolStdout">__processToolStdout</a></td> 562 <td><a href="#UserInterface.__processToolStdout">__processToolStdout</a></td>
430 <td>Private slot to handle the readyReadStdout signal of a tool process.</td> 563 <td>Private slot to handle the readyReadStdout signal of a tool process.</td>
431 </tr><tr> 564 </tr>
565 <tr>
432 <td><a href="#UserInterface.__programChange">__programChange</a></td> 566 <td><a href="#UserInterface.__programChange">__programChange</a></td>
433 <td>Private slot to handle the programChange signal.</td> 567 <td>Private slot to handle the programChange signal.</td>
434 </tr><tr> 568 </tr>
569 <tr>
435 <td><a href="#UserInterface.__projectClosed">__projectClosed</a></td> 570 <td><a href="#UserInterface.__projectClosed">__projectClosed</a></td>
436 <td>Private slot to handle the projectClosed signal.</td> 571 <td>Private slot to handle the projectClosed signal.</td>
437 </tr><tr> 572 </tr>
573 <tr>
438 <td><a href="#UserInterface.__projectOpened">__projectOpened</a></td> 574 <td><a href="#UserInterface.__projectOpened">__projectOpened</a></td>
439 <td>Private slot to handle the projectOpened signal.</td> 575 <td>Private slot to handle the projectOpened signal.</td>
440 </tr><tr> 576 </tr>
577 <tr>
441 <td><a href="#UserInterface.__quit">__quit</a></td> 578 <td><a href="#UserInterface.__quit">__quit</a></td>
442 <td>Private method to quit the application.</td> 579 <td>Private method to quit the application.</td>
443 </tr><tr> 580 </tr>
581 <tr>
444 <td><a href="#UserInterface.__readCrashSession">__readCrashSession</a></td> 582 <td><a href="#UserInterface.__readCrashSession">__readCrashSession</a></td>
445 <td>Private method to check for and read a crash session.</td> 583 <td>Private method to check for and read a crash session.</td>
446 </tr><tr> 584 </tr>
585 <tr>
447 <td><a href="#UserInterface.__readSession">__readSession</a></td> 586 <td><a href="#UserInterface.__readSession">__readSession</a></td>
448 <td>Private slot to read in the session file (.e5s or .e4s).</td> 587 <td>Private slot to read in the session file (.e5s or .e4s).</td>
449 </tr><tr> 588 </tr>
589 <tr>
450 <td><a href="#UserInterface.__readTasks">__readTasks</a></td> 590 <td><a href="#UserInterface.__readTasks">__readTasks</a></td>
451 <td>Private slot to read in the tasks file (.e6t).</td> 591 <td>Private slot to read in the tasks file (.e6t).</td>
452 </tr><tr> 592 </tr>
593 <tr>
453 <td><a href="#UserInterface.__reloadAPIs">__reloadAPIs</a></td> 594 <td><a href="#UserInterface.__reloadAPIs">__reloadAPIs</a></td>
454 <td>Private slot to reload the api information.</td> 595 <td>Private slot to reload the api information.</td>
455 </tr><tr> 596 </tr>
597 <tr>
456 <td><a href="#UserInterface.__reportBug">__reportBug</a></td> 598 <td><a href="#UserInterface.__reportBug">__reportBug</a></td>
457 <td>Private slot to handle the Report Bug dialog.</td> 599 <td>Private slot to handle the Report Bug dialog.</td>
458 </tr><tr> 600 </tr>
601 <tr>
459 <td><a href="#UserInterface.__requestFeature">__requestFeature</a></td> 602 <td><a href="#UserInterface.__requestFeature">__requestFeature</a></td>
460 <td>Private slot to handle the Feature Request dialog.</td> 603 <td>Private slot to handle the Feature Request dialog.</td>
461 </tr><tr> 604 </tr>
605 <tr>
462 <td><a href="#UserInterface.__restart">__restart</a></td> 606 <td><a href="#UserInterface.__restart">__restart</a></td>
463 <td>Private method to restart the application.</td> 607 <td>Private method to restart the application.</td>
464 </tr><tr> 608 </tr>
609 <tr>
465 <td><a href="#UserInterface.__saveCurrentViewProfile">__saveCurrentViewProfile</a></td> 610 <td><a href="#UserInterface.__saveCurrentViewProfile">__saveCurrentViewProfile</a></td>
466 <td>Private slot to save the window geometries of the active profile.</td> 611 <td>Private slot to save the window geometries of the active profile.</td>
467 </tr><tr> 612 </tr>
613 <tr>
468 <td><a href="#UserInterface.__saveSessionToFile">__saveSessionToFile</a></td> 614 <td><a href="#UserInterface.__saveSessionToFile">__saveSessionToFile</a></td>
469 <td>Private slot to save a session to disk.</td> 615 <td>Private slot to save a session to disk.</td>
470 </tr><tr> 616 </tr>
617 <tr>
471 <td><a href="#UserInterface.__setEditProfile">__setEditProfile</a></td> 618 <td><a href="#UserInterface.__setEditProfile">__setEditProfile</a></td>
472 <td>Private slot to activate the edit view profile.</td> 619 <td>Private slot to activate the edit view profile.</td>
473 </tr><tr> 620 </tr>
621 <tr>
474 <td><a href="#UserInterface.__setWindowCaption">__setWindowCaption</a></td> 622 <td><a href="#UserInterface.__setWindowCaption">__setWindowCaption</a></td>
475 <td>Private method to set the caption of the Main Window.</td> 623 <td>Private method to set the caption of the Main Window.</td>
476 </tr><tr> 624 </tr>
625 <tr>
477 <td><a href="#UserInterface.__setupDockWindow">__setupDockWindow</a></td> 626 <td><a href="#UserInterface.__setupDockWindow">__setupDockWindow</a></td>
478 <td>Private method to configure the dock window created with __createDockWindow().</td> 627 <td>Private method to configure the dock window created with __createDockWindow().</td>
479 </tr><tr> 628 </tr>
629 <tr>
480 <td><a href="#UserInterface.__showAvailableVersionInfos">__showAvailableVersionInfos</a></td> 630 <td><a href="#UserInterface.__showAvailableVersionInfos">__showAvailableVersionInfos</a></td>
481 <td>Private method to show the versions available for download.</td> 631 <td>Private method to show the versions available for download.</td>
482 </tr><tr> 632 </tr>
633 <tr>
483 <td><a href="#UserInterface.__showCertificatesDialog">__showCertificatesDialog</a></td> 634 <td><a href="#UserInterface.__showCertificatesDialog">__showCertificatesDialog</a></td>
484 <td>Private slot to show the certificates management dialog.</td> 635 <td>Private slot to show the certificates management dialog.</td>
485 </tr><tr> 636 </tr>
637 <tr>
486 <td><a href="#UserInterface.__showEricDoc">__showEricDoc</a></td> 638 <td><a href="#UserInterface.__showEricDoc">__showEricDoc</a></td>
487 <td>Private slot to show the Eric documentation.</td> 639 <td>Private slot to show the Eric documentation.</td>
488 </tr><tr> 640 </tr>
641 <tr>
489 <td><a href="#UserInterface.__showErrorLog">__showErrorLog</a></td> 642 <td><a href="#UserInterface.__showErrorLog">__showErrorLog</a></td>
490 <td>Private slot to show the most recent error log message.</td> 643 <td>Private slot to show the most recent error log message.</td>
491 </tr><tr> 644 </tr>
645 <tr>
492 <td><a href="#UserInterface.__showExternalTools">__showExternalTools</a></td> 646 <td><a href="#UserInterface.__showExternalTools">__showExternalTools</a></td>
493 <td>Private slot to display a dialog show a list of external tools used by eric6.</td> 647 <td>Private slot to display a dialog show a list of external tools used by eric6.</td>
494 </tr><tr> 648 </tr>
649 <tr>
495 <td><a href="#UserInterface.__showExtrasMenu">__showExtrasMenu</a></td> 650 <td><a href="#UserInterface.__showExtrasMenu">__showExtrasMenu</a></td>
496 <td>Private slot to display the Extras menu.</td> 651 <td>Private slot to display the Extras menu.</td>
497 </tr><tr> 652 </tr>
653 <tr>
498 <td><a href="#UserInterface.__showFileMenu">__showFileMenu</a></td> 654 <td><a href="#UserInterface.__showFileMenu">__showFileMenu</a></td>
499 <td>Private slot to display the File menu.</td> 655 <td>Private slot to display the File menu.</td>
500 </tr><tr> 656 </tr>
657 <tr>
501 <td><a href="#UserInterface.__showHelpMenu">__showHelpMenu</a></td> 658 <td><a href="#UserInterface.__showHelpMenu">__showHelpMenu</a></td>
502 <td>Private slot to display the Help menu.</td> 659 <td>Private slot to display the Help menu.</td>
503 </tr><tr> 660 </tr>
661 <tr>
504 <td><a href="#UserInterface.__showNext">__showNext</a></td> 662 <td><a href="#UserInterface.__showNext">__showNext</a></td>
505 <td>Private slot used to show the next tab or file.</td> 663 <td>Private slot used to show the next tab or file.</td>
506 </tr><tr> 664 </tr>
665 <tr>
507 <td><a href="#UserInterface.__showPixmap">__showPixmap</a></td> 666 <td><a href="#UserInterface.__showPixmap">__showPixmap</a></td>
508 <td>Private slot to show a pixmap in a dialog.</td> 667 <td>Private slot to show a pixmap in a dialog.</td>
509 </tr><tr> 668 </tr>
669 <tr>
510 <td><a href="#UserInterface.__showPluginInfo">__showPluginInfo</a></td> 670 <td><a href="#UserInterface.__showPluginInfo">__showPluginInfo</a></td>
511 <td>Private slot to show the plugin info dialog.</td> 671 <td>Private slot to show the plugin info dialog.</td>
512 </tr><tr> 672 </tr>
673 <tr>
513 <td><a href="#UserInterface.__showPluginToolsMenu">__showPluginToolsMenu</a></td> 674 <td><a href="#UserInterface.__showPluginToolsMenu">__showPluginToolsMenu</a></td>
514 <td>Private slot to show the Plugin Tools menu.</td> 675 <td>Private slot to show the Plugin Tools menu.</td>
515 </tr><tr> 676 </tr>
677 <tr>
516 <td><a href="#UserInterface.__showPrevious">__showPrevious</a></td> 678 <td><a href="#UserInterface.__showPrevious">__showPrevious</a></td>
517 <td>Private slot used to show the previous tab or file.</td> 679 <td>Private slot used to show the previous tab or file.</td>
518 </tr><tr> 680 </tr>
681 <tr>
519 <td><a href="#UserInterface.__showPyQt4Doc">__showPyQt4Doc</a></td> 682 <td><a href="#UserInterface.__showPyQt4Doc">__showPyQt4Doc</a></td>
520 <td>Private slot to show the PyQt4 documentation.</td> 683 <td>Private slot to show the PyQt4 documentation.</td>
521 </tr><tr> 684 </tr>
685 <tr>
522 <td><a href="#UserInterface.__showPyQt5Doc">__showPyQt5Doc</a></td> 686 <td><a href="#UserInterface.__showPyQt5Doc">__showPyQt5Doc</a></td>
523 <td>Private slot to show the PyQt5 documentation.</td> 687 <td>Private slot to show the PyQt5 documentation.</td>
524 </tr><tr> 688 </tr>
689 <tr>
525 <td><a href="#UserInterface.__showPySideDoc">__showPySideDoc</a></td> 690 <td><a href="#UserInterface.__showPySideDoc">__showPySideDoc</a></td>
526 <td>Private slot to show the PySide/PySide2 documentation.</td> 691 <td>Private slot to show the PySide/PySide2 documentation.</td>
527 </tr><tr> 692 </tr>
693 <tr>
528 <td><a href="#UserInterface.__showPython2Doc">__showPython2Doc</a></td> 694 <td><a href="#UserInterface.__showPython2Doc">__showPython2Doc</a></td>
529 <td>Private slot to show the Python 2 documentation.</td> 695 <td>Private slot to show the Python 2 documentation.</td>
530 </tr><tr> 696 </tr>
697 <tr>
531 <td><a href="#UserInterface.__showPythonDoc">__showPythonDoc</a></td> 698 <td><a href="#UserInterface.__showPythonDoc">__showPythonDoc</a></td>
532 <td>Private slot to show the Python 3 documentation.</td> 699 <td>Private slot to show the Python 3 documentation.</td>
533 </tr><tr> 700 </tr>
701 <tr>
534 <td><a href="#UserInterface.__showQt4Doc">__showQt4Doc</a></td> 702 <td><a href="#UserInterface.__showQt4Doc">__showQt4Doc</a></td>
535 <td>Private slot to show the Qt4 documentation.</td> 703 <td>Private slot to show the Qt4 documentation.</td>
536 </tr><tr> 704 </tr>
705 <tr>
537 <td><a href="#UserInterface.__showQt5Doc">__showQt5Doc</a></td> 706 <td><a href="#UserInterface.__showQt5Doc">__showQt5Doc</a></td>
538 <td>Private slot to show the Qt5 documentation.</td> 707 <td>Private slot to show the Qt5 documentation.</td>
539 </tr><tr> 708 </tr>
709 <tr>
540 <td><a href="#UserInterface.__showQtDoc">__showQtDoc</a></td> 710 <td><a href="#UserInterface.__showQtDoc">__showQtDoc</a></td>
541 <td>Private method to show the Qt documentation.</td> 711 <td>Private method to show the Qt documentation.</td>
542 </tr><tr> 712 </tr>
713 <tr>
543 <td><a href="#UserInterface.__showSettingsMenu">__showSettingsMenu</a></td> 714 <td><a href="#UserInterface.__showSettingsMenu">__showSettingsMenu</a></td>
544 <td>Private slot to show the Settings menu.</td> 715 <td>Private slot to show the Settings menu.</td>
545 </tr><tr> 716 </tr>
717 <tr>
546 <td><a href="#UserInterface.__showSubWindowMenu">__showSubWindowMenu</a></td> 718 <td><a href="#UserInterface.__showSubWindowMenu">__showSubWindowMenu</a></td>
547 <td>Private slot to display the Window menu of the Window menu.</td> 719 <td>Private slot to display the Window menu of the Window menu.</td>
548 </tr><tr> 720 </tr>
721 <tr>
549 <td><a href="#UserInterface.__showSvg">__showSvg</a></td> 722 <td><a href="#UserInterface.__showSvg">__showSvg</a></td>
550 <td>Private slot to show a SVG file in a dialog.</td> 723 <td>Private slot to show a SVG file in a dialog.</td>
551 </tr><tr> 724 </tr>
725 <tr>
552 <td><a href="#UserInterface.__showSystemEmailClient">__showSystemEmailClient</a></td> 726 <td><a href="#UserInterface.__showSystemEmailClient">__showSystemEmailClient</a></td>
553 <td>Private slot to show the system email dialog.</td> 727 <td>Private slot to show the system email dialog.</td>
554 </tr><tr> 728 </tr>
729 <tr>
555 <td><a href="#UserInterface.__showToolGroupsMenu">__showToolGroupsMenu</a></td> 730 <td><a href="#UserInterface.__showToolGroupsMenu">__showToolGroupsMenu</a></td>
556 <td>Private slot to display the Tool Groups menu.</td> 731 <td>Private slot to display the Tool Groups menu.</td>
557 </tr><tr> 732 </tr>
733 <tr>
558 <td><a href="#UserInterface.__showToolbarsMenu">__showToolbarsMenu</a></td> 734 <td><a href="#UserInterface.__showToolbarsMenu">__showToolbarsMenu</a></td>
559 <td>Private slot to display the Toolbars menu.</td> 735 <td>Private slot to display the Toolbars menu.</td>
560 </tr><tr> 736 </tr>
737 <tr>
561 <td><a href="#UserInterface.__showUserToolsMenu">__showUserToolsMenu</a></td> 738 <td><a href="#UserInterface.__showUserToolsMenu">__showUserToolsMenu</a></td>
562 <td>Private slot to display the User Tools menu.</td> 739 <td>Private slot to display the User Tools menu.</td>
563 </tr><tr> 740 </tr>
741 <tr>
564 <td><a href="#UserInterface.__showVersions">__showVersions</a></td> 742 <td><a href="#UserInterface.__showVersions">__showVersions</a></td>
565 <td>Private slot to handle the Versions dialog.</td> 743 <td>Private slot to handle the Versions dialog.</td>
566 </tr><tr> 744 </tr>
745 <tr>
567 <td><a href="#UserInterface.__showWindowMenu">__showWindowMenu</a></td> 746 <td><a href="#UserInterface.__showWindowMenu">__showWindowMenu</a></td>
568 <td>Private slot to display the Window menu.</td> 747 <td>Private slot to display the Window menu.</td>
569 </tr><tr> 748 </tr>
749 <tr>
570 <td><a href="#UserInterface.__showWizardsMenu">__showWizardsMenu</a></td> 750 <td><a href="#UserInterface.__showWizardsMenu">__showWizardsMenu</a></td>
571 <td>Private slot to display the Wizards menu.</td> 751 <td>Private slot to display the Wizards menu.</td>
572 </tr><tr> 752 </tr>
753 <tr>
573 <td><a href="#UserInterface.__shutdown">__shutdown</a></td> 754 <td><a href="#UserInterface.__shutdown">__shutdown</a></td>
574 <td>Private method to perform all necessary steps to close down the IDE.</td> 755 <td>Private method to perform all necessary steps to close down the IDE.</td>
575 </tr><tr> 756 </tr>
757 <tr>
576 <td><a href="#UserInterface.__snapshot">__snapshot</a></td> 758 <td><a href="#UserInterface.__snapshot">__snapshot</a></td>
577 <td>Private slot to start the snapshot tool.</td> 759 <td>Private slot to start the snapshot tool.</td>
578 </tr><tr> 760 </tr>
761 <tr>
579 <td><a href="#UserInterface.__sqlBrowser">__sqlBrowser</a></td> 762 <td><a href="#UserInterface.__sqlBrowser">__sqlBrowser</a></td>
580 <td>Private slot to start the SQL browser tool.</td> 763 <td>Private slot to start the SQL browser tool.</td>
581 </tr><tr> 764 </tr>
765 <tr>
582 <td><a href="#UserInterface.__sslErrors">__sslErrors</a></td> 766 <td><a href="#UserInterface.__sslErrors">__sslErrors</a></td>
583 <td>Private slot to handle SSL errors.</td> 767 <td>Private slot to handle SSL errors.</td>
584 </tr><tr> 768 </tr>
769 <tr>
585 <td><a href="#UserInterface.__startToolProcess">__startToolProcess</a></td> 770 <td><a href="#UserInterface.__startToolProcess">__startToolProcess</a></td>
586 <td>Private slot to start an external tool process.</td> 771 <td>Private slot to start an external tool process.</td>
587 </tr><tr> 772 </tr>
773 <tr>
588 <td><a href="#UserInterface.__startWebBrowser">__startWebBrowser</a></td> 774 <td><a href="#UserInterface.__startWebBrowser">__startWebBrowser</a></td>
589 <td>Private slot to start the eric6 web browser.</td> 775 <td>Private slot to start the eric6 web browser.</td>
590 </tr><tr> 776 </tr>
777 <tr>
591 <td><a href="#UserInterface.__switchTab">__switchTab</a></td> 778 <td><a href="#UserInterface.__switchTab">__switchTab</a></td>
592 <td>Private slot used to switch between the current and the previous current tab.</td> 779 <td>Private slot used to switch between the current and the previous current tab.</td>
593 </tr><tr> 780 </tr>
781 <tr>
594 <td><a href="#UserInterface.__toggleBottomSidebar">__toggleBottomSidebar</a></td> 782 <td><a href="#UserInterface.__toggleBottomSidebar">__toggleBottomSidebar</a></td>
595 <td>Private slot to handle the toggle of the bottom sidebar window.</td> 783 <td>Private slot to handle the toggle of the bottom sidebar window.</td>
596 </tr><tr> 784 </tr>
785 <tr>
597 <td><a href="#UserInterface.__toggleHorizontalToolbox">__toggleHorizontalToolbox</a></td> 786 <td><a href="#UserInterface.__toggleHorizontalToolbox">__toggleHorizontalToolbox</a></td>
598 <td>Private slot to handle the toggle of the Horizontal Toolbox window.</td> 787 <td>Private slot to handle the toggle of the Horizontal Toolbox window.</td>
599 </tr><tr> 788 </tr>
789 <tr>
600 <td><a href="#UserInterface.__toggleLeftSidebar">__toggleLeftSidebar</a></td> 790 <td><a href="#UserInterface.__toggleLeftSidebar">__toggleLeftSidebar</a></td>
601 <td>Private slot to handle the toggle of the left sidebar window.</td> 791 <td>Private slot to handle the toggle of the left sidebar window.</td>
602 </tr><tr> 792 </tr>
793 <tr>
603 <td><a href="#UserInterface.__toggleLeftToolbox">__toggleLeftToolbox</a></td> 794 <td><a href="#UserInterface.__toggleLeftToolbox">__toggleLeftToolbox</a></td>
604 <td>Private slot to handle the toggle of the Left Toolbox window.</td> 795 <td>Private slot to handle the toggle of the Left Toolbox window.</td>
605 </tr><tr> 796 </tr>
797 <tr>
606 <td><a href="#UserInterface.__toggleRightSidebar">__toggleRightSidebar</a></td> 798 <td><a href="#UserInterface.__toggleRightSidebar">__toggleRightSidebar</a></td>
607 <td>Private slot to handle the toggle of the right sidebar window.</td> 799 <td>Private slot to handle the toggle of the right sidebar window.</td>
608 </tr><tr> 800 </tr>
801 <tr>
609 <td><a href="#UserInterface.__toggleRightToolbox">__toggleRightToolbox</a></td> 802 <td><a href="#UserInterface.__toggleRightToolbox">__toggleRightToolbox</a></td>
610 <td>Private slot to handle the toggle of the Right Toolbox window.</td> 803 <td>Private slot to handle the toggle of the Right Toolbox window.</td>
611 </tr><tr> 804 </tr>
805 <tr>
612 <td><a href="#UserInterface.__toggleWindow">__toggleWindow</a></td> 806 <td><a href="#UserInterface.__toggleWindow">__toggleWindow</a></td>
613 <td>Private method to toggle a workspace editor window.</td> 807 <td>Private method to toggle a workspace editor window.</td>
614 </tr><tr> 808 </tr>
809 <tr>
615 <td><a href="#UserInterface.__toolActionTriggered">__toolActionTriggered</a></td> 810 <td><a href="#UserInterface.__toolActionTriggered">__toolActionTriggered</a></td>
616 <td>Private slot called by external tools toolbar actions.</td> 811 <td>Private slot called by external tools toolbar actions.</td>
617 </tr><tr> 812 </tr>
813 <tr>
618 <td><a href="#UserInterface.__toolExecute">__toolExecute</a></td> 814 <td><a href="#UserInterface.__toolExecute">__toolExecute</a></td>
619 <td>Private slot to execute a particular tool.</td> 815 <td>Private slot to execute a particular tool.</td>
620 </tr><tr> 816 </tr>
817 <tr>
621 <td><a href="#UserInterface.__toolFinished">__toolFinished</a></td> 818 <td><a href="#UserInterface.__toolFinished">__toolFinished</a></td>
622 <td>Private slot to handle the finished signal of a tool process.</td> 819 <td>Private slot to handle the finished signal of a tool process.</td>
623 </tr><tr> 820 </tr>
821 <tr>
624 <td><a href="#UserInterface.__toolGroupSelected">__toolGroupSelected</a></td> 822 <td><a href="#UserInterface.__toolGroupSelected">__toolGroupSelected</a></td>
625 <td>Private slot to set the current tool group.</td> 823 <td>Private slot to set the current tool group.</td>
626 </tr><tr> 824 </tr>
825 <tr>
627 <td><a href="#UserInterface.__toolGroupsConfiguration">__toolGroupsConfiguration</a></td> 826 <td><a href="#UserInterface.__toolGroupsConfiguration">__toolGroupsConfiguration</a></td>
628 <td>Private slot to handle the tool groups configuration menu entry.</td> 827 <td>Private slot to handle the tool groups configuration menu entry.</td>
629 </tr><tr> 828 </tr>
829 <tr>
630 <td><a href="#UserInterface.__toolsConfiguration">__toolsConfiguration</a></td> 830 <td><a href="#UserInterface.__toolsConfiguration">__toolsConfiguration</a></td>
631 <td>Private slot to handle the tools configuration menu entry.</td> 831 <td>Private slot to handle the tools configuration menu entry.</td>
632 </tr><tr> 832 </tr>
833 <tr>
633 <td><a href="#UserInterface.__unittest">__unittest</a></td> 834 <td><a href="#UserInterface.__unittest">__unittest</a></td>
634 <td>Private slot for displaying the unittest dialog.</td> 835 <td>Private slot for displaying the unittest dialog.</td>
635 </tr><tr> 836 </tr>
837 <tr>
636 <td><a href="#UserInterface.__unittestProject">__unittestProject</a></td> 838 <td><a href="#UserInterface.__unittestProject">__unittestProject</a></td>
637 <td>Private slot for displaying the unittest dialog and run the current project.</td> 839 <td>Private slot for displaying the unittest dialog and run the current project.</td>
638 </tr><tr> 840 </tr>
841 <tr>
639 <td><a href="#UserInterface.__unittestRerunFailed">__unittestRerunFailed</a></td> 842 <td><a href="#UserInterface.__unittestRerunFailed">__unittestRerunFailed</a></td>
640 <td>Private slot to display the unittest dialog and rerun all failed tests of the last run.</td> 843 <td>Private slot to display the unittest dialog and rerun all failed tests of the last run.</td>
641 </tr><tr> 844 </tr>
845 <tr>
642 <td><a href="#UserInterface.__unittestRestart">__unittestRestart</a></td> 846 <td><a href="#UserInterface.__unittestRestart">__unittestRestart</a></td>
643 <td>Private slot to display the unittest dialog and rerun the last unit test.</td> 847 <td>Private slot to display the unittest dialog and rerun the last unit test.</td>
644 </tr><tr> 848 </tr>
849 <tr>
645 <td><a href="#UserInterface.__unittestScript">__unittestScript</a></td> 850 <td><a href="#UserInterface.__unittestScript">__unittestScript</a></td>
646 <td>Private slot for displaying the unittest dialog and run the current script.</td> 851 <td>Private slot for displaying the unittest dialog and run the current script.</td>
647 </tr><tr> 852 </tr>
853 <tr>
648 <td><a href="#UserInterface.__unittestStopped">__unittestStopped</a></td> 854 <td><a href="#UserInterface.__unittestStopped">__unittestStopped</a></td>
649 <td>Private slot to handle the end of a unit test run.</td> 855 <td>Private slot to handle the end of a unit test run.</td>
650 </tr><tr> 856 </tr>
857 <tr>
651 <td><a href="#UserInterface.__updateExternalToolsActions">__updateExternalToolsActions</a></td> 858 <td><a href="#UserInterface.__updateExternalToolsActions">__updateExternalToolsActions</a></td>
652 <td>Private method to update the external tools actions for the current tool group.</td> 859 <td>Private method to update the external tools actions for the current tool group.</td>
653 </tr><tr> 860 </tr>
861 <tr>
654 <td><a href="#UserInterface.__updateVersionsUrls">__updateVersionsUrls</a></td> 862 <td><a href="#UserInterface.__updateVersionsUrls">__updateVersionsUrls</a></td>
655 <td>Private method to update the URLs from which to retrieve the versions file.</td> 863 <td>Private method to update the URLs from which to retrieve the versions file.</td>
656 </tr><tr> 864 </tr>
865 <tr>
657 <td><a href="#UserInterface.__versionCheckResult">__versionCheckResult</a></td> 866 <td><a href="#UserInterface.__versionCheckResult">__versionCheckResult</a></td>
658 <td>Private method to show the result of the version check action.</td> 867 <td>Private method to show the result of the version check action.</td>
659 </tr><tr> 868 </tr>
869 <tr>
660 <td><a href="#UserInterface.__versionToTuple">__versionToTuple</a></td> 870 <td><a href="#UserInterface.__versionToTuple">__versionToTuple</a></td>
661 <td>Private method to convert a version string into a tuple.</td> 871 <td>Private method to convert a version string into a tuple.</td>
662 </tr><tr> 872 </tr>
873 <tr>
663 <td><a href="#UserInterface.__versionsDownloadCanceled">__versionsDownloadCanceled</a></td> 874 <td><a href="#UserInterface.__versionsDownloadCanceled">__versionsDownloadCanceled</a></td>
664 <td>Private slot called to cancel the version check.</td> 875 <td>Private slot called to cancel the version check.</td>
665 </tr><tr> 876 </tr>
877 <tr>
666 <td><a href="#UserInterface.__versionsDownloadDone">__versionsDownloadDone</a></td> 878 <td><a href="#UserInterface.__versionsDownloadDone">__versionsDownloadDone</a></td>
667 <td>Private slot called, after the versions file has been downloaded from the internet.</td> 879 <td>Private slot called, after the versions file has been downloaded from the internet.</td>
668 </tr><tr> 880 </tr>
881 <tr>
669 <td><a href="#UserInterface.__webBrowser">__webBrowser</a></td> 882 <td><a href="#UserInterface.__webBrowser">__webBrowser</a></td>
670 <td>Private slot to start the eric6 web browser.</td> 883 <td>Private slot to start the eric6 web browser.</td>
671 </tr><tr> 884 </tr>
885 <tr>
672 <td><a href="#UserInterface.__webBrowserFinished">__webBrowserFinished</a></td> 886 <td><a href="#UserInterface.__webBrowserFinished">__webBrowserFinished</a></td>
673 <td>Private slot handling the end of the external web browser process.</td> 887 <td>Private slot handling the end of the external web browser process.</td>
674 </tr><tr> 888 </tr>
889 <tr>
675 <td><a href="#UserInterface.__webBrowserShutdown">__webBrowserShutdown</a></td> 890 <td><a href="#UserInterface.__webBrowserShutdown">__webBrowserShutdown</a></td>
676 <td>Private method to shut down the web browser.</td> 891 <td>Private method to shut down the web browser.</td>
677 </tr><tr> 892 </tr>
893 <tr>
678 <td><a href="#UserInterface.__whatsThis">__whatsThis</a></td> 894 <td><a href="#UserInterface.__whatsThis">__whatsThis</a></td>
679 <td>Private slot called in to enter Whats This mode.</td> 895 <td>Private slot called in to enter Whats This mode.</td>
680 </tr><tr> 896 </tr>
897 <tr>
681 <td><a href="#UserInterface.__writeCrashSession">__writeCrashSession</a></td> 898 <td><a href="#UserInterface.__writeCrashSession">__writeCrashSession</a></td>
682 <td>Private slot to write a crash session file.</td> 899 <td>Private slot to write a crash session file.</td>
683 </tr><tr> 900 </tr>
901 <tr>
684 <td><a href="#UserInterface.__writeSession">__writeSession</a></td> 902 <td><a href="#UserInterface.__writeSession">__writeSession</a></td>
685 <td>Private slot to write the session data to an XML file (.e5s).</td> 903 <td>Private slot to write the session data to an XML file (.e5s).</td>
686 </tr><tr> 904 </tr>
905 <tr>
687 <td><a href="#UserInterface.__writeTasks">__writeTasks</a></td> 906 <td><a href="#UserInterface.__writeTasks">__writeTasks</a></td>
688 <td>Private slot to write the tasks data to an XML file (.e6t).</td> 907 <td>Private slot to write the tasks data to an XML file (.e6t).</td>
689 </tr><tr> 908 </tr>
909 <tr>
690 <td><a href="#UserInterface.activateCodeDocumentationViewer">activateCodeDocumentationViewer</a></td> 910 <td><a href="#UserInterface.activateCodeDocumentationViewer">activateCodeDocumentationViewer</a></td>
691 <td>Public slot to handle the activation of the Code Documentation Viewer.</td> 911 <td>Public slot to handle the activation of the Code Documentation Viewer.</td>
692 </tr><tr> 912 </tr>
913 <tr>
693 <td><a href="#UserInterface.activateCooperationViewer">activateCooperationViewer</a></td> 914 <td><a href="#UserInterface.activateCooperationViewer">activateCooperationViewer</a></td>
694 <td>Public slot to handle the activation of the cooperation window.</td> 915 <td>Public slot to handle the activation of the cooperation window.</td>
695 </tr><tr> 916 </tr>
917 <tr>
696 <td><a href="#UserInterface.activateDebugViewer">activateDebugViewer</a></td> 918 <td><a href="#UserInterface.activateDebugViewer">activateDebugViewer</a></td>
697 <td>Public slot to handle the activation of the debug viewer.</td> 919 <td>Public slot to handle the activation of the debug viewer.</td>
698 </tr><tr> 920 </tr>
921 <tr>
699 <td><a href="#UserInterface.addE5Actions">addE5Actions</a></td> 922 <td><a href="#UserInterface.addE5Actions">addE5Actions</a></td>
700 <td>Public method to add actions to the list of actions.</td> 923 <td>Public method to add actions to the list of actions.</td>
701 </tr><tr> 924 </tr>
925 <tr>
702 <td><a href="#UserInterface.addSideWidget">addSideWidget</a></td> 926 <td><a href="#UserInterface.addSideWidget">addSideWidget</a></td>
703 <td>Public method to add a widget to the sides.</td> 927 <td>Public method to add a widget to the sides.</td>
704 </tr><tr> 928 </tr>
929 <tr>
705 <td><a href="#UserInterface.appendToStderr">appendToStderr</a></td> 930 <td><a href="#UserInterface.appendToStderr">appendToStderr</a></td>
706 <td>Public slot to append text to the stderr log viewer tab.</td> 931 <td>Public slot to append text to the stderr log viewer tab.</td>
707 </tr><tr> 932 </tr>
933 <tr>
708 <td><a href="#UserInterface.appendToStdout">appendToStdout</a></td> 934 <td><a href="#UserInterface.appendToStdout">appendToStdout</a></td>
709 <td>Public slot to append text to the stdout log viewer tab.</td> 935 <td>Public slot to append text to the stdout log viewer tab.</td>
710 </tr><tr> 936 </tr>
937 <tr>
711 <td><a href="#UserInterface.autoConnectIrc">autoConnectIrc</a></td> 938 <td><a href="#UserInterface.autoConnectIrc">autoConnectIrc</a></td>
712 <td>Public method to initiate the IRC auto connection.</td> 939 <td>Public method to initiate the IRC auto connection.</td>
713 </tr><tr> 940 </tr>
941 <tr>
714 <td><a href="#UserInterface.checkConfigurationStatus">checkConfigurationStatus</a></td> 942 <td><a href="#UserInterface.checkConfigurationStatus">checkConfigurationStatus</a></td>
715 <td>Public method to check, if eric6 has been configured.</td> 943 <td>Public method to check, if eric6 has been configured.</td>
716 </tr><tr> 944 </tr>
945 <tr>
717 <td><a href="#UserInterface.checkForErrorLog">checkForErrorLog</a></td> 946 <td><a href="#UserInterface.checkForErrorLog">checkForErrorLog</a></td>
718 <td>Public method to check for the presence of an error log and ask the user, what to do with it.</td> 947 <td>Public method to check for the presence of an error log and ask the user, what to do with it.</td>
719 </tr><tr> 948 </tr>
949 <tr>
720 <td><a href="#UserInterface.checkPluginUpdatesAvailable">checkPluginUpdatesAvailable</a></td> 950 <td><a href="#UserInterface.checkPluginUpdatesAvailable">checkPluginUpdatesAvailable</a></td>
721 <td>Public method to check the availability of updates of plug-ins.</td> 951 <td>Public method to check the availability of updates of plug-ins.</td>
722 </tr><tr> 952 </tr>
953 <tr>
723 <td><a href="#UserInterface.checkProjectsWorkspace">checkProjectsWorkspace</a></td> 954 <td><a href="#UserInterface.checkProjectsWorkspace">checkProjectsWorkspace</a></td>
724 <td>Public method to check, if a projects workspace has been configured.</td> 955 <td>Public method to check, if a projects workspace has been configured.</td>
725 </tr><tr> 956 </tr>
957 <tr>
726 <td><a href="#UserInterface.closeEvent">closeEvent</a></td> 958 <td><a href="#UserInterface.closeEvent">closeEvent</a></td>
727 <td>Protected event handler for the close event.</td> 959 <td>Protected event handler for the close event.</td>
728 </tr><tr> 960 </tr>
961 <tr>
729 <td><a href="#UserInterface.createPopupMenu">createPopupMenu</a></td> 962 <td><a href="#UserInterface.createPopupMenu">createPopupMenu</a></td>
730 <td>Public method to create the toolbars menu for Qt.</td> 963 <td>Public method to create the toolbars menu for Qt.</td>
731 </tr><tr> 964 </tr>
965 <tr>
732 <td><a href="#UserInterface.documentationViewer">documentationViewer</a></td> 966 <td><a href="#UserInterface.documentationViewer">documentationViewer</a></td>
733 <td>Public method to provide a reference to the code documentation viewer.</td> 967 <td>Public method to provide a reference to the code documentation viewer.</td>
734 </tr><tr> 968 </tr>
969 <tr>
735 <td><a href="#UserInterface.dragEnterEvent">dragEnterEvent</a></td> 970 <td><a href="#UserInterface.dragEnterEvent">dragEnterEvent</a></td>
736 <td>Protected method to handle the drag enter event.</td> 971 <td>Protected method to handle the drag enter event.</td>
737 </tr><tr> 972 </tr>
973 <tr>
738 <td><a href="#UserInterface.dragLeaveEvent">dragLeaveEvent</a></td> 974 <td><a href="#UserInterface.dragLeaveEvent">dragLeaveEvent</a></td>
739 <td>Protected method to handle the drag leave event.</td> 975 <td>Protected method to handle the drag leave event.</td>
740 </tr><tr> 976 </tr>
977 <tr>
741 <td><a href="#UserInterface.dragMoveEvent">dragMoveEvent</a></td> 978 <td><a href="#UserInterface.dragMoveEvent">dragMoveEvent</a></td>
742 <td>Protected method to handle the drag move event.</td> 979 <td>Protected method to handle the drag move event.</td>
743 </tr><tr> 980 </tr>
981 <tr>
744 <td><a href="#UserInterface.dropEvent">dropEvent</a></td> 982 <td><a href="#UserInterface.dropEvent">dropEvent</a></td>
745 <td>Protected method to handle the drop event.</td> 983 <td>Protected method to handle the drop event.</td>
746 </tr><tr> 984 </tr>
985 <tr>
747 <td><a href="#UserInterface.getActions">getActions</a></td> 986 <td><a href="#UserInterface.getActions">getActions</a></td>
748 <td>Public method to get a list of all actions.</td> 987 <td>Public method to get a list of all actions.</td>
749 </tr><tr> 988 </tr>
989 <tr>
750 <td><a href="#UserInterface.getLayoutType">getLayoutType</a></td> 990 <td><a href="#UserInterface.getLayoutType">getLayoutType</a></td>
751 <td>Public method to get the current layout type.</td> 991 <td>Public method to get the current layout type.</td>
752 </tr><tr> 992 </tr>
993 <tr>
753 <td><a href="#UserInterface.getLocale">getLocale</a></td> 994 <td><a href="#UserInterface.getLocale">getLocale</a></td>
754 <td>Public method to get the locale of the IDE.</td> 995 <td>Public method to get the locale of the IDE.</td>
755 </tr><tr> 996 </tr>
997 <tr>
756 <td><a href="#UserInterface.getMenu">getMenu</a></td> 998 <td><a href="#UserInterface.getMenu">getMenu</a></td>
757 <td>Public method to get a reference to a specific menu.</td> 999 <td>Public method to get a reference to a specific menu.</td>
758 </tr><tr> 1000 </tr>
1001 <tr>
759 <td><a href="#UserInterface.getMenuAction">getMenuAction</a></td> 1002 <td><a href="#UserInterface.getMenuAction">getMenuAction</a></td>
760 <td>Public method to get a reference to an action of a menu.</td> 1003 <td>Public method to get a reference to an action of a menu.</td>
761 </tr><tr> 1004 </tr>
1005 <tr>
762 <td><a href="#UserInterface.getMenuBarAction">getMenuBarAction</a></td> 1006 <td><a href="#UserInterface.getMenuBarAction">getMenuBarAction</a></td>
763 <td>Public method to get a reference to an action of the main menu.</td> 1007 <td>Public method to get a reference to an action of the main menu.</td>
764 </tr><tr> 1008 </tr>
1009 <tr>
765 <td><a href="#UserInterface.getOriginalPathString">getOriginalPathString</a></td> 1010 <td><a href="#UserInterface.getOriginalPathString">getOriginalPathString</a></td>
766 <td>Public method to get the original PATH environment variable (i.e.</td> 1011 <td>Public method to get the original PATH environment variable (i.e.</td>
767 </tr><tr> 1012 </tr>
1013 <tr>
768 <td><a href="#UserInterface.getToolBarIconSize">getToolBarIconSize</a></td> 1014 <td><a href="#UserInterface.getToolBarIconSize">getToolBarIconSize</a></td>
769 <td>Public method to get the toolbar icon size.</td> 1015 <td>Public method to get the toolbar icon size.</td>
770 </tr><tr> 1016 </tr>
1017 <tr>
771 <td><a href="#UserInterface.getToolbar">getToolbar</a></td> 1018 <td><a href="#UserInterface.getToolbar">getToolbar</a></td>
772 <td>Public method to get a reference to a specific toolbar.</td> 1019 <td>Public method to get a reference to a specific toolbar.</td>
773 </tr><tr> 1020 </tr>
1021 <tr>
774 <td><a href="#UserInterface.getViewProfile">getViewProfile</a></td> 1022 <td><a href="#UserInterface.getViewProfile">getViewProfile</a></td>
775 <td>Public method to get the current view profile.</td> 1023 <td>Public method to get the current view profile.</td>
776 </tr><tr> 1024 </tr>
1025 <tr>
777 <td><a href="#UserInterface.handleUrl">handleUrl</a></td> 1026 <td><a href="#UserInterface.handleUrl">handleUrl</a></td>
778 <td>Public slot to handle opening a URL.</td> 1027 <td>Public slot to handle opening a URL.</td>
779 </tr><tr> 1028 </tr>
1029 <tr>
780 <td><a href="#UserInterface.isOnline">isOnline</a></td> 1030 <td><a href="#UserInterface.isOnline">isOnline</a></td>
781 <td>Public method to get the online state.</td> 1031 <td>Public method to get the online state.</td>
782 </tr><tr> 1032 </tr>
1033 <tr>
783 <td><a href="#UserInterface.launchHelpViewer">launchHelpViewer</a></td> 1034 <td><a href="#UserInterface.launchHelpViewer">launchHelpViewer</a></td>
784 <td>Public slot to start the help viewer/web browser.</td> 1035 <td>Public slot to start the help viewer/web browser.</td>
785 </tr><tr> 1036 </tr>
1037 <tr>
786 <td><a href="#UserInterface.networkAccessManager">networkAccessManager</a></td> 1038 <td><a href="#UserInterface.networkAccessManager">networkAccessManager</a></td>
787 <td>Public method to get a reference to the network access manager object.</td> 1039 <td>Public method to get a reference to the network access manager object.</td>
788 </tr><tr> 1040 </tr>
1041 <tr>
789 <td><a href="#UserInterface.notificationsEnabled">notificationsEnabled</a></td> 1042 <td><a href="#UserInterface.notificationsEnabled">notificationsEnabled</a></td>
790 <td>Public method to check, if notifications are enabled.</td> 1043 <td>Public method to check, if notifications are enabled.</td>
791 </tr><tr> 1044 </tr>
1045 <tr>
792 <td><a href="#UserInterface.performVersionCheck">performVersionCheck</a></td> 1046 <td><a href="#UserInterface.performVersionCheck">performVersionCheck</a></td>
793 <td>Public method to check the internet for an eric6 update.</td> 1047 <td>Public method to check the internet for an eric6 update.</td>
794 </tr><tr> 1048 </tr>
1049 <tr>
795 <td><a href="#UserInterface.processArgs">processArgs</a></td> 1050 <td><a href="#UserInterface.processArgs">processArgs</a></td>
796 <td>Public method to process the command line args passed to the UI.</td> 1051 <td>Public method to process the command line args passed to the UI.</td>
797 </tr><tr> 1052 </tr>
1053 <tr>
798 <td><a href="#UserInterface.registerToolbar">registerToolbar</a></td> 1054 <td><a href="#UserInterface.registerToolbar">registerToolbar</a></td>
799 <td>Public method to register a toolbar.</td> 1055 <td>Public method to register a toolbar.</td>
800 </tr><tr> 1056 </tr>
1057 <tr>
801 <td><a href="#UserInterface.removeE5Actions">removeE5Actions</a></td> 1058 <td><a href="#UserInterface.removeE5Actions">removeE5Actions</a></td>
802 <td>Public method to remove actions from the list of actions.</td> 1059 <td>Public method to remove actions from the list of actions.</td>
803 </tr><tr> 1060 </tr>
1061 <tr>
804 <td><a href="#UserInterface.removeSideWidget">removeSideWidget</a></td> 1062 <td><a href="#UserInterface.removeSideWidget">removeSideWidget</a></td>
805 <td>Public method to remove a widget added using addSideWidget().</td> 1063 <td>Public method to remove a widget added using addSideWidget().</td>
806 </tr><tr> 1064 </tr>
1065 <tr>
807 <td><a href="#UserInterface.reregisterToolbar">reregisterToolbar</a></td> 1066 <td><a href="#UserInterface.reregisterToolbar">reregisterToolbar</a></td>
808 <td>Public method to change the visible text for the named toolbar.</td> 1067 <td>Public method to change the visible text for the named toolbar.</td>
809 </tr><tr> 1068 </tr>
1069 <tr>
810 <td><a href="#UserInterface.setDebugProfile">setDebugProfile</a></td> 1070 <td><a href="#UserInterface.setDebugProfile">setDebugProfile</a></td>
811 <td>Public slot to activate the debug view profile.</td> 1071 <td>Public slot to activate the debug view profile.</td>
812 </tr><tr> 1072 </tr>
1073 <tr>
813 <td><a href="#UserInterface.showAvailableVersionsInfo">showAvailableVersionsInfo</a></td> 1074 <td><a href="#UserInterface.showAvailableVersionsInfo">showAvailableVersionsInfo</a></td>
814 <td>Public method to show the eric6 versions available for download.</td> 1075 <td>Public method to show the eric6 versions available for download.</td>
815 </tr><tr> 1076 </tr>
1077 <tr>
816 <td><a href="#UserInterface.showEmailDialog">showEmailDialog</a></td> 1078 <td><a href="#UserInterface.showEmailDialog">showEmailDialog</a></td>
817 <td>Public slot to show the email dialog in a given mode.</td> 1079 <td>Public slot to show the email dialog in a given mode.</td>
818 </tr><tr> 1080 </tr>
1081 <tr>
819 <td><a href="#UserInterface.showEvent">showEvent</a></td> 1082 <td><a href="#UserInterface.showEvent">showEvent</a></td>
820 <td>Protected method to handle the show event.</td> 1083 <td>Protected method to handle the show event.</td>
821 </tr><tr> 1084 </tr>
1085 <tr>
822 <td><a href="#UserInterface.showFindFileByNameDialog">showFindFileByNameDialog</a></td> 1086 <td><a href="#UserInterface.showFindFileByNameDialog">showFindFileByNameDialog</a></td>
823 <td>Public slot to show the Find File by Name dialog.</td> 1087 <td>Public slot to show the Find File by Name dialog.</td>
824 </tr><tr> 1088 </tr>
1089 <tr>
825 <td><a href="#UserInterface.showFindFilesDialog">showFindFilesDialog</a></td> 1090 <td><a href="#UserInterface.showFindFilesDialog">showFindFilesDialog</a></td>
826 <td>Public slot to show the Find In Files dialog.</td> 1091 <td>Public slot to show the Find In Files dialog.</td>
827 </tr><tr> 1092 </tr>
1093 <tr>
828 <td><a href="#UserInterface.showLogViewer">showLogViewer</a></td> 1094 <td><a href="#UserInterface.showLogViewer">showLogViewer</a></td>
829 <td>Public method to show the Log-Viewer.</td> 1095 <td>Public method to show the Log-Viewer.</td>
830 </tr><tr> 1096 </tr>
1097 <tr>
831 <td><a href="#UserInterface.showNotification">showNotification</a></td> 1098 <td><a href="#UserInterface.showNotification">showNotification</a></td>
832 <td>Public method to show a desktop notification.</td> 1099 <td>Public method to show a desktop notification.</td>
833 </tr><tr> 1100 </tr>
1101 <tr>
834 <td><a href="#UserInterface.showPluginsAvailable">showPluginsAvailable</a></td> 1102 <td><a href="#UserInterface.showPluginsAvailable">showPluginsAvailable</a></td>
835 <td>Public slot to show the plugins available for download.</td> 1103 <td>Public slot to show the plugins available for download.</td>
836 </tr><tr> 1104 </tr>
1105 <tr>
837 <td><a href="#UserInterface.showPreferences">showPreferences</a></td> 1106 <td><a href="#UserInterface.showPreferences">showPreferences</a></td>
838 <td>Public slot to set the preferences.</td> 1107 <td>Public slot to set the preferences.</td>
839 </tr><tr> 1108 </tr>
1109 <tr>
840 <td><a href="#UserInterface.showReplaceFilesDialog">showReplaceFilesDialog</a></td> 1110 <td><a href="#UserInterface.showReplaceFilesDialog">showReplaceFilesDialog</a></td>
841 <td>Public slot to show the Find & Replace In Files dialog.</td> 1111 <td>Public slot to show the Find & Replace In Files dialog.</td>
842 </tr><tr> 1112 </tr>
1113 <tr>
843 <td><a href="#UserInterface.showSideWidget">showSideWidget</a></td> 1114 <td><a href="#UserInterface.showSideWidget">showSideWidget</a></td>
844 <td>Public method to show a specific widget placed in the side widgets.</td> 1115 <td>Public method to show a specific widget placed in the side widgets.</td>
845 </tr><tr> 1116 </tr>
1117 <tr>
846 <td><a href="#UserInterface.unregisterToolbar">unregisterToolbar</a></td> 1118 <td><a href="#UserInterface.unregisterToolbar">unregisterToolbar</a></td>
847 <td>Public method to unregister a toolbar.</td> 1119 <td>Public method to unregister a toolbar.</td>
848 </tr><tr> 1120 </tr>
1121 <tr>
849 <td><a href="#UserInterface.versionIsNewer">versionIsNewer</a></td> 1122 <td><a href="#UserInterface.versionIsNewer">versionIsNewer</a></td>
850 <td>Public method to check, if the eric6 version is good compared to the required version.</td> 1123 <td>Public method to check, if the eric6 version is good compared to the required version.</td>
851 </tr> 1124 </tr>
852 </table> 1125 </table>
853 <h3>Static Methods</h3> 1126 <h3>Static Methods</h3>
1127
854 <table> 1128 <table>
855 <tr><td>None</td></tr> 1129 <tr><td>None</td></tr>
856 </table> 1130 </table>
1131
857 <a NAME="UserInterface.__init__" ID="UserInterface.__init__"></a> 1132 <a NAME="UserInterface.__init__" ID="UserInterface.__init__"></a>
858 <h4>UserInterface (Constructor)</h4> 1133 <h4>UserInterface (Constructor)</h4>
859 <b>UserInterface</b>(<i>app, locale, splash, plugin, disabledPlugins, noOpenAtStartup, noCrashOpenAtStartup, disableCrashSession, restartArguments, originalPathString</i>) 1134 <b>UserInterface</b>(<i>app, locale, splash, plugin, disabledPlugins, noOpenAtStartup, noCrashOpenAtStartup, disableCrashSession, restartArguments, originalPathString</i>)
1135
860 <p> 1136 <p>
861 Constructor 1137 Constructor
862 </p><dl> 1138 </p>
1139 <dl>
1140
863 <dt><i>app</i> (E5Application)</dt> 1141 <dt><i>app</i> (E5Application)</dt>
864 <dd> 1142 <dd>
865 reference to the application object 1143 reference to the application object
866 </dd><dt><i>locale</i> (str)</dt> 1144 </dd>
1145 <dt><i>locale</i> (str)</dt>
867 <dd> 1146 <dd>
868 locale to be used by the UI 1147 locale to be used by the UI
869 </dd><dt><i>splash</i> (UI.SplashScreen.SplashScreen)</dt> 1148 </dd>
1149 <dt><i>splash</i> (UI.SplashScreen.SplashScreen)</dt>
870 <dd> 1150 <dd>
871 reference to the splashscreen 1151 reference to the splashscreen
872 </dd><dt><i>plugin</i> (str)</dt> 1152 </dd>
1153 <dt><i>plugin</i> (str)</dt>
873 <dd> 1154 <dd>
874 filename of a plug-in to be loaded (used for plugin 1155 filename of a plug-in to be loaded (used for plugin
875 development) 1156 development)
876 </dd><dt><i>disabledPlugins</i> (list of str)</dt> 1157 </dd>
1158 <dt><i>disabledPlugins</i> (list of str)</dt>
877 <dd> 1159 <dd>
878 list of plug-ins that have been disabled via 1160 list of plug-ins that have been disabled via
879 the command line parameters '--disable-plugin=' 1161 the command line parameters '--disable-plugin='
880 </dd><dt><i>noOpenAtStartup</i> (bool)</dt> 1162 </dd>
1163 <dt><i>noOpenAtStartup</i> (bool)</dt>
881 <dd> 1164 <dd>
882 flag indicating that the open at startup option 1165 flag indicating that the open at startup option
883 should not be executed 1166 should not be executed
884 </dd><dt><i>noCrashOpenAtStartup</i> (bool)</dt> 1167 </dd>
1168 <dt><i>noCrashOpenAtStartup</i> (bool)</dt>
885 <dd> 1169 <dd>
886 flag indicating to ignore any crash session 1170 flag indicating to ignore any crash session
887 file found at statup 1171 file found at statup
888 </dd><dt><i>disableCrashSession</i> (bool)</dt> 1172 </dd>
1173 <dt><i>disableCrashSession</i> (bool)</dt>
889 <dd> 1174 <dd>
890 flag indicating to disable the crash session 1175 flag indicating to disable the crash session
891 support 1176 support
892 </dd><dt><i>restartArguments</i> (list of str)</dt> 1177 </dd>
1178 <dt><i>restartArguments</i> (list of str)</dt>
893 <dd> 1179 <dd>
894 list of command line parameters to be used for 1180 list of command line parameters to be used for
895 a restart 1181 a restart
896 </dd><dt><i>originalPathString</i> (str)</dt> 1182 </dd>
1183 <dt><i>originalPathString</i> (str)</dt>
897 <dd> 1184 <dd>
898 original PATH environment variable 1185 original PATH environment variable
899 </dd> 1186 </dd>
900 </dl><a NAME="UserInterface.__TBMenuTriggered" ID="UserInterface.__TBMenuTriggered"></a> 1187 </dl>
1188 <a NAME="UserInterface.__TBMenuTriggered" ID="UserInterface.__TBMenuTriggered"></a>
901 <h4>UserInterface.__TBMenuTriggered</h4> 1189 <h4>UserInterface.__TBMenuTriggered</h4>
902 <b>__TBMenuTriggered</b>(<i>act</i>) 1190 <b>__TBMenuTriggered</b>(<i>act</i>)
1191
903 <p> 1192 <p>
904 Private method to handle the toggle of a toolbar via the Window-> 1193 Private method to handle the toggle of a toolbar via the Window->
905 Toolbars submenu. 1194 Toolbars submenu.
906 </p><dl> 1195 </p>
1196 <dl>
1197
907 <dt><i>act</i></dt> 1198 <dt><i>act</i></dt>
908 <dd> 1199 <dd>
909 reference to the action that was triggered (QAction) 1200 reference to the action that was triggered (QAction)
910 </dd> 1201 </dd>
911 </dl><a NAME="UserInterface.__TBPopupMenuTriggered" ID="UserInterface.__TBPopupMenuTriggered"></a> 1202 </dl>
1203 <a NAME="UserInterface.__TBPopupMenuTriggered" ID="UserInterface.__TBPopupMenuTriggered"></a>
912 <h4>UserInterface.__TBPopupMenuTriggered</h4> 1204 <h4>UserInterface.__TBPopupMenuTriggered</h4>
913 <b>__TBPopupMenuTriggered</b>(<i>act</i>) 1205 <b>__TBPopupMenuTriggered</b>(<i>act</i>)
1206
914 <p> 1207 <p>
915 Private method to handle the toggle of a toolbar via the QMainWindow 1208 Private method to handle the toggle of a toolbar via the QMainWindow
916 Toolbars popup menu. 1209 Toolbars popup menu.
917 </p><dl> 1210 </p>
1211 <dl>
1212
918 <dt><i>act</i></dt> 1213 <dt><i>act</i></dt>
919 <dd> 1214 <dd>
920 reference to the action that was triggered (QAction) 1215 reference to the action that was triggered (QAction)
921 </dd> 1216 </dd>
922 </dl><a NAME="UserInterface.__TRPreviewer" ID="UserInterface.__TRPreviewer"></a> 1217 </dl>
1218 <a NAME="UserInterface.__TRPreviewer" ID="UserInterface.__TRPreviewer"></a>
923 <h4>UserInterface.__TRPreviewer</h4> 1219 <h4>UserInterface.__TRPreviewer</h4>
924 <b>__TRPreviewer</b>(<i>fileNames=None, ignore=False</i>) 1220 <b>__TRPreviewer</b>(<i>fileNames=None, ignore=False</i>)
1221
925 <p> 1222 <p>
926 Private slot to start the Translation Previewer executable. 1223 Private slot to start the Translation Previewer executable.
927 </p><dl> 1224 </p>
1225 <dl>
1226
928 <dt><i>fileNames</i></dt> 1227 <dt><i>fileNames</i></dt>
929 <dd> 1228 <dd>
930 filenames of forms and/or translations to be previewed 1229 filenames of forms and/or translations to be previewed
931 (list of strings) 1230 (list of strings)
932 </dd><dt><i>ignore</i></dt> 1231 </dd>
1232 <dt><i>ignore</i></dt>
933 <dd> 1233 <dd>
934 flag indicating non existing files should be ignored 1234 flag indicating non existing files should be ignored
935 (boolean) 1235 (boolean)
936 </dd> 1236 </dd>
937 </dl><a NAME="UserInterface.__UIPreviewer" ID="UserInterface.__UIPreviewer"></a> 1237 </dl>
1238 <a NAME="UserInterface.__UIPreviewer" ID="UserInterface.__UIPreviewer"></a>
938 <h4>UserInterface.__UIPreviewer</h4> 1239 <h4>UserInterface.__UIPreviewer</h4>
939 <b>__UIPreviewer</b>(<i>fn=None</i>) 1240 <b>__UIPreviewer</b>(<i>fn=None</i>)
1241
940 <p> 1242 <p>
941 Private slot to start the UI Previewer executable. 1243 Private slot to start the UI Previewer executable.
942 </p><dl> 1244 </p>
1245 <dl>
1246
943 <dt><i>fn</i></dt> 1247 <dt><i>fn</i></dt>
944 <dd> 1248 <dd>
945 filename of the form to be previewed (string) 1249 filename of the form to be previewed (string)
946 </dd> 1250 </dd>
947 </dl><a NAME="UserInterface.__activateBrowser" ID="UserInterface.__activateBrowser"></a> 1251 </dl>
1252 <a NAME="UserInterface.__activateBrowser" ID="UserInterface.__activateBrowser"></a>
948 <h4>UserInterface.__activateBrowser</h4> 1253 <h4>UserInterface.__activateBrowser</h4>
949 <b>__activateBrowser</b>(<i></i>) 1254 <b>__activateBrowser</b>(<i></i>)
1255
950 <p> 1256 <p>
951 Private slot to handle the activation of the file browser. 1257 Private slot to handle the activation of the file browser.
952 </p><a NAME="UserInterface.__activateCondaWidget" ID="UserInterface.__activateCondaWidget"></a> 1258 </p>
1259 <a NAME="UserInterface.__activateCondaWidget" ID="UserInterface.__activateCondaWidget"></a>
953 <h4>UserInterface.__activateCondaWidget</h4> 1260 <h4>UserInterface.__activateCondaWidget</h4>
954 <b>__activateCondaWidget</b>(<i></i>) 1261 <b>__activateCondaWidget</b>(<i></i>)
1262
955 <p> 1263 <p>
956 Private slot to handle the activation of the Conda manager widget. 1264 Private slot to handle the activation of the Conda manager widget.
957 </p><a NAME="UserInterface.__activateIRC" ID="UserInterface.__activateIRC"></a> 1265 </p>
1266 <a NAME="UserInterface.__activateIRC" ID="UserInterface.__activateIRC"></a>
958 <h4>UserInterface.__activateIRC</h4> 1267 <h4>UserInterface.__activateIRC</h4>
959 <b>__activateIRC</b>(<i></i>) 1268 <b>__activateIRC</b>(<i></i>)
1269
960 <p> 1270 <p>
961 Private slot to handle the activation of the IRC window. 1271 Private slot to handle the activation of the IRC window.
962 </p><a NAME="UserInterface.__activateLogViewer" ID="UserInterface.__activateLogViewer"></a> 1272 </p>
1273 <a NAME="UserInterface.__activateLogViewer" ID="UserInterface.__activateLogViewer"></a>
963 <h4>UserInterface.__activateLogViewer</h4> 1274 <h4>UserInterface.__activateLogViewer</h4>
964 <b>__activateLogViewer</b>(<i></i>) 1275 <b>__activateLogViewer</b>(<i></i>)
1276
965 <p> 1277 <p>
966 Private slot to handle the activation of the Log Viewer. 1278 Private slot to handle the activation of the Log Viewer.
967 </p><a NAME="UserInterface.__activateMicroPython" ID="UserInterface.__activateMicroPython"></a> 1279 </p>
1280 <a NAME="UserInterface.__activateMicroPython" ID="UserInterface.__activateMicroPython"></a>
968 <h4>UserInterface.__activateMicroPython</h4> 1281 <h4>UserInterface.__activateMicroPython</h4>
969 <b>__activateMicroPython</b>(<i></i>) 1282 <b>__activateMicroPython</b>(<i></i>)
1283
970 <p> 1284 <p>
971 Private slot to handle the activation of the MicroPython widget. 1285 Private slot to handle the activation of the MicroPython widget.
972 </p><a NAME="UserInterface.__activateMultiProjectBrowser" ID="UserInterface.__activateMultiProjectBrowser"></a> 1286 </p>
1287 <a NAME="UserInterface.__activateMultiProjectBrowser" ID="UserInterface.__activateMultiProjectBrowser"></a>
973 <h4>UserInterface.__activateMultiProjectBrowser</h4> 1288 <h4>UserInterface.__activateMultiProjectBrowser</h4>
974 <b>__activateMultiProjectBrowser</b>(<i></i>) 1289 <b>__activateMultiProjectBrowser</b>(<i></i>)
1290
975 <p> 1291 <p>
976 Private slot to handle the activation of the project browser. 1292 Private slot to handle the activation of the project browser.
977 </p><a NAME="UserInterface.__activateNumbersViewer" ID="UserInterface.__activateNumbersViewer"></a> 1293 </p>
1294 <a NAME="UserInterface.__activateNumbersViewer" ID="UserInterface.__activateNumbersViewer"></a>
978 <h4>UserInterface.__activateNumbersViewer</h4> 1295 <h4>UserInterface.__activateNumbersViewer</h4>
979 <b>__activateNumbersViewer</b>(<i></i>) 1296 <b>__activateNumbersViewer</b>(<i></i>)
1297
980 <p> 1298 <p>
981 Private slot to handle the activation of the Numbers Viewer. 1299 Private slot to handle the activation of the Numbers Viewer.
982 </p><a NAME="UserInterface.__activatePipWidget" ID="UserInterface.__activatePipWidget"></a> 1300 </p>
1301 <a NAME="UserInterface.__activatePipWidget" ID="UserInterface.__activatePipWidget"></a>
983 <h4>UserInterface.__activatePipWidget</h4> 1302 <h4>UserInterface.__activatePipWidget</h4>
984 <b>__activatePipWidget</b>(<i></i>) 1303 <b>__activatePipWidget</b>(<i></i>)
1304
985 <p> 1305 <p>
986 Private slot to handle the activation of the PyPI manager widget. 1306 Private slot to handle the activation of the PyPI manager widget.
987 </p><a NAME="UserInterface.__activateProjectBrowser" ID="UserInterface.__activateProjectBrowser"></a> 1307 </p>
1308 <a NAME="UserInterface.__activateProjectBrowser" ID="UserInterface.__activateProjectBrowser"></a>
988 <h4>UserInterface.__activateProjectBrowser</h4> 1309 <h4>UserInterface.__activateProjectBrowser</h4>
989 <b>__activateProjectBrowser</b>(<i></i>) 1310 <b>__activateProjectBrowser</b>(<i></i>)
1311
990 <p> 1312 <p>
991 Private slot to handle the activation of the project browser. 1313 Private slot to handle the activation of the project browser.
992 </p><a NAME="UserInterface.__activateShell" ID="UserInterface.__activateShell"></a> 1314 </p>
1315 <a NAME="UserInterface.__activateShell" ID="UserInterface.__activateShell"></a>
993 <h4>UserInterface.__activateShell</h4> 1316 <h4>UserInterface.__activateShell</h4>
994 <b>__activateShell</b>(<i></i>) 1317 <b>__activateShell</b>(<i></i>)
1318
995 <p> 1319 <p>
996 Private slot to handle the activation of the Shell window. 1320 Private slot to handle the activation of the Shell window.
997 </p><a NAME="UserInterface.__activateSymbolsViewer" ID="UserInterface.__activateSymbolsViewer"></a> 1321 </p>
1322 <a NAME="UserInterface.__activateSymbolsViewer" ID="UserInterface.__activateSymbolsViewer"></a>
998 <h4>UserInterface.__activateSymbolsViewer</h4> 1323 <h4>UserInterface.__activateSymbolsViewer</h4>
999 <b>__activateSymbolsViewer</b>(<i></i>) 1324 <b>__activateSymbolsViewer</b>(<i></i>)
1325
1000 <p> 1326 <p>
1001 Private slot to handle the activation of the Symbols Viewer. 1327 Private slot to handle the activation of the Symbols Viewer.
1002 </p><a NAME="UserInterface.__activateTaskViewer" ID="UserInterface.__activateTaskViewer"></a> 1328 </p>
1329 <a NAME="UserInterface.__activateTaskViewer" ID="UserInterface.__activateTaskViewer"></a>
1003 <h4>UserInterface.__activateTaskViewer</h4> 1330 <h4>UserInterface.__activateTaskViewer</h4>
1004 <b>__activateTaskViewer</b>(<i></i>) 1331 <b>__activateTaskViewer</b>(<i></i>)
1332
1005 <p> 1333 <p>
1006 Private slot to handle the activation of the Task Viewer. 1334 Private slot to handle the activation of the Task Viewer.
1007 </p><a NAME="UserInterface.__activateTemplateViewer" ID="UserInterface.__activateTemplateViewer"></a> 1335 </p>
1336 <a NAME="UserInterface.__activateTemplateViewer" ID="UserInterface.__activateTemplateViewer"></a>
1008 <h4>UserInterface.__activateTemplateViewer</h4> 1337 <h4>UserInterface.__activateTemplateViewer</h4>
1009 <b>__activateTemplateViewer</b>(<i></i>) 1338 <b>__activateTemplateViewer</b>(<i></i>)
1339
1010 <p> 1340 <p>
1011 Private slot to handle the activation of the Template Viewer. 1341 Private slot to handle the activation of the Template Viewer.
1012 </p><a NAME="UserInterface.__activateViewProfile" ID="UserInterface.__activateViewProfile"></a> 1342 </p>
1343 <a NAME="UserInterface.__activateViewProfile" ID="UserInterface.__activateViewProfile"></a>
1013 <h4>UserInterface.__activateViewProfile</h4> 1344 <h4>UserInterface.__activateViewProfile</h4>
1014 <b>__activateViewProfile</b>(<i>name, save=True</i>) 1345 <b>__activateViewProfile</b>(<i>name, save=True</i>)
1346
1015 <p> 1347 <p>
1016 Private slot to activate a view profile. 1348 Private slot to activate a view profile.
1017 </p><dl> 1349 </p>
1350 <dl>
1351
1018 <dt><i>name</i></dt> 1352 <dt><i>name</i></dt>
1019 <dd> 1353 <dd>
1020 name of the profile to be activated (string) 1354 name of the profile to be activated (string)
1021 </dd><dt><i>save</i></dt> 1355 </dd>
1356 <dt><i>save</i></dt>
1022 <dd> 1357 <dd>
1023 flag indicating that the current profile should 1358 flag indicating that the current profile should
1024 be saved (boolean) 1359 be saved (boolean)
1025 </dd> 1360 </dd>
1026 </dl><a NAME="UserInterface.__activateViewmanager" ID="UserInterface.__activateViewmanager"></a> 1361 </dl>
1362 <a NAME="UserInterface.__activateViewmanager" ID="UserInterface.__activateViewmanager"></a>
1027 <h4>UserInterface.__activateViewmanager</h4> 1363 <h4>UserInterface.__activateViewmanager</h4>
1028 <b>__activateViewmanager</b>(<i></i>) 1364 <b>__activateViewmanager</b>(<i></i>)
1365
1029 <p> 1366 <p>
1030 Private slot to handle the activation of the current editor. 1367 Private slot to handle the activation of the current editor.
1031 </p><a NAME="UserInterface.__assistant" ID="UserInterface.__assistant"></a> 1368 </p>
1369 <a NAME="UserInterface.__assistant" ID="UserInterface.__assistant"></a>
1032 <h4>UserInterface.__assistant</h4> 1370 <h4>UserInterface.__assistant</h4>
1033 <b>__assistant</b>(<i>home=None, version=0</i>) 1371 <b>__assistant</b>(<i>home=None, version=0</i>)
1372
1034 <p> 1373 <p>
1035 Private slot to start the Qt-Assistant executable. 1374 Private slot to start the Qt-Assistant executable.
1036 </p><dl> 1375 </p>
1376 <dl>
1377
1037 <dt><i>home</i> (str)</dt> 1378 <dt><i>home</i> (str)</dt>
1038 <dd> 1379 <dd>
1039 full pathname of a file to display 1380 full pathname of a file to display
1040 </dd><dt><i>version</i> (int)</dt> 1381 </dd>
1382 <dt><i>version</i> (int)</dt>
1041 <dd> 1383 <dd>
1042 indication for the requested version (4 = Qt 4/5) 1384 indication for the requested version (4 = Qt 4/5)
1043 </dd> 1385 </dd>
1044 </dl><a NAME="UserInterface.__assistant4" ID="UserInterface.__assistant4"></a> 1386 </dl>
1387 <a NAME="UserInterface.__assistant4" ID="UserInterface.__assistant4"></a>
1045 <h4>UserInterface.__assistant4</h4> 1388 <h4>UserInterface.__assistant4</h4>
1046 <b>__assistant4</b>(<i></i>) 1389 <b>__assistant4</b>(<i></i>)
1390
1047 <p> 1391 <p>
1048 Private slot to start the Qt-Assistant 4/5 executable. 1392 Private slot to start the Qt-Assistant 4/5 executable.
1049 </p><a NAME="UserInterface.__checkActions" ID="UserInterface.__checkActions"></a> 1393 </p>
1394 <a NAME="UserInterface.__checkActions" ID="UserInterface.__checkActions"></a>
1050 <h4>UserInterface.__checkActions</h4> 1395 <h4>UserInterface.__checkActions</h4>
1051 <b>__checkActions</b>(<i>editor</i>) 1396 <b>__checkActions</b>(<i>editor</i>)
1397
1052 <p> 1398 <p>
1053 Private slot to check some actions for their enable/disable status. 1399 Private slot to check some actions for their enable/disable status.
1054 </p><dl> 1400 </p>
1401 <dl>
1402
1055 <dt><i>editor</i></dt> 1403 <dt><i>editor</i></dt>
1056 <dd> 1404 <dd>
1057 editor window 1405 editor window
1058 </dd> 1406 </dd>
1059 </dl><a NAME="UserInterface.__chmViewer" ID="UserInterface.__chmViewer"></a> 1407 </dl>
1408 <a NAME="UserInterface.__chmViewer" ID="UserInterface.__chmViewer"></a>
1060 <h4>UserInterface.__chmViewer</h4> 1409 <h4>UserInterface.__chmViewer</h4>
1061 <b>__chmViewer</b>(<i>home=None</i>) 1410 <b>__chmViewer</b>(<i>home=None</i>)
1411
1062 <p> 1412 <p>
1063 Private slot to start the win help viewer to show *.chm files. 1413 Private slot to start the win help viewer to show *.chm files.
1064 </p><dl> 1414 </p>
1415 <dl>
1416
1065 <dt><i>home</i></dt> 1417 <dt><i>home</i></dt>
1066 <dd> 1418 <dd>
1067 full pathname of a file to display (string) 1419 full pathname of a file to display (string)
1068 </dd> 1420 </dd>
1069 </dl><a NAME="UserInterface.__clearPrivateData" ID="UserInterface.__clearPrivateData"></a> 1421 </dl>
1422 <a NAME="UserInterface.__clearPrivateData" ID="UserInterface.__clearPrivateData"></a>
1070 <h4>UserInterface.__clearPrivateData</h4> 1423 <h4>UserInterface.__clearPrivateData</h4>
1071 <b>__clearPrivateData</b>(<i></i>) 1424 <b>__clearPrivateData</b>(<i></i>)
1425
1072 <p> 1426 <p>
1073 Private slot to clear the private data lists. 1427 Private slot to clear the private data lists.
1074 </p><a NAME="UserInterface.__compareFiles" ID="UserInterface.__compareFiles"></a> 1428 </p>
1429 <a NAME="UserInterface.__compareFiles" ID="UserInterface.__compareFiles"></a>
1075 <h4>UserInterface.__compareFiles</h4> 1430 <h4>UserInterface.__compareFiles</h4>
1076 <b>__compareFiles</b>(<i></i>) 1431 <b>__compareFiles</b>(<i></i>)
1432
1077 <p> 1433 <p>
1078 Private slot to handle the Compare Files dialog. 1434 Private slot to handle the Compare Files dialog.
1079 </p><a NAME="UserInterface.__compareFilesSbs" ID="UserInterface.__compareFilesSbs"></a> 1435 </p>
1436 <a NAME="UserInterface.__compareFilesSbs" ID="UserInterface.__compareFilesSbs"></a>
1080 <h4>UserInterface.__compareFilesSbs</h4> 1437 <h4>UserInterface.__compareFilesSbs</h4>
1081 <b>__compareFilesSbs</b>(<i></i>) 1438 <b>__compareFilesSbs</b>(<i></i>)
1439
1082 <p> 1440 <p>
1083 Private slot to handle the Compare Files dialog. 1441 Private slot to handle the Compare Files dialog.
1084 </p><a NAME="UserInterface.__configShortcuts" ID="UserInterface.__configShortcuts"></a> 1442 </p>
1443 <a NAME="UserInterface.__configShortcuts" ID="UserInterface.__configShortcuts"></a>
1085 <h4>UserInterface.__configShortcuts</h4> 1444 <h4>UserInterface.__configShortcuts</h4>
1086 <b>__configShortcuts</b>(<i></i>) 1445 <b>__configShortcuts</b>(<i></i>)
1446
1087 <p> 1447 <p>
1088 Private slot to configure the keyboard shortcuts. 1448 Private slot to configure the keyboard shortcuts.
1089 </p><a NAME="UserInterface.__configToolBars" ID="UserInterface.__configToolBars"></a> 1449 </p>
1450 <a NAME="UserInterface.__configToolBars" ID="UserInterface.__configToolBars"></a>
1090 <h4>UserInterface.__configToolBars</h4> 1451 <h4>UserInterface.__configToolBars</h4>
1091 <b>__configToolBars</b>(<i></i>) 1452 <b>__configToolBars</b>(<i></i>)
1453
1092 <p> 1454 <p>
1093 Private slot to configure the various toolbars. 1455 Private slot to configure the various toolbars.
1094 </p><a NAME="UserInterface.__configViewProfiles" ID="UserInterface.__configViewProfiles"></a> 1456 </p>
1457 <a NAME="UserInterface.__configViewProfiles" ID="UserInterface.__configViewProfiles"></a>
1095 <h4>UserInterface.__configViewProfiles</h4> 1458 <h4>UserInterface.__configViewProfiles</h4>
1096 <b>__configViewProfiles</b>(<i></i>) 1459 <b>__configViewProfiles</b>(<i></i>)
1460
1097 <p> 1461 <p>
1098 Private slot to configure the various view profiles. 1462 Private slot to configure the various view profiles.
1099 </p><a NAME="UserInterface.__connectToWebBrowser" ID="UserInterface.__connectToWebBrowser"></a> 1463 </p>
1464 <a NAME="UserInterface.__connectToWebBrowser" ID="UserInterface.__connectToWebBrowser"></a>
1100 <h4>UserInterface.__connectToWebBrowser</h4> 1465 <h4>UserInterface.__connectToWebBrowser</h4>
1101 <b>__connectToWebBrowser</b>(<i>process</i>) 1466 <b>__connectToWebBrowser</b>(<i>process</i>)
1467
1102 <p> 1468 <p>
1103 Private method to connect to a started web browser. 1469 Private method to connect to a started web browser.
1104 </p><dl> 1470 </p>
1471 <dl>
1472
1105 <dt><i>process</i> (QProcess)</dt> 1473 <dt><i>process</i> (QProcess)</dt>
1106 <dd> 1474 <dd>
1107 reference to the started web browser process 1475 reference to the started web browser process
1108 </dd> 1476 </dd>
1109 </dl><dl> 1477 </dl>
1478 <dl>
1110 <dt>Returns:</dt> 1479 <dt>Returns:</dt>
1111 <dd> 1480 <dd>
1112 error indication (1 = connection not possible, 0 = ok, 1481 error indication (1 = connection not possible, 0 = ok,
1113 -1 = server exited with an error code) 1482 -1 = server exited with an error code)
1114 </dd> 1483 </dd>
1115 </dl><dl> 1484 </dl>
1485 <dl>
1116 <dt>Return Type:</dt> 1486 <dt>Return Type:</dt>
1117 <dd> 1487 <dd>
1118 int 1488 int
1119 </dd> 1489 </dd>
1120 </dl><a NAME="UserInterface.__createDockWindow" ID="UserInterface.__createDockWindow"></a> 1490 </dl>
1491 <a NAME="UserInterface.__createDockWindow" ID="UserInterface.__createDockWindow"></a>
1121 <h4>UserInterface.__createDockWindow</h4> 1492 <h4>UserInterface.__createDockWindow</h4>
1122 <b>__createDockWindow</b>(<i>name</i>) 1493 <b>__createDockWindow</b>(<i>name</i>)
1494
1123 <p> 1495 <p>
1124 Private method to create a dock window with common properties. 1496 Private method to create a dock window with common properties.
1125 </p><dl> 1497 </p>
1498 <dl>
1499
1126 <dt><i>name</i></dt> 1500 <dt><i>name</i></dt>
1127 <dd> 1501 <dd>
1128 object name of the new dock window (string) 1502 object name of the new dock window (string)
1129 </dd> 1503 </dd>
1130 </dl><dl> 1504 </dl>
1505 <dl>
1131 <dt>Returns:</dt> 1506 <dt>Returns:</dt>
1132 <dd> 1507 <dd>
1133 the generated dock window (QDockWindow) 1508 the generated dock window (QDockWindow)
1134 </dd> 1509 </dd>
1135 </dl><a NAME="UserInterface.__createLayout" ID="UserInterface.__createLayout"></a> 1510 </dl>
1511 <a NAME="UserInterface.__createLayout" ID="UserInterface.__createLayout"></a>
1136 <h4>UserInterface.__createLayout</h4> 1512 <h4>UserInterface.__createLayout</h4>
1137 <b>__createLayout</b>(<i>debugServer</i>) 1513 <b>__createLayout</b>(<i>debugServer</i>)
1514
1138 <p> 1515 <p>
1139 Private method to create the layout of the various windows. 1516 Private method to create the layout of the various windows.
1140 </p><dl> 1517 </p>
1518 <dl>
1519
1141 <dt><i>debugServer</i></dt> 1520 <dt><i>debugServer</i></dt>
1142 <dd> 1521 <dd>
1143 reference to the debug server object 1522 reference to the debug server object
1144 </dd> 1523 </dd>
1145 </dl><dl> 1524 </dl>
1525 <dl>
1526
1146 <dt>Raises <b>ValueError</b>:</dt> 1527 <dt>Raises <b>ValueError</b>:</dt>
1147 <dd> 1528 <dd>
1148 raised to indicate an invalid layout type 1529 raised to indicate an invalid layout type
1149 </dd> 1530 </dd>
1150 </dl><a NAME="UserInterface.__createSidebarsLayout" ID="UserInterface.__createSidebarsLayout"></a> 1531 </dl>
1532 <a NAME="UserInterface.__createSidebarsLayout" ID="UserInterface.__createSidebarsLayout"></a>
1151 <h4>UserInterface.__createSidebarsLayout</h4> 1533 <h4>UserInterface.__createSidebarsLayout</h4>
1152 <b>__createSidebarsLayout</b>(<i>debugServer</i>) 1534 <b>__createSidebarsLayout</b>(<i>debugServer</i>)
1535
1153 <p> 1536 <p>
1154 Private method to create the Sidebars layout. 1537 Private method to create the Sidebars layout.
1155 </p><dl> 1538 </p>
1539 <dl>
1540
1156 <dt><i>debugServer</i></dt> 1541 <dt><i>debugServer</i></dt>
1157 <dd> 1542 <dd>
1158 reference to the debug server object 1543 reference to the debug server object
1159 </dd> 1544 </dd>
1160 </dl><a NAME="UserInterface.__createToolboxesLayout" ID="UserInterface.__createToolboxesLayout"></a> 1545 </dl>
1546 <a NAME="UserInterface.__createToolboxesLayout" ID="UserInterface.__createToolboxesLayout"></a>
1161 <h4>UserInterface.__createToolboxesLayout</h4> 1547 <h4>UserInterface.__createToolboxesLayout</h4>
1162 <b>__createToolboxesLayout</b>(<i>debugServer</i>) 1548 <b>__createToolboxesLayout</b>(<i>debugServer</i>)
1549
1163 <p> 1550 <p>
1164 Private method to create the Toolboxes layout. 1551 Private method to create the Toolboxes layout.
1165 </p><dl> 1552 </p>
1553 <dl>
1554
1166 <dt><i>debugServer</i></dt> 1555 <dt><i>debugServer</i></dt>
1167 <dd> 1556 <dd>
1168 reference to the debug server object 1557 reference to the debug server object
1169 </dd> 1558 </dd>
1170 </dl><a NAME="UserInterface.__createUnitTestDialog" ID="UserInterface.__createUnitTestDialog"></a> 1559 </dl>
1560 <a NAME="UserInterface.__createUnitTestDialog" ID="UserInterface.__createUnitTestDialog"></a>
1171 <h4>UserInterface.__createUnitTestDialog</h4> 1561 <h4>UserInterface.__createUnitTestDialog</h4>
1172 <b>__createUnitTestDialog</b>(<i></i>) 1562 <b>__createUnitTestDialog</b>(<i></i>)
1563
1173 <p> 1564 <p>
1174 Private slot to generate the unit test dialog on demand. 1565 Private slot to generate the unit test dialog on demand.
1175 </p><a NAME="UserInterface.__customViewer" ID="UserInterface.__customViewer"></a> 1566 </p>
1567 <a NAME="UserInterface.__customViewer" ID="UserInterface.__customViewer"></a>
1176 <h4>UserInterface.__customViewer</h4> 1568 <h4>UserInterface.__customViewer</h4>
1177 <b>__customViewer</b>(<i>home=None</i>) 1569 <b>__customViewer</b>(<i>home=None</i>)
1570
1178 <p> 1571 <p>
1179 Private slot to start a custom viewer. 1572 Private slot to start a custom viewer.
1180 </p><dl> 1573 </p>
1574 <dl>
1575
1181 <dt><i>home</i></dt> 1576 <dt><i>home</i></dt>
1182 <dd> 1577 <dd>
1183 full pathname of a file to display (string) 1578 full pathname of a file to display (string)
1184 </dd> 1579 </dd>
1185 </dl><a NAME="UserInterface.__debuggingDone" ID="UserInterface.__debuggingDone"></a> 1580 </dl>
1581 <a NAME="UserInterface.__debuggingDone" ID="UserInterface.__debuggingDone"></a>
1186 <h4>UserInterface.__debuggingDone</h4> 1582 <h4>UserInterface.__debuggingDone</h4>
1187 <b>__debuggingDone</b>(<i></i>) 1583 <b>__debuggingDone</b>(<i></i>)
1584
1188 <p> 1585 <p>
1189 Private slot to handle the end of a debugging session. 1586 Private slot to handle the end of a debugging session.
1190 </p><a NAME="UserInterface.__debuggingStarted" ID="UserInterface.__debuggingStarted"></a> 1587 </p>
1588 <a NAME="UserInterface.__debuggingStarted" ID="UserInterface.__debuggingStarted"></a>
1191 <h4>UserInterface.__debuggingStarted</h4> 1589 <h4>UserInterface.__debuggingStarted</h4>
1192 <b>__debuggingStarted</b>(<i></i>) 1590 <b>__debuggingStarted</b>(<i></i>)
1591
1193 <p> 1592 <p>
1194 Private slot to handle the start of a debugging session. 1593 Private slot to handle the start of a debugging session.
1195 </p><a NAME="UserInterface.__deinstallPlugin" ID="UserInterface.__deinstallPlugin"></a> 1594 </p>
1595 <a NAME="UserInterface.__deinstallPlugin" ID="UserInterface.__deinstallPlugin"></a>
1196 <h4>UserInterface.__deinstallPlugin</h4> 1596 <h4>UserInterface.__deinstallPlugin</h4>
1197 <b>__deinstallPlugin</b>(<i></i>) 1597 <b>__deinstallPlugin</b>(<i></i>)
1598
1198 <p> 1599 <p>
1199 Private slot to show a dialog to uninstall a plugin. 1600 Private slot to show a dialog to uninstall a plugin.
1200 </p><a NAME="UserInterface.__deleteCrashSession" ID="UserInterface.__deleteCrashSession"></a> 1601 </p>
1602 <a NAME="UserInterface.__deleteCrashSession" ID="UserInterface.__deleteCrashSession"></a>
1201 <h4>UserInterface.__deleteCrashSession</h4> 1603 <h4>UserInterface.__deleteCrashSession</h4>
1202 <b>__deleteCrashSession</b>(<i></i>) 1604 <b>__deleteCrashSession</b>(<i></i>)
1605
1203 <p> 1606 <p>
1204 Private slot to delete the crash session file. 1607 Private slot to delete the crash session file.
1205 </p><a NAME="UserInterface.__designer" ID="UserInterface.__designer"></a> 1608 </p>
1609 <a NAME="UserInterface.__designer" ID="UserInterface.__designer"></a>
1206 <h4>UserInterface.__designer</h4> 1610 <h4>UserInterface.__designer</h4>
1207 <b>__designer</b>(<i>fn=None, version=0</i>) 1611 <b>__designer</b>(<i>fn=None, version=0</i>)
1612
1208 <p> 1613 <p>
1209 Private slot to start the Qt-Designer executable. 1614 Private slot to start the Qt-Designer executable.
1210 </p><dl> 1615 </p>
1616 <dl>
1617
1211 <dt><i>fn</i> (str)</dt> 1618 <dt><i>fn</i> (str)</dt>
1212 <dd> 1619 <dd>
1213 filename of the form to be opened 1620 filename of the form to be opened
1214 </dd><dt><i>version</i> (int)</dt> 1621 </dd>
1622 <dt><i>version</i> (int)</dt>
1215 <dd> 1623 <dd>
1216 indication for the requested version (4 = Qt 4/5) 1624 indication for the requested version (4 = Qt 4/5)
1217 </dd> 1625 </dd>
1218 </dl><a NAME="UserInterface.__designer4" ID="UserInterface.__designer4"></a> 1626 </dl>
1627 <a NAME="UserInterface.__designer4" ID="UserInterface.__designer4"></a>
1219 <h4>UserInterface.__designer4</h4> 1628 <h4>UserInterface.__designer4</h4>
1220 <b>__designer4</b>(<i></i>) 1629 <b>__designer4</b>(<i></i>)
1630
1221 <p> 1631 <p>
1222 Private slot to start the Qt-Designer 4/5 executable. 1632 Private slot to start the Qt-Designer 4/5 executable.
1223 </p><a NAME="UserInterface.__editPixmap" ID="UserInterface.__editPixmap"></a> 1633 </p>
1634 <a NAME="UserInterface.__editPixmap" ID="UserInterface.__editPixmap"></a>
1224 <h4>UserInterface.__editPixmap</h4> 1635 <h4>UserInterface.__editPixmap</h4>
1225 <b>__editPixmap</b>(<i>fn=""</i>) 1636 <b>__editPixmap</b>(<i>fn=""</i>)
1637
1226 <p> 1638 <p>
1227 Private slot to show a pixmap in a dialog. 1639 Private slot to show a pixmap in a dialog.
1228 </p><dl> 1640 </p>
1641 <dl>
1642
1229 <dt><i>fn</i></dt> 1643 <dt><i>fn</i></dt>
1230 <dd> 1644 <dd>
1231 filename of the file to show (string) 1645 filename of the file to show (string)
1232 </dd> 1646 </dd>
1233 </dl><a NAME="UserInterface.__editorOpened" ID="UserInterface.__editorOpened"></a> 1647 </dl>
1648 <a NAME="UserInterface.__editorOpened" ID="UserInterface.__editorOpened"></a>
1234 <h4>UserInterface.__editorOpened</h4> 1649 <h4>UserInterface.__editorOpened</h4>
1235 <b>__editorOpened</b>(<i>fn</i>) 1650 <b>__editorOpened</b>(<i>fn</i>)
1651
1236 <p> 1652 <p>
1237 Private slot to handle the editorOpened signal. 1653 Private slot to handle the editorOpened signal.
1238 </p><dl> 1654 </p>
1655 <dl>
1656
1239 <dt><i>fn</i></dt> 1657 <dt><i>fn</i></dt>
1240 <dd> 1658 <dd>
1241 filename of the opened editor (string) 1659 filename of the opened editor (string)
1242 </dd> 1660 </dd>
1243 </dl><a NAME="UserInterface.__exportPreferences" ID="UserInterface.__exportPreferences"></a> 1661 </dl>
1662 <a NAME="UserInterface.__exportPreferences" ID="UserInterface.__exportPreferences"></a>
1244 <h4>UserInterface.__exportPreferences</h4> 1663 <h4>UserInterface.__exportPreferences</h4>
1245 <b>__exportPreferences</b>(<i></i>) 1664 <b>__exportPreferences</b>(<i></i>)
1665
1246 <p> 1666 <p>
1247 Private slot to export the current preferences. 1667 Private slot to export the current preferences.
1248 </p><a NAME="UserInterface.__exportShortcuts" ID="UserInterface.__exportShortcuts"></a> 1668 </p>
1669 <a NAME="UserInterface.__exportShortcuts" ID="UserInterface.__exportShortcuts"></a>
1249 <h4>UserInterface.__exportShortcuts</h4> 1670 <h4>UserInterface.__exportShortcuts</h4>
1250 <b>__exportShortcuts</b>(<i></i>) 1671 <b>__exportShortcuts</b>(<i></i>)
1672
1251 <p> 1673 <p>
1252 Private slot to export the keyboard shortcuts. 1674 Private slot to export the keyboard shortcuts.
1253 </p><a NAME="UserInterface.__getFloatingGeometry" ID="UserInterface.__getFloatingGeometry"></a> 1675 </p>
1676 <a NAME="UserInterface.__getFloatingGeometry" ID="UserInterface.__getFloatingGeometry"></a>
1254 <h4>UserInterface.__getFloatingGeometry</h4> 1677 <h4>UserInterface.__getFloatingGeometry</h4>
1255 <b>__getFloatingGeometry</b>(<i>w</i>) 1678 <b>__getFloatingGeometry</b>(<i>w</i>)
1679
1256 <p> 1680 <p>
1257 Private method to get the geometry of a floating windows. 1681 Private method to get the geometry of a floating windows.
1258 </p><dl> 1682 </p>
1683 <dl>
1684
1259 <dt><i>w</i></dt> 1685 <dt><i>w</i></dt>
1260 <dd> 1686 <dd>
1261 reference to the widget to be saved (QWidget) 1687 reference to the widget to be saved (QWidget)
1262 </dd> 1688 </dd>
1263 </dl><dl> 1689 </dl>
1690 <dl>
1264 <dt>Returns:</dt> 1691 <dt>Returns:</dt>
1265 <dd> 1692 <dd>
1266 list giving the widget's geometry and its visibility 1693 list giving the widget's geometry and its visibility
1267 </dd> 1694 </dd>
1268 </dl><a NAME="UserInterface.__hasErrorLog" ID="UserInterface.__hasErrorLog"></a> 1695 </dl>
1696 <a NAME="UserInterface.__hasErrorLog" ID="UserInterface.__hasErrorLog"></a>
1269 <h4>UserInterface.__hasErrorLog</h4> 1697 <h4>UserInterface.__hasErrorLog</h4>
1270 <b>__hasErrorLog</b>(<i></i>) 1698 <b>__hasErrorLog</b>(<i></i>)
1699
1271 <p> 1700 <p>
1272 Private method to check, if an error log file exists. 1701 Private method to check, if an error log file exists.
1273 </p><dl> 1702 </p>
1703 <dl>
1274 <dt>Returns:</dt> 1704 <dt>Returns:</dt>
1275 <dd> 1705 <dd>
1276 flag indicating the existence of an error log file (boolean) 1706 flag indicating the existence of an error log file (boolean)
1277 </dd> 1707 </dd>
1278 </dl><a NAME="UserInterface.__helpViewer" ID="UserInterface.__helpViewer"></a> 1708 </dl>
1709 <a NAME="UserInterface.__helpViewer" ID="UserInterface.__helpViewer"></a>
1279 <h4>UserInterface.__helpViewer</h4> 1710 <h4>UserInterface.__helpViewer</h4>
1280 <b>__helpViewer</b>(<i></i>) 1711 <b>__helpViewer</b>(<i></i>)
1712
1281 <p> 1713 <p>
1282 Private slot to start an empty help viewer/web browser. 1714 Private slot to start an empty help viewer/web browser.
1283 </p><a NAME="UserInterface.__importPreferences" ID="UserInterface.__importPreferences"></a> 1715 </p>
1716 <a NAME="UserInterface.__importPreferences" ID="UserInterface.__importPreferences"></a>
1284 <h4>UserInterface.__importPreferences</h4> 1717 <h4>UserInterface.__importPreferences</h4>
1285 <b>__importPreferences</b>(<i></i>) 1718 <b>__importPreferences</b>(<i></i>)
1719
1286 <p> 1720 <p>
1287 Private slot to import preferences. 1721 Private slot to import preferences.
1288 </p><a NAME="UserInterface.__importShortcuts" ID="UserInterface.__importShortcuts"></a> 1722 </p>
1723 <a NAME="UserInterface.__importShortcuts" ID="UserInterface.__importShortcuts"></a>
1289 <h4>UserInterface.__importShortcuts</h4> 1724 <h4>UserInterface.__importShortcuts</h4>
1290 <b>__importShortcuts</b>(<i></i>) 1725 <b>__importShortcuts</b>(<i></i>)
1726
1291 <p> 1727 <p>
1292 Private slot to import the keyboard shortcuts. 1728 Private slot to import the keyboard shortcuts.
1293 </p><a NAME="UserInterface.__initActions" ID="UserInterface.__initActions"></a> 1729 </p>
1730 <a NAME="UserInterface.__initActions" ID="UserInterface.__initActions"></a>
1294 <h4>UserInterface.__initActions</h4> 1731 <h4>UserInterface.__initActions</h4>
1295 <b>__initActions</b>(<i></i>) 1732 <b>__initActions</b>(<i></i>)
1733
1296 <p> 1734 <p>
1297 Private method to define the user interface actions. 1735 Private method to define the user interface actions.
1298 </p><a NAME="UserInterface.__initDebugToolbarsLayout" ID="UserInterface.__initDebugToolbarsLayout"></a> 1736 </p>
1737 <a NAME="UserInterface.__initDebugToolbarsLayout" ID="UserInterface.__initDebugToolbarsLayout"></a>
1299 <h4>UserInterface.__initDebugToolbarsLayout</h4> 1738 <h4>UserInterface.__initDebugToolbarsLayout</h4>
1300 <b>__initDebugToolbarsLayout</b>(<i></i>) 1739 <b>__initDebugToolbarsLayout</b>(<i></i>)
1740
1301 <p> 1741 <p>
1302 Private slot to initialize the toolbars layout for the debug profile. 1742 Private slot to initialize the toolbars layout for the debug profile.
1303 </p><a NAME="UserInterface.__initEricDocAction" ID="UserInterface.__initEricDocAction"></a> 1743 </p>
1744 <a NAME="UserInterface.__initEricDocAction" ID="UserInterface.__initEricDocAction"></a>
1304 <h4>UserInterface.__initEricDocAction</h4> 1745 <h4>UserInterface.__initEricDocAction</h4>
1305 <b>__initEricDocAction</b>(<i></i>) 1746 <b>__initEricDocAction</b>(<i></i>)
1747
1306 <p> 1748 <p>
1307 Private slot to initialize the action to show the eric6 documentation. 1749 Private slot to initialize the action to show the eric6 documentation.
1308 </p><a NAME="UserInterface.__initExternalToolsActions" ID="UserInterface.__initExternalToolsActions"></a> 1750 </p>
1751 <a NAME="UserInterface.__initExternalToolsActions" ID="UserInterface.__initExternalToolsActions"></a>
1309 <h4>UserInterface.__initExternalToolsActions</h4> 1752 <h4>UserInterface.__initExternalToolsActions</h4>
1310 <b>__initExternalToolsActions</b>(<i></i>) 1753 <b>__initExternalToolsActions</b>(<i></i>)
1754
1311 <p> 1755 <p>
1312 Private slot to create actions for the configured external tools. 1756 Private slot to create actions for the configured external tools.
1313 </p><a NAME="UserInterface.__initMenus" ID="UserInterface.__initMenus"></a> 1757 </p>
1758 <a NAME="UserInterface.__initMenus" ID="UserInterface.__initMenus"></a>
1314 <h4>UserInterface.__initMenus</h4> 1759 <h4>UserInterface.__initMenus</h4>
1315 <b>__initMenus</b>(<i></i>) 1760 <b>__initMenus</b>(<i></i>)
1761
1316 <p> 1762 <p>
1317 Private slot to create the menus. 1763 Private slot to create the menus.
1318 </p><a NAME="UserInterface.__initPySideDocActions" ID="UserInterface.__initPySideDocActions"></a> 1764 </p>
1765 <a NAME="UserInterface.__initPySideDocActions" ID="UserInterface.__initPySideDocActions"></a>
1319 <h4>UserInterface.__initPySideDocActions</h4> 1766 <h4>UserInterface.__initPySideDocActions</h4>
1320 <b>__initPySideDocActions</b>(<i></i>) 1767 <b>__initPySideDocActions</b>(<i></i>)
1768
1321 <p> 1769 <p>
1322 Private slot to initialize the actions to show the PySide 1770 Private slot to initialize the actions to show the PySide
1323 documentation. 1771 documentation.
1324 </p><a NAME="UserInterface.__initPythonDocActions" ID="UserInterface.__initPythonDocActions"></a> 1772 </p>
1773 <a NAME="UserInterface.__initPythonDocActions" ID="UserInterface.__initPythonDocActions"></a>
1325 <h4>UserInterface.__initPythonDocActions</h4> 1774 <h4>UserInterface.__initPythonDocActions</h4>
1326 <b>__initPythonDocActions</b>(<i></i>) 1775 <b>__initPythonDocActions</b>(<i></i>)
1776
1327 <p> 1777 <p>
1328 Private slot to initialize the actions to show the Python 1778 Private slot to initialize the actions to show the Python
1329 documentation. 1779 documentation.
1330 </p><a NAME="UserInterface.__initQtDocActions" ID="UserInterface.__initQtDocActions"></a> 1780 </p>
1781 <a NAME="UserInterface.__initQtDocActions" ID="UserInterface.__initQtDocActions"></a>
1331 <h4>UserInterface.__initQtDocActions</h4> 1782 <h4>UserInterface.__initQtDocActions</h4>
1332 <b>__initQtDocActions</b>(<i></i>) 1783 <b>__initQtDocActions</b>(<i></i>)
1784
1333 <p> 1785 <p>
1334 Private slot to initialize the action to show the Qt documentation. 1786 Private slot to initialize the action to show the Qt documentation.
1335 </p><a NAME="UserInterface.__initStatusbar" ID="UserInterface.__initStatusbar"></a> 1787 </p>
1788 <a NAME="UserInterface.__initStatusbar" ID="UserInterface.__initStatusbar"></a>
1336 <h4>UserInterface.__initStatusbar</h4> 1789 <h4>UserInterface.__initStatusbar</h4>
1337 <b>__initStatusbar</b>(<i></i>) 1790 <b>__initStatusbar</b>(<i></i>)
1791
1338 <p> 1792 <p>
1339 Private slot to set up the status bar. 1793 Private slot to set up the status bar.
1340 </p><a NAME="UserInterface.__initToolbars" ID="UserInterface.__initToolbars"></a> 1794 </p>
1795 <a NAME="UserInterface.__initToolbars" ID="UserInterface.__initToolbars"></a>
1341 <h4>UserInterface.__initToolbars</h4> 1796 <h4>UserInterface.__initToolbars</h4>
1342 <b>__initToolbars</b>(<i></i>) 1797 <b>__initToolbars</b>(<i></i>)
1798
1343 <p> 1799 <p>
1344 Private slot to create the toolbars. 1800 Private slot to create the toolbars.
1345 </p><a NAME="UserInterface.__initToolsMenus" ID="UserInterface.__initToolsMenus"></a> 1801 </p>
1802 <a NAME="UserInterface.__initToolsMenus" ID="UserInterface.__initToolsMenus"></a>
1346 <h4>UserInterface.__initToolsMenus</h4> 1803 <h4>UserInterface.__initToolsMenus</h4>
1347 <b>__initToolsMenus</b>(<i>menu</i>) 1804 <b>__initToolsMenus</b>(<i>menu</i>)
1805
1348 <p> 1806 <p>
1349 Private slot to initialize the various tool menus. 1807 Private slot to initialize the various tool menus.
1350 </p><dl> 1808 </p>
1809 <dl>
1810
1351 <dt><i>menu</i> (QMenu)</dt> 1811 <dt><i>menu</i> (QMenu)</dt>
1352 <dd> 1812 <dd>
1353 reference to the parent menu 1813 reference to the parent menu
1354 </dd> 1814 </dd>
1355 </dl><a NAME="UserInterface.__installPlugins" ID="UserInterface.__installPlugins"></a> 1815 </dl>
1816 <a NAME="UserInterface.__installPlugins" ID="UserInterface.__installPlugins"></a>
1356 <h4>UserInterface.__installPlugins</h4> 1817 <h4>UserInterface.__installPlugins</h4>
1357 <b>__installPlugins</b>(<i>pluginFileNames=None</i>) 1818 <b>__installPlugins</b>(<i>pluginFileNames=None</i>)
1819
1358 <p> 1820 <p>
1359 Private slot to show a dialog to install a new plugin. 1821 Private slot to show a dialog to install a new plugin.
1360 </p><dl> 1822 </p>
1823 <dl>
1824
1361 <dt><i>pluginFileNames</i></dt> 1825 <dt><i>pluginFileNames</i></dt>
1362 <dd> 1826 <dd>
1363 list of plugin files suggested for 1827 list of plugin files suggested for
1364 installation list of strings 1828 installation list of strings
1365 </dd> 1829 </dd>
1366 </dl><a NAME="UserInterface.__ircAutoConnected" ID="UserInterface.__ircAutoConnected"></a> 1830 </dl>
1831 <a NAME="UserInterface.__ircAutoConnected" ID="UserInterface.__ircAutoConnected"></a>
1367 <h4>UserInterface.__ircAutoConnected</h4> 1832 <h4>UserInterface.__ircAutoConnected</h4>
1368 <b>__ircAutoConnected</b>(<i></i>) 1833 <b>__ircAutoConnected</b>(<i></i>)
1834
1369 <p> 1835 <p>
1370 Private slot handling the automatic connection of the IRC client. 1836 Private slot handling the automatic connection of the IRC client.
1371 </p><a NAME="UserInterface.__lastEditorClosed" ID="UserInterface.__lastEditorClosed"></a> 1837 </p>
1838 <a NAME="UserInterface.__lastEditorClosed" ID="UserInterface.__lastEditorClosed"></a>
1372 <h4>UserInterface.__lastEditorClosed</h4> 1839 <h4>UserInterface.__lastEditorClosed</h4>
1373 <b>__lastEditorClosed</b>(<i></i>) 1840 <b>__lastEditorClosed</b>(<i></i>)
1841
1374 <p> 1842 <p>
1375 Private slot to handle the lastEditorClosed signal. 1843 Private slot to handle the lastEditorClosed signal.
1376 </p><a NAME="UserInterface.__launchExternalWebBrowser" ID="UserInterface.__launchExternalWebBrowser"></a> 1844 </p>
1845 <a NAME="UserInterface.__launchExternalWebBrowser" ID="UserInterface.__launchExternalWebBrowser"></a>
1377 <h4>UserInterface.__launchExternalWebBrowser</h4> 1846 <h4>UserInterface.__launchExternalWebBrowser</h4>
1378 <b>__launchExternalWebBrowser</b>(<i>home, searchWord=None</i>) 1847 <b>__launchExternalWebBrowser</b>(<i>home, searchWord=None</i>)
1848
1379 <p> 1849 <p>
1380 Private method to start an external web browser and communicate with 1850 Private method to start an external web browser and communicate with
1381 it. 1851 it.
1382 </p><dl> 1852 </p>
1853 <dl>
1854
1383 <dt><i>home</i> (str)</dt> 1855 <dt><i>home</i> (str)</dt>
1384 <dd> 1856 <dd>
1385 filename of file to be shown or URL to be opened 1857 filename of file to be shown or URL to be opened
1386 </dd><dt><i>searchWord=</i> (str)</dt> 1858 </dd>
1859 <dt><i>searchWord=</i> (str)</dt>
1387 <dd> 1860 <dd>
1388 word to search for 1861 word to search for
1389 </dd> 1862 </dd>
1390 </dl><dl> 1863 </dl>
1864 <dl>
1391 <dt>Returns:</dt> 1865 <dt>Returns:</dt>
1392 <dd> 1866 <dd>
1393 flag indicating a successful launch 1867 flag indicating a successful launch
1394 </dd> 1868 </dd>
1395 </dl><dl> 1869 </dl>
1870 <dl>
1396 <dt>Return Type:</dt> 1871 <dt>Return Type:</dt>
1397 <dd> 1872 <dd>
1398 bool 1873 bool
1399 </dd> 1874 </dd>
1400 </dl><a NAME="UserInterface.__linguist" ID="UserInterface.__linguist"></a> 1875 </dl>
1876 <a NAME="UserInterface.__linguist" ID="UserInterface.__linguist"></a>
1401 <h4>UserInterface.__linguist</h4> 1877 <h4>UserInterface.__linguist</h4>
1402 <b>__linguist</b>(<i>fn=None, version=0</i>) 1878 <b>__linguist</b>(<i>fn=None, version=0</i>)
1879
1403 <p> 1880 <p>
1404 Private slot to start the Qt-Linguist executable. 1881 Private slot to start the Qt-Linguist executable.
1405 </p><dl> 1882 </p>
1883 <dl>
1884
1406 <dt><i>fn</i> (str)</dt> 1885 <dt><i>fn</i> (str)</dt>
1407 <dd> 1886 <dd>
1408 filename of the translation file to be opened 1887 filename of the translation file to be opened
1409 </dd><dt><i>version</i> (int)</dt> 1888 </dd>
1889 <dt><i>version</i> (int)</dt>
1410 <dd> 1890 <dd>
1411 indication for the requested version (4 = Qt 4/5) 1891 indication for the requested version (4 = Qt 4/5)
1412 </dd> 1892 </dd>
1413 </dl><a NAME="UserInterface.__linguist4" ID="UserInterface.__linguist4"></a> 1893 </dl>
1894 <a NAME="UserInterface.__linguist4" ID="UserInterface.__linguist4"></a>
1414 <h4>UserInterface.__linguist4</h4> 1895 <h4>UserInterface.__linguist4</h4>
1415 <b>__linguist4</b>(<i>fn=None</i>) 1896 <b>__linguist4</b>(<i>fn=None</i>)
1897
1416 <p> 1898 <p>
1417 Private slot to start the Qt-Linguist 4/5 executable. 1899 Private slot to start the Qt-Linguist 4/5 executable.
1418 </p><dl> 1900 </p>
1901 <dl>
1902
1419 <dt><i>fn</i></dt> 1903 <dt><i>fn</i></dt>
1420 <dd> 1904 <dd>
1421 filename of the translation file to be opened 1905 filename of the translation file to be opened
1422 </dd> 1906 </dd>
1423 </dl><a NAME="UserInterface.__loadSessionFromFile" ID="UserInterface.__loadSessionFromFile"></a> 1907 </dl>
1908 <a NAME="UserInterface.__loadSessionFromFile" ID="UserInterface.__loadSessionFromFile"></a>
1424 <h4>UserInterface.__loadSessionFromFile</h4> 1909 <h4>UserInterface.__loadSessionFromFile</h4>
1425 <b>__loadSessionFromFile</b>(<i></i>) 1910 <b>__loadSessionFromFile</b>(<i></i>)
1911
1426 <p> 1912 <p>
1427 Private slot to load a session from disk. 1913 Private slot to load a session from disk.
1428 </p><a NAME="UserInterface.__masterPasswordChanged" ID="UserInterface.__masterPasswordChanged"></a> 1914 </p>
1915 <a NAME="UserInterface.__masterPasswordChanged" ID="UserInterface.__masterPasswordChanged"></a>
1429 <h4>UserInterface.__masterPasswordChanged</h4> 1916 <h4>UserInterface.__masterPasswordChanged</h4>
1430 <b>__masterPasswordChanged</b>(<i>oldPassword, newPassword</i>) 1917 <b>__masterPasswordChanged</b>(<i>oldPassword, newPassword</i>)
1918
1431 <p> 1919 <p>
1432 Private slot to handle the change of the master password. 1920 Private slot to handle the change of the master password.
1433 </p><dl> 1921 </p>
1922 <dl>
1923
1434 <dt><i>oldPassword</i></dt> 1924 <dt><i>oldPassword</i></dt>
1435 <dd> 1925 <dd>
1436 current master password (string) 1926 current master password (string)
1437 </dd><dt><i>newPassword</i></dt> 1927 </dd>
1928 <dt><i>newPassword</i></dt>
1438 <dd> 1929 <dd>
1439 new master password (string) 1930 new master password (string)
1440 </dd> 1931 </dd>
1441 </dl><a NAME="UserInterface.__newProject" ID="UserInterface.__newProject"></a> 1932 </dl>
1933 <a NAME="UserInterface.__newProject" ID="UserInterface.__newProject"></a>
1442 <h4>UserInterface.__newProject</h4> 1934 <h4>UserInterface.__newProject</h4>
1443 <b>__newProject</b>(<i></i>) 1935 <b>__newProject</b>(<i></i>)
1936
1444 <p> 1937 <p>
1445 Private slot to handle the NewProject signal. 1938 Private slot to handle the NewProject signal.
1446 </p><a NAME="UserInterface.__newWindow" ID="UserInterface.__newWindow"></a> 1939 </p>
1940 <a NAME="UserInterface.__newWindow" ID="UserInterface.__newWindow"></a>
1447 <h4>UserInterface.__newWindow</h4> 1941 <h4>UserInterface.__newWindow</h4>
1448 <b>__newWindow</b>(<i></i>) 1942 <b>__newWindow</b>(<i></i>)
1943
1449 <p> 1944 <p>
1450 Private slot to start a new instance of eric6. 1945 Private slot to start a new instance of eric6.
1451 </p><a NAME="UserInterface.__onlineStateChanged" ID="UserInterface.__onlineStateChanged"></a> 1946 </p>
1947 <a NAME="UserInterface.__onlineStateChanged" ID="UserInterface.__onlineStateChanged"></a>
1452 <h4>UserInterface.__onlineStateChanged</h4> 1948 <h4>UserInterface.__onlineStateChanged</h4>
1453 <b>__onlineStateChanged</b>(<i>online</i>) 1949 <b>__onlineStateChanged</b>(<i>online</i>)
1950
1454 <p> 1951 <p>
1455 Private slot handling changes in online state. 1952 Private slot handling changes in online state.
1456 </p><dl> 1953 </p>
1954 <dl>
1955
1457 <dt><i>online</i> (bool)</dt> 1956 <dt><i>online</i> (bool)</dt>
1458 <dd> 1957 <dd>
1459 flag indicating the online state 1958 flag indicating the online state
1460 </dd> 1959 </dd>
1461 </dl><a NAME="UserInterface.__openHexEditor" ID="UserInterface.__openHexEditor"></a> 1960 </dl>
1961 <a NAME="UserInterface.__openHexEditor" ID="UserInterface.__openHexEditor"></a>
1462 <h4>UserInterface.__openHexEditor</h4> 1962 <h4>UserInterface.__openHexEditor</h4>
1463 <b>__openHexEditor</b>(<i>fn=""</i>) 1963 <b>__openHexEditor</b>(<i>fn=""</i>)
1964
1464 <p> 1965 <p>
1465 Private slot to open the hex editor window. 1966 Private slot to open the hex editor window.
1466 </p><dl> 1967 </p>
1968 <dl>
1969
1467 <dt><i>fn</i></dt> 1970 <dt><i>fn</i></dt>
1468 <dd> 1971 <dd>
1469 filename of the file to show (string) 1972 filename of the file to show (string)
1470 </dd> 1973 </dd>
1471 </dl><a NAME="UserInterface.__openMiniEditor" ID="UserInterface.__openMiniEditor"></a> 1974 </dl>
1975 <a NAME="UserInterface.__openMiniEditor" ID="UserInterface.__openMiniEditor"></a>
1472 <h4>UserInterface.__openMiniEditor</h4> 1976 <h4>UserInterface.__openMiniEditor</h4>
1473 <b>__openMiniEditor</b>(<i></i>) 1977 <b>__openMiniEditor</b>(<i></i>)
1978
1474 <p> 1979 <p>
1475 Private slot to show a mini editor window. 1980 Private slot to show a mini editor window.
1476 </p><a NAME="UserInterface.__openOnStartup" ID="UserInterface.__openOnStartup"></a> 1981 </p>
1982 <a NAME="UserInterface.__openOnStartup" ID="UserInterface.__openOnStartup"></a>
1477 <h4>UserInterface.__openOnStartup</h4> 1983 <h4>UserInterface.__openOnStartup</h4>
1478 <b>__openOnStartup</b>(<i>startupType=None</i>) 1984 <b>__openOnStartup</b>(<i>startupType=None</i>)
1985
1479 <p> 1986 <p>
1480 Private method to open the last file, project or multiproject. 1987 Private method to open the last file, project or multiproject.
1481 </p><dl> 1988 </p>
1989 <dl>
1990
1482 <dt><i>startupType</i></dt> 1991 <dt><i>startupType</i></dt>
1483 <dd> 1992 <dd>
1484 type of startup requested (string, one of 1993 type of startup requested (string, one of
1485 "Nothing", "File", "Project", "MultiProject" or "Session") 1994 "Nothing", "File", "Project", "MultiProject" or "Session")
1486 </dd> 1995 </dd>
1487 </dl><a NAME="UserInterface.__pluginsConfigure" ID="UserInterface.__pluginsConfigure"></a> 1996 </dl>
1997 <a NAME="UserInterface.__pluginsConfigure" ID="UserInterface.__pluginsConfigure"></a>
1488 <h4>UserInterface.__pluginsConfigure</h4> 1998 <h4>UserInterface.__pluginsConfigure</h4>
1489 <b>__pluginsConfigure</b>(<i></i>) 1999 <b>__pluginsConfigure</b>(<i></i>)
2000
1490 <p> 2001 <p>
1491 Private slot to show the plugin manager configuration page. 2002 Private slot to show the plugin manager configuration page.
1492 </p><a NAME="UserInterface.__populateToolbarsMenu" ID="UserInterface.__populateToolbarsMenu"></a> 2003 </p>
2004 <a NAME="UserInterface.__populateToolbarsMenu" ID="UserInterface.__populateToolbarsMenu"></a>
1493 <h4>UserInterface.__populateToolbarsMenu</h4> 2005 <h4>UserInterface.__populateToolbarsMenu</h4>
1494 <b>__populateToolbarsMenu</b>(<i>menu</i>) 2006 <b>__populateToolbarsMenu</b>(<i>menu</i>)
2007
1495 <p> 2008 <p>
1496 Private method to populate a toolbars menu. 2009 Private method to populate a toolbars menu.
1497 </p><dl> 2010 </p>
2011 <dl>
2012
1498 <dt><i>menu</i></dt> 2013 <dt><i>menu</i></dt>
1499 <dd> 2014 <dd>
1500 reference to the menu to be populated (QMenu) 2015 reference to the menu to be populated (QMenu)
1501 </dd> 2016 </dd>
1502 </dl><a NAME="UserInterface.__preferencesChanged" ID="UserInterface.__preferencesChanged"></a> 2017 </dl>
2018 <a NAME="UserInterface.__preferencesChanged" ID="UserInterface.__preferencesChanged"></a>
1503 <h4>UserInterface.__preferencesChanged</h4> 2019 <h4>UserInterface.__preferencesChanged</h4>
1504 <b>__preferencesChanged</b>(<i></i>) 2020 <b>__preferencesChanged</b>(<i></i>)
2021
1505 <p> 2022 <p>
1506 Private slot to handle a change of the preferences. 2023 Private slot to handle a change of the preferences.
1507 </p><a NAME="UserInterface.__processToolStderr" ID="UserInterface.__processToolStderr"></a> 2024 </p>
2025 <a NAME="UserInterface.__processToolStderr" ID="UserInterface.__processToolStderr"></a>
1508 <h4>UserInterface.__processToolStderr</h4> 2026 <h4>UserInterface.__processToolStderr</h4>
1509 <b>__processToolStderr</b>(<i></i>) 2027 <b>__processToolStderr</b>(<i></i>)
2028
1510 <p> 2029 <p>
1511 Private slot to handle the readyReadStderr signal of a tool process. 2030 Private slot to handle the readyReadStderr signal of a tool process.
1512 </p><a NAME="UserInterface.__processToolStdout" ID="UserInterface.__processToolStdout"></a> 2031 </p>
2032 <a NAME="UserInterface.__processToolStdout" ID="UserInterface.__processToolStdout"></a>
1513 <h4>UserInterface.__processToolStdout</h4> 2033 <h4>UserInterface.__processToolStdout</h4>
1514 <b>__processToolStdout</b>(<i></i>) 2034 <b>__processToolStdout</b>(<i></i>)
2035
1515 <p> 2036 <p>
1516 Private slot to handle the readyReadStdout signal of a tool process. 2037 Private slot to handle the readyReadStdout signal of a tool process.
1517 </p><a NAME="UserInterface.__programChange" ID="UserInterface.__programChange"></a> 2038 </p>
2039 <a NAME="UserInterface.__programChange" ID="UserInterface.__programChange"></a>
1518 <h4>UserInterface.__programChange</h4> 2040 <h4>UserInterface.__programChange</h4>
1519 <b>__programChange</b>(<i>fn</i>) 2041 <b>__programChange</b>(<i>fn</i>)
2042
1520 <p> 2043 <p>
1521 Private slot to handle the programChange signal. 2044 Private slot to handle the programChange signal.
1522 </p><p> 2045 </p>
2046 <p>
1523 This primarily is here to set the currentProg variable. 2047 This primarily is here to set the currentProg variable.
1524 </p><dl> 2048 </p>
2049 <dl>
2050
1525 <dt><i>fn</i></dt> 2051 <dt><i>fn</i></dt>
1526 <dd> 2052 <dd>
1527 filename to be set as current prog (string) 2053 filename to be set as current prog (string)
1528 </dd> 2054 </dd>
1529 </dl><a NAME="UserInterface.__projectClosed" ID="UserInterface.__projectClosed"></a> 2055 </dl>
2056 <a NAME="UserInterface.__projectClosed" ID="UserInterface.__projectClosed"></a>
1530 <h4>UserInterface.__projectClosed</h4> 2057 <h4>UserInterface.__projectClosed</h4>
1531 <b>__projectClosed</b>(<i></i>) 2058 <b>__projectClosed</b>(<i></i>)
2059
1532 <p> 2060 <p>
1533 Private slot to handle the projectClosed signal. 2061 Private slot to handle the projectClosed signal.
1534 </p><a NAME="UserInterface.__projectOpened" ID="UserInterface.__projectOpened"></a> 2062 </p>
2063 <a NAME="UserInterface.__projectOpened" ID="UserInterface.__projectOpened"></a>
1535 <h4>UserInterface.__projectOpened</h4> 2064 <h4>UserInterface.__projectOpened</h4>
1536 <b>__projectOpened</b>(<i></i>) 2065 <b>__projectOpened</b>(<i></i>)
2066
1537 <p> 2067 <p>
1538 Private slot to handle the projectOpened signal. 2068 Private slot to handle the projectOpened signal.
1539 </p><a NAME="UserInterface.__quit" ID="UserInterface.__quit"></a> 2069 </p>
2070 <a NAME="UserInterface.__quit" ID="UserInterface.__quit"></a>
1540 <h4>UserInterface.__quit</h4> 2071 <h4>UserInterface.__quit</h4>
1541 <b>__quit</b>(<i></i>) 2072 <b>__quit</b>(<i></i>)
2073
1542 <p> 2074 <p>
1543 Private method to quit the application. 2075 Private method to quit the application.
1544 </p><a NAME="UserInterface.__readCrashSession" ID="UserInterface.__readCrashSession"></a> 2076 </p>
2077 <a NAME="UserInterface.__readCrashSession" ID="UserInterface.__readCrashSession"></a>
1545 <h4>UserInterface.__readCrashSession</h4> 2078 <h4>UserInterface.__readCrashSession</h4>
1546 <b>__readCrashSession</b>(<i></i>) 2079 <b>__readCrashSession</b>(<i></i>)
2080
1547 <p> 2081 <p>
1548 Private method to check for and read a crash session. 2082 Private method to check for and read a crash session.
1549 </p><dl> 2083 </p>
2084 <dl>
1550 <dt>Returns:</dt> 2085 <dt>Returns:</dt>
1551 <dd> 2086 <dd>
1552 flag indicating a crash session file was found and read 2087 flag indicating a crash session file was found and read
1553 </dd> 2088 </dd>
1554 </dl><dl> 2089 </dl>
2090 <dl>
1555 <dt>Return Type:</dt> 2091 <dt>Return Type:</dt>
1556 <dd> 2092 <dd>
1557 bool 2093 bool
1558 </dd> 2094 </dd>
1559 </dl><a NAME="UserInterface.__readSession" ID="UserInterface.__readSession"></a> 2095 </dl>
2096 <a NAME="UserInterface.__readSession" ID="UserInterface.__readSession"></a>
1560 <h4>UserInterface.__readSession</h4> 2097 <h4>UserInterface.__readSession</h4>
1561 <b>__readSession</b>(<i>filename=""</i>) 2098 <b>__readSession</b>(<i>filename=""</i>)
2099
1562 <p> 2100 <p>
1563 Private slot to read in the session file (.e5s or .e4s). 2101 Private slot to read in the session file (.e5s or .e4s).
1564 </p><dl> 2102 </p>
2103 <dl>
2104
1565 <dt><i>filename</i> (str)</dt> 2105 <dt><i>filename</i> (str)</dt>
1566 <dd> 2106 <dd>
1567 name of a session file to read 2107 name of a session file to read
1568 </dd> 2108 </dd>
1569 </dl><dl> 2109 </dl>
2110 <dl>
1570 <dt>Returns:</dt> 2111 <dt>Returns:</dt>
1571 <dd> 2112 <dd>
1572 flag indicating success 2113 flag indicating success
1573 </dd> 2114 </dd>
1574 </dl><dl> 2115 </dl>
2116 <dl>
1575 <dt>Return Type:</dt> 2117 <dt>Return Type:</dt>
1576 <dd> 2118 <dd>
1577 bool 2119 bool
1578 </dd> 2120 </dd>
1579 </dl><a NAME="UserInterface.__readTasks" ID="UserInterface.__readTasks"></a> 2121 </dl>
2122 <a NAME="UserInterface.__readTasks" ID="UserInterface.__readTasks"></a>
1580 <h4>UserInterface.__readTasks</h4> 2123 <h4>UserInterface.__readTasks</h4>
1581 <b>__readTasks</b>(<i></i>) 2124 <b>__readTasks</b>(<i></i>)
2125
1582 <p> 2126 <p>
1583 Private slot to read in the tasks file (.e6t). 2127 Private slot to read in the tasks file (.e6t).
1584 </p><a NAME="UserInterface.__reloadAPIs" ID="UserInterface.__reloadAPIs"></a> 2128 </p>
2129 <a NAME="UserInterface.__reloadAPIs" ID="UserInterface.__reloadAPIs"></a>
1585 <h4>UserInterface.__reloadAPIs</h4> 2130 <h4>UserInterface.__reloadAPIs</h4>
1586 <b>__reloadAPIs</b>(<i></i>) 2131 <b>__reloadAPIs</b>(<i></i>)
2132
1587 <p> 2133 <p>
1588 Private slot to reload the api information. 2134 Private slot to reload the api information.
1589 </p><a NAME="UserInterface.__reportBug" ID="UserInterface.__reportBug"></a> 2135 </p>
2136 <a NAME="UserInterface.__reportBug" ID="UserInterface.__reportBug"></a>
1590 <h4>UserInterface.__reportBug</h4> 2137 <h4>UserInterface.__reportBug</h4>
1591 <b>__reportBug</b>(<i></i>) 2138 <b>__reportBug</b>(<i></i>)
2139
1592 <p> 2140 <p>
1593 Private slot to handle the Report Bug dialog. 2141 Private slot to handle the Report Bug dialog.
1594 </p><a NAME="UserInterface.__requestFeature" ID="UserInterface.__requestFeature"></a> 2142 </p>
2143 <a NAME="UserInterface.__requestFeature" ID="UserInterface.__requestFeature"></a>
1595 <h4>UserInterface.__requestFeature</h4> 2144 <h4>UserInterface.__requestFeature</h4>
1596 <b>__requestFeature</b>(<i></i>) 2145 <b>__requestFeature</b>(<i></i>)
2146
1597 <p> 2147 <p>
1598 Private slot to handle the Feature Request dialog. 2148 Private slot to handle the Feature Request dialog.
1599 </p><a NAME="UserInterface.__restart" ID="UserInterface.__restart"></a> 2149 </p>
2150 <a NAME="UserInterface.__restart" ID="UserInterface.__restart"></a>
1600 <h4>UserInterface.__restart</h4> 2151 <h4>UserInterface.__restart</h4>
1601 <b>__restart</b>(<i>ask=False</i>) 2152 <b>__restart</b>(<i>ask=False</i>)
2153
1602 <p> 2154 <p>
1603 Private method to restart the application. 2155 Private method to restart the application.
1604 </p><dl> 2156 </p>
2157 <dl>
2158
1605 <dt><i>ask</i> (bool)</dt> 2159 <dt><i>ask</i> (bool)</dt>
1606 <dd> 2160 <dd>
1607 flag indicating to ask the user for permission 2161 flag indicating to ask the user for permission
1608 </dd> 2162 </dd>
1609 </dl><a NAME="UserInterface.__saveCurrentViewProfile" ID="UserInterface.__saveCurrentViewProfile"></a> 2163 </dl>
2164 <a NAME="UserInterface.__saveCurrentViewProfile" ID="UserInterface.__saveCurrentViewProfile"></a>
1610 <h4>UserInterface.__saveCurrentViewProfile</h4> 2165 <h4>UserInterface.__saveCurrentViewProfile</h4>
1611 <b>__saveCurrentViewProfile</b>(<i>save</i>) 2166 <b>__saveCurrentViewProfile</b>(<i>save</i>)
2167
1612 <p> 2168 <p>
1613 Private slot to save the window geometries of the active profile. 2169 Private slot to save the window geometries of the active profile.
1614 </p><dl> 2170 </p>
2171 <dl>
2172
1615 <dt><i>save</i></dt> 2173 <dt><i>save</i></dt>
1616 <dd> 2174 <dd>
1617 flag indicating that the current profile should 2175 flag indicating that the current profile should
1618 be saved (boolean) 2176 be saved (boolean)
1619 </dd> 2177 </dd>
1620 </dl><a NAME="UserInterface.__saveSessionToFile" ID="UserInterface.__saveSessionToFile"></a> 2178 </dl>
2179 <a NAME="UserInterface.__saveSessionToFile" ID="UserInterface.__saveSessionToFile"></a>
1621 <h4>UserInterface.__saveSessionToFile</h4> 2180 <h4>UserInterface.__saveSessionToFile</h4>
1622 <b>__saveSessionToFile</b>(<i></i>) 2181 <b>__saveSessionToFile</b>(<i></i>)
2182
1623 <p> 2183 <p>
1624 Private slot to save a session to disk. 2184 Private slot to save a session to disk.
1625 </p><a NAME="UserInterface.__setEditProfile" ID="UserInterface.__setEditProfile"></a> 2185 </p>
2186 <a NAME="UserInterface.__setEditProfile" ID="UserInterface.__setEditProfile"></a>
1626 <h4>UserInterface.__setEditProfile</h4> 2187 <h4>UserInterface.__setEditProfile</h4>
1627 <b>__setEditProfile</b>(<i>save=True</i>) 2188 <b>__setEditProfile</b>(<i>save=True</i>)
2189
1628 <p> 2190 <p>
1629 Private slot to activate the edit view profile. 2191 Private slot to activate the edit view profile.
1630 </p><dl> 2192 </p>
2193 <dl>
2194
1631 <dt><i>save</i></dt> 2195 <dt><i>save</i></dt>
1632 <dd> 2196 <dd>
1633 flag indicating that the current profile should 2197 flag indicating that the current profile should
1634 be saved (boolean) 2198 be saved (boolean)
1635 </dd> 2199 </dd>
1636 </dl><a NAME="UserInterface.__setWindowCaption" ID="UserInterface.__setWindowCaption"></a> 2200 </dl>
2201 <a NAME="UserInterface.__setWindowCaption" ID="UserInterface.__setWindowCaption"></a>
1637 <h4>UserInterface.__setWindowCaption</h4> 2202 <h4>UserInterface.__setWindowCaption</h4>
1638 <b>__setWindowCaption</b>(<i>editor=None, project=None</i>) 2203 <b>__setWindowCaption</b>(<i>editor=None, project=None</i>)
2204
1639 <p> 2205 <p>
1640 Private method to set the caption of the Main Window. 2206 Private method to set the caption of the Main Window.
1641 </p><dl> 2207 </p>
2208 <dl>
2209
1642 <dt><i>editor</i></dt> 2210 <dt><i>editor</i></dt>
1643 <dd> 2211 <dd>
1644 filename to be displayed (string) 2212 filename to be displayed (string)
1645 </dd><dt><i>project</i></dt> 2213 </dd>
2214 <dt><i>project</i></dt>
1646 <dd> 2215 <dd>
1647 project name to be displayed (string) 2216 project name to be displayed (string)
1648 </dd> 2217 </dd>
1649 </dl><a NAME="UserInterface.__setupDockWindow" ID="UserInterface.__setupDockWindow"></a> 2218 </dl>
2219 <a NAME="UserInterface.__setupDockWindow" ID="UserInterface.__setupDockWindow"></a>
1650 <h4>UserInterface.__setupDockWindow</h4> 2220 <h4>UserInterface.__setupDockWindow</h4>
1651 <b>__setupDockWindow</b>(<i>dock, where, widget, caption</i>) 2221 <b>__setupDockWindow</b>(<i>dock, where, widget, caption</i>)
2222
1652 <p> 2223 <p>
1653 Private method to configure the dock window created with 2224 Private method to configure the dock window created with
1654 __createDockWindow(). 2225 __createDockWindow().
1655 </p><dl> 2226 </p>
2227 <dl>
2228
1656 <dt><i>dock</i></dt> 2229 <dt><i>dock</i></dt>
1657 <dd> 2230 <dd>
1658 the dock window (QDockWindow) 2231 the dock window (QDockWindow)
1659 </dd><dt><i>where</i></dt> 2232 </dd>
2233 <dt><i>where</i></dt>
1660 <dd> 2234 <dd>
1661 dock area to be docked to (Qt.DockWidgetArea) 2235 dock area to be docked to (Qt.DockWidgetArea)
1662 </dd><dt><i>widget</i></dt> 2236 </dd>
2237 <dt><i>widget</i></dt>
1663 <dd> 2238 <dd>
1664 widget to be shown in the dock window (QWidget) 2239 widget to be shown in the dock window (QWidget)
1665 </dd><dt><i>caption</i></dt> 2240 </dd>
2241 <dt><i>caption</i></dt>
1666 <dd> 2242 <dd>
1667 caption of the dock window (string) 2243 caption of the dock window (string)
1668 </dd> 2244 </dd>
1669 </dl><a NAME="UserInterface.__showAvailableVersionInfos" ID="UserInterface.__showAvailableVersionInfos"></a> 2245 </dl>
2246 <a NAME="UserInterface.__showAvailableVersionInfos" ID="UserInterface.__showAvailableVersionInfos"></a>
1670 <h4>UserInterface.__showAvailableVersionInfos</h4> 2247 <h4>UserInterface.__showAvailableVersionInfos</h4>
1671 <b>__showAvailableVersionInfos</b>(<i>versions</i>) 2248 <b>__showAvailableVersionInfos</b>(<i>versions</i>)
2249
1672 <p> 2250 <p>
1673 Private method to show the versions available for download. 2251 Private method to show the versions available for download.
1674 </p><dl> 2252 </p>
2253 <dl>
2254
1675 <dt><i>versions</i></dt> 2255 <dt><i>versions</i></dt>
1676 <dd> 2256 <dd>
1677 contents of the downloaded versions file (list of 2257 contents of the downloaded versions file (list of
1678 strings) 2258 strings)
1679 </dd> 2259 </dd>
1680 </dl><a NAME="UserInterface.__showCertificatesDialog" ID="UserInterface.__showCertificatesDialog"></a> 2260 </dl>
2261 <a NAME="UserInterface.__showCertificatesDialog" ID="UserInterface.__showCertificatesDialog"></a>
1681 <h4>UserInterface.__showCertificatesDialog</h4> 2262 <h4>UserInterface.__showCertificatesDialog</h4>
1682 <b>__showCertificatesDialog</b>(<i></i>) 2263 <b>__showCertificatesDialog</b>(<i></i>)
2264
1683 <p> 2265 <p>
1684 Private slot to show the certificates management dialog. 2266 Private slot to show the certificates management dialog.
1685 </p><a NAME="UserInterface.__showEricDoc" ID="UserInterface.__showEricDoc"></a> 2267 </p>
2268 <a NAME="UserInterface.__showEricDoc" ID="UserInterface.__showEricDoc"></a>
1686 <h4>UserInterface.__showEricDoc</h4> 2269 <h4>UserInterface.__showEricDoc</h4>
1687 <b>__showEricDoc</b>(<i></i>) 2270 <b>__showEricDoc</b>(<i></i>)
2271
1688 <p> 2272 <p>
1689 Private slot to show the Eric documentation. 2273 Private slot to show the Eric documentation.
1690 </p><a NAME="UserInterface.__showErrorLog" ID="UserInterface.__showErrorLog"></a> 2274 </p>
2275 <a NAME="UserInterface.__showErrorLog" ID="UserInterface.__showErrorLog"></a>
1691 <h4>UserInterface.__showErrorLog</h4> 2276 <h4>UserInterface.__showErrorLog</h4>
1692 <b>__showErrorLog</b>(<i></i>) 2277 <b>__showErrorLog</b>(<i></i>)
2278
1693 <p> 2279 <p>
1694 Private slot to show the most recent error log message. 2280 Private slot to show the most recent error log message.
1695 </p><a NAME="UserInterface.__showExternalTools" ID="UserInterface.__showExternalTools"></a> 2281 </p>
2282 <a NAME="UserInterface.__showExternalTools" ID="UserInterface.__showExternalTools"></a>
1696 <h4>UserInterface.__showExternalTools</h4> 2283 <h4>UserInterface.__showExternalTools</h4>
1697 <b>__showExternalTools</b>(<i></i>) 2284 <b>__showExternalTools</b>(<i></i>)
2285
1698 <p> 2286 <p>
1699 Private slot to display a dialog show a list of external tools used 2287 Private slot to display a dialog show a list of external tools used
1700 by eric6. 2288 by eric6.
1701 </p><a NAME="UserInterface.__showExtrasMenu" ID="UserInterface.__showExtrasMenu"></a> 2289 </p>
2290 <a NAME="UserInterface.__showExtrasMenu" ID="UserInterface.__showExtrasMenu"></a>
1702 <h4>UserInterface.__showExtrasMenu</h4> 2291 <h4>UserInterface.__showExtrasMenu</h4>
1703 <b>__showExtrasMenu</b>(<i></i>) 2292 <b>__showExtrasMenu</b>(<i></i>)
2293
1704 <p> 2294 <p>
1705 Private slot to display the Extras menu. 2295 Private slot to display the Extras menu.
1706 </p><a NAME="UserInterface.__showFileMenu" ID="UserInterface.__showFileMenu"></a> 2296 </p>
2297 <a NAME="UserInterface.__showFileMenu" ID="UserInterface.__showFileMenu"></a>
1707 <h4>UserInterface.__showFileMenu</h4> 2298 <h4>UserInterface.__showFileMenu</h4>
1708 <b>__showFileMenu</b>(<i></i>) 2299 <b>__showFileMenu</b>(<i></i>)
2300
1709 <p> 2301 <p>
1710 Private slot to display the File menu. 2302 Private slot to display the File menu.
1711 </p><a NAME="UserInterface.__showHelpMenu" ID="UserInterface.__showHelpMenu"></a> 2303 </p>
2304 <a NAME="UserInterface.__showHelpMenu" ID="UserInterface.__showHelpMenu"></a>
1712 <h4>UserInterface.__showHelpMenu</h4> 2305 <h4>UserInterface.__showHelpMenu</h4>
1713 <b>__showHelpMenu</b>(<i></i>) 2306 <b>__showHelpMenu</b>(<i></i>)
2307
1714 <p> 2308 <p>
1715 Private slot to display the Help menu. 2309 Private slot to display the Help menu.
1716 </p><a NAME="UserInterface.__showNext" ID="UserInterface.__showNext"></a> 2310 </p>
2311 <a NAME="UserInterface.__showNext" ID="UserInterface.__showNext"></a>
1717 <h4>UserInterface.__showNext</h4> 2312 <h4>UserInterface.__showNext</h4>
1718 <b>__showNext</b>(<i></i>) 2313 <b>__showNext</b>(<i></i>)
2314
1719 <p> 2315 <p>
1720 Private slot used to show the next tab or file. 2316 Private slot used to show the next tab or file.
1721 </p><a NAME="UserInterface.__showPixmap" ID="UserInterface.__showPixmap"></a> 2317 </p>
2318 <a NAME="UserInterface.__showPixmap" ID="UserInterface.__showPixmap"></a>
1722 <h4>UserInterface.__showPixmap</h4> 2319 <h4>UserInterface.__showPixmap</h4>
1723 <b>__showPixmap</b>(<i>fn</i>) 2320 <b>__showPixmap</b>(<i>fn</i>)
2321
1724 <p> 2322 <p>
1725 Private slot to show a pixmap in a dialog. 2323 Private slot to show a pixmap in a dialog.
1726 </p><dl> 2324 </p>
2325 <dl>
2326
1727 <dt><i>fn</i></dt> 2327 <dt><i>fn</i></dt>
1728 <dd> 2328 <dd>
1729 filename of the file to show (string) 2329 filename of the file to show (string)
1730 </dd> 2330 </dd>
1731 </dl><a NAME="UserInterface.__showPluginInfo" ID="UserInterface.__showPluginInfo"></a> 2331 </dl>
2332 <a NAME="UserInterface.__showPluginInfo" ID="UserInterface.__showPluginInfo"></a>
1732 <h4>UserInterface.__showPluginInfo</h4> 2333 <h4>UserInterface.__showPluginInfo</h4>
1733 <b>__showPluginInfo</b>(<i></i>) 2334 <b>__showPluginInfo</b>(<i></i>)
2335
1734 <p> 2336 <p>
1735 Private slot to show the plugin info dialog. 2337 Private slot to show the plugin info dialog.
1736 </p><a NAME="UserInterface.__showPluginToolsMenu" ID="UserInterface.__showPluginToolsMenu"></a> 2338 </p>
2339 <a NAME="UserInterface.__showPluginToolsMenu" ID="UserInterface.__showPluginToolsMenu"></a>
1737 <h4>UserInterface.__showPluginToolsMenu</h4> 2340 <h4>UserInterface.__showPluginToolsMenu</h4>
1738 <b>__showPluginToolsMenu</b>(<i></i>) 2341 <b>__showPluginToolsMenu</b>(<i></i>)
2342
1739 <p> 2343 <p>
1740 Private slot to show the Plugin Tools menu. 2344 Private slot to show the Plugin Tools menu.
1741 </p><a NAME="UserInterface.__showPrevious" ID="UserInterface.__showPrevious"></a> 2345 </p>
2346 <a NAME="UserInterface.__showPrevious" ID="UserInterface.__showPrevious"></a>
1742 <h4>UserInterface.__showPrevious</h4> 2347 <h4>UserInterface.__showPrevious</h4>
1743 <b>__showPrevious</b>(<i></i>) 2348 <b>__showPrevious</b>(<i></i>)
2349
1744 <p> 2350 <p>
1745 Private slot used to show the previous tab or file. 2351 Private slot used to show the previous tab or file.
1746 </p><a NAME="UserInterface.__showPyQt4Doc" ID="UserInterface.__showPyQt4Doc"></a> 2352 </p>
2353 <a NAME="UserInterface.__showPyQt4Doc" ID="UserInterface.__showPyQt4Doc"></a>
1747 <h4>UserInterface.__showPyQt4Doc</h4> 2354 <h4>UserInterface.__showPyQt4Doc</h4>
1748 <b>__showPyQt4Doc</b>(<i></i>) 2355 <b>__showPyQt4Doc</b>(<i></i>)
2356
1749 <p> 2357 <p>
1750 Private slot to show the PyQt4 documentation. 2358 Private slot to show the PyQt4 documentation.
1751 </p><a NAME="UserInterface.__showPyQt5Doc" ID="UserInterface.__showPyQt5Doc"></a> 2359 </p>
2360 <a NAME="UserInterface.__showPyQt5Doc" ID="UserInterface.__showPyQt5Doc"></a>
1752 <h4>UserInterface.__showPyQt5Doc</h4> 2361 <h4>UserInterface.__showPyQt5Doc</h4>
1753 <b>__showPyQt5Doc</b>(<i></i>) 2362 <b>__showPyQt5Doc</b>(<i></i>)
2363
1754 <p> 2364 <p>
1755 Private slot to show the PyQt5 documentation. 2365 Private slot to show the PyQt5 documentation.
1756 </p><a NAME="UserInterface.__showPySideDoc" ID="UserInterface.__showPySideDoc"></a> 2366 </p>
2367 <a NAME="UserInterface.__showPySideDoc" ID="UserInterface.__showPySideDoc"></a>
1757 <h4>UserInterface.__showPySideDoc</h4> 2368 <h4>UserInterface.__showPySideDoc</h4>
1758 <b>__showPySideDoc</b>(<i>variant</i>) 2369 <b>__showPySideDoc</b>(<i>variant</i>)
2370
1759 <p> 2371 <p>
1760 Private slot to show the PySide/PySide2 documentation. 2372 Private slot to show the PySide/PySide2 documentation.
1761 </p><dl> 2373 </p>
2374 <dl>
2375
1762 <dt><i>variant</i> (str)</dt> 2376 <dt><i>variant</i> (str)</dt>
1763 <dd> 2377 <dd>
1764 PySide variant (1 or 2) 2378 PySide variant (1 or 2)
1765 </dd> 2379 </dd>
1766 </dl><a NAME="UserInterface.__showPython2Doc" ID="UserInterface.__showPython2Doc"></a> 2380 </dl>
2381 <a NAME="UserInterface.__showPython2Doc" ID="UserInterface.__showPython2Doc"></a>
1767 <h4>UserInterface.__showPython2Doc</h4> 2382 <h4>UserInterface.__showPython2Doc</h4>
1768 <b>__showPython2Doc</b>(<i></i>) 2383 <b>__showPython2Doc</b>(<i></i>)
2384
1769 <p> 2385 <p>
1770 Private slot to show the Python 2 documentation. 2386 Private slot to show the Python 2 documentation.
1771 </p><a NAME="UserInterface.__showPythonDoc" ID="UserInterface.__showPythonDoc"></a> 2387 </p>
2388 <a NAME="UserInterface.__showPythonDoc" ID="UserInterface.__showPythonDoc"></a>
1772 <h4>UserInterface.__showPythonDoc</h4> 2389 <h4>UserInterface.__showPythonDoc</h4>
1773 <b>__showPythonDoc</b>(<i></i>) 2390 <b>__showPythonDoc</b>(<i></i>)
2391
1774 <p> 2392 <p>
1775 Private slot to show the Python 3 documentation. 2393 Private slot to show the Python 3 documentation.
1776 </p><a NAME="UserInterface.__showQt4Doc" ID="UserInterface.__showQt4Doc"></a> 2394 </p>
2395 <a NAME="UserInterface.__showQt4Doc" ID="UserInterface.__showQt4Doc"></a>
1777 <h4>UserInterface.__showQt4Doc</h4> 2396 <h4>UserInterface.__showQt4Doc</h4>
1778 <b>__showQt4Doc</b>(<i></i>) 2397 <b>__showQt4Doc</b>(<i></i>)
2398
1779 <p> 2399 <p>
1780 Private slot to show the Qt4 documentation. 2400 Private slot to show the Qt4 documentation.
1781 </p><a NAME="UserInterface.__showQt5Doc" ID="UserInterface.__showQt5Doc"></a> 2401 </p>
2402 <a NAME="UserInterface.__showQt5Doc" ID="UserInterface.__showQt5Doc"></a>
1782 <h4>UserInterface.__showQt5Doc</h4> 2403 <h4>UserInterface.__showQt5Doc</h4>
1783 <b>__showQt5Doc</b>(<i></i>) 2404 <b>__showQt5Doc</b>(<i></i>)
2405
1784 <p> 2406 <p>
1785 Private slot to show the Qt5 documentation. 2407 Private slot to show the Qt5 documentation.
1786 </p><a NAME="UserInterface.__showQtDoc" ID="UserInterface.__showQtDoc"></a> 2408 </p>
2409 <a NAME="UserInterface.__showQtDoc" ID="UserInterface.__showQtDoc"></a>
1787 <h4>UserInterface.__showQtDoc</h4> 2410 <h4>UserInterface.__showQtDoc</h4>
1788 <b>__showQtDoc</b>(<i>version</i>) 2411 <b>__showQtDoc</b>(<i>version</i>)
2412
1789 <p> 2413 <p>
1790 Private method to show the Qt documentation. 2414 Private method to show the Qt documentation.
1791 </p><dl> 2415 </p>
2416 <dl>
2417
1792 <dt><i>version</i></dt> 2418 <dt><i>version</i></dt>
1793 <dd> 2419 <dd>
1794 Qt version to show documentation for (integer) 2420 Qt version to show documentation for (integer)
1795 </dd> 2421 </dd>
1796 </dl><a NAME="UserInterface.__showSettingsMenu" ID="UserInterface.__showSettingsMenu"></a> 2422 </dl>
2423 <a NAME="UserInterface.__showSettingsMenu" ID="UserInterface.__showSettingsMenu"></a>
1797 <h4>UserInterface.__showSettingsMenu</h4> 2424 <h4>UserInterface.__showSettingsMenu</h4>
1798 <b>__showSettingsMenu</b>(<i></i>) 2425 <b>__showSettingsMenu</b>(<i></i>)
2426
1799 <p> 2427 <p>
1800 Private slot to show the Settings menu. 2428 Private slot to show the Settings menu.
1801 </p><a NAME="UserInterface.__showSubWindowMenu" ID="UserInterface.__showSubWindowMenu"></a> 2429 </p>
2430 <a NAME="UserInterface.__showSubWindowMenu" ID="UserInterface.__showSubWindowMenu"></a>
1802 <h4>UserInterface.__showSubWindowMenu</h4> 2431 <h4>UserInterface.__showSubWindowMenu</h4>
1803 <b>__showSubWindowMenu</b>(<i></i>) 2432 <b>__showSubWindowMenu</b>(<i></i>)
2433
1804 <p> 2434 <p>
1805 Private slot to display the Window menu of the Window menu. 2435 Private slot to display the Window menu of the Window menu.
1806 </p><a NAME="UserInterface.__showSvg" ID="UserInterface.__showSvg"></a> 2436 </p>
2437 <a NAME="UserInterface.__showSvg" ID="UserInterface.__showSvg"></a>
1807 <h4>UserInterface.__showSvg</h4> 2438 <h4>UserInterface.__showSvg</h4>
1808 <b>__showSvg</b>(<i>fn</i>) 2439 <b>__showSvg</b>(<i>fn</i>)
2440
1809 <p> 2441 <p>
1810 Private slot to show a SVG file in a dialog. 2442 Private slot to show a SVG file in a dialog.
1811 </p><dl> 2443 </p>
2444 <dl>
2445
1812 <dt><i>fn</i></dt> 2446 <dt><i>fn</i></dt>
1813 <dd> 2447 <dd>
1814 filename of the file to show (string) 2448 filename of the file to show (string)
1815 </dd> 2449 </dd>
1816 </dl><a NAME="UserInterface.__showSystemEmailClient" ID="UserInterface.__showSystemEmailClient"></a> 2450 </dl>
2451 <a NAME="UserInterface.__showSystemEmailClient" ID="UserInterface.__showSystemEmailClient"></a>
1817 <h4>UserInterface.__showSystemEmailClient</h4> 2452 <h4>UserInterface.__showSystemEmailClient</h4>
1818 <b>__showSystemEmailClient</b>(<i>mode, attachFile=None, deleteAttachFile=False</i>) 2453 <b>__showSystemEmailClient</b>(<i>mode, attachFile=None, deleteAttachFile=False</i>)
2454
1819 <p> 2455 <p>
1820 Private slot to show the system email dialog. 2456 Private slot to show the system email dialog.
1821 </p><dl> 2457 </p>
2458 <dl>
2459
1822 <dt><i>mode</i></dt> 2460 <dt><i>mode</i></dt>
1823 <dd> 2461 <dd>
1824 mode of the email dialog (string, "bug" or "feature") 2462 mode of the email dialog (string, "bug" or "feature")
1825 </dd><dt><i>attachFile</i></dt> 2463 </dd>
2464 <dt><i>attachFile</i></dt>
1826 <dd> 2465 <dd>
1827 name of a file to put into the body of the 2466 name of a file to put into the body of the
1828 email (string) 2467 email (string)
1829 </dd><dt><i>deleteAttachFile</i></dt> 2468 </dd>
2469 <dt><i>deleteAttachFile</i></dt>
1830 <dd> 2470 <dd>
1831 flag indicating to delete the file after 2471 flag indicating to delete the file after
1832 it has been read (boolean) 2472 it has been read (boolean)
1833 </dd> 2473 </dd>
1834 </dl><a NAME="UserInterface.__showToolGroupsMenu" ID="UserInterface.__showToolGroupsMenu"></a> 2474 </dl>
2475 <a NAME="UserInterface.__showToolGroupsMenu" ID="UserInterface.__showToolGroupsMenu"></a>
1835 <h4>UserInterface.__showToolGroupsMenu</h4> 2476 <h4>UserInterface.__showToolGroupsMenu</h4>
1836 <b>__showToolGroupsMenu</b>(<i></i>) 2477 <b>__showToolGroupsMenu</b>(<i></i>)
2478
1837 <p> 2479 <p>
1838 Private slot to display the Tool Groups menu. 2480 Private slot to display the Tool Groups menu.
1839 </p><a NAME="UserInterface.__showToolbarsMenu" ID="UserInterface.__showToolbarsMenu"></a> 2481 </p>
2482 <a NAME="UserInterface.__showToolbarsMenu" ID="UserInterface.__showToolbarsMenu"></a>
1840 <h4>UserInterface.__showToolbarsMenu</h4> 2483 <h4>UserInterface.__showToolbarsMenu</h4>
1841 <b>__showToolbarsMenu</b>(<i></i>) 2484 <b>__showToolbarsMenu</b>(<i></i>)
2485
1842 <p> 2486 <p>
1843 Private slot to display the Toolbars menu. 2487 Private slot to display the Toolbars menu.
1844 </p><a NAME="UserInterface.__showUserToolsMenu" ID="UserInterface.__showUserToolsMenu"></a> 2488 </p>
2489 <a NAME="UserInterface.__showUserToolsMenu" ID="UserInterface.__showUserToolsMenu"></a>
1845 <h4>UserInterface.__showUserToolsMenu</h4> 2490 <h4>UserInterface.__showUserToolsMenu</h4>
1846 <b>__showUserToolsMenu</b>(<i></i>) 2491 <b>__showUserToolsMenu</b>(<i></i>)
2492
1847 <p> 2493 <p>
1848 Private slot to display the User Tools menu. 2494 Private slot to display the User Tools menu.
1849 </p><a NAME="UserInterface.__showVersions" ID="UserInterface.__showVersions"></a> 2495 </p>
2496 <a NAME="UserInterface.__showVersions" ID="UserInterface.__showVersions"></a>
1850 <h4>UserInterface.__showVersions</h4> 2497 <h4>UserInterface.__showVersions</h4>
1851 <b>__showVersions</b>(<i></i>) 2498 <b>__showVersions</b>(<i></i>)
2499
1852 <p> 2500 <p>
1853 Private slot to handle the Versions dialog. 2501 Private slot to handle the Versions dialog.
1854 </p><a NAME="UserInterface.__showWindowMenu" ID="UserInterface.__showWindowMenu"></a> 2502 </p>
2503 <a NAME="UserInterface.__showWindowMenu" ID="UserInterface.__showWindowMenu"></a>
1855 <h4>UserInterface.__showWindowMenu</h4> 2504 <h4>UserInterface.__showWindowMenu</h4>
1856 <b>__showWindowMenu</b>(<i></i>) 2505 <b>__showWindowMenu</b>(<i></i>)
2506
1857 <p> 2507 <p>
1858 Private slot to display the Window menu. 2508 Private slot to display the Window menu.
1859 </p><a NAME="UserInterface.__showWizardsMenu" ID="UserInterface.__showWizardsMenu"></a> 2509 </p>
2510 <a NAME="UserInterface.__showWizardsMenu" ID="UserInterface.__showWizardsMenu"></a>
1860 <h4>UserInterface.__showWizardsMenu</h4> 2511 <h4>UserInterface.__showWizardsMenu</h4>
1861 <b>__showWizardsMenu</b>(<i></i>) 2512 <b>__showWizardsMenu</b>(<i></i>)
2513
1862 <p> 2514 <p>
1863 Private slot to display the Wizards menu. 2515 Private slot to display the Wizards menu.
1864 </p><a NAME="UserInterface.__shutdown" ID="UserInterface.__shutdown"></a> 2516 </p>
2517 <a NAME="UserInterface.__shutdown" ID="UserInterface.__shutdown"></a>
1865 <h4>UserInterface.__shutdown</h4> 2518 <h4>UserInterface.__shutdown</h4>
1866 <b>__shutdown</b>(<i></i>) 2519 <b>__shutdown</b>(<i></i>)
2520
1867 <p> 2521 <p>
1868 Private method to perform all necessary steps to close down the IDE. 2522 Private method to perform all necessary steps to close down the IDE.
1869 </p><dl> 2523 </p>
2524 <dl>
1870 <dt>Returns:</dt> 2525 <dt>Returns:</dt>
1871 <dd> 2526 <dd>
1872 flag indicating success 2527 flag indicating success
1873 </dd> 2528 </dd>
1874 </dl><a NAME="UserInterface.__snapshot" ID="UserInterface.__snapshot"></a> 2529 </dl>
2530 <a NAME="UserInterface.__snapshot" ID="UserInterface.__snapshot"></a>
1875 <h4>UserInterface.__snapshot</h4> 2531 <h4>UserInterface.__snapshot</h4>
1876 <b>__snapshot</b>(<i></i>) 2532 <b>__snapshot</b>(<i></i>)
2533
1877 <p> 2534 <p>
1878 Private slot to start the snapshot tool. 2535 Private slot to start the snapshot tool.
1879 </p><a NAME="UserInterface.__sqlBrowser" ID="UserInterface.__sqlBrowser"></a> 2536 </p>
2537 <a NAME="UserInterface.__sqlBrowser" ID="UserInterface.__sqlBrowser"></a>
1880 <h4>UserInterface.__sqlBrowser</h4> 2538 <h4>UserInterface.__sqlBrowser</h4>
1881 <b>__sqlBrowser</b>(<i></i>) 2539 <b>__sqlBrowser</b>(<i></i>)
2540
1882 <p> 2541 <p>
1883 Private slot to start the SQL browser tool. 2542 Private slot to start the SQL browser tool.
1884 </p><a NAME="UserInterface.__sslErrors" ID="UserInterface.__sslErrors"></a> 2543 </p>
2544 <a NAME="UserInterface.__sslErrors" ID="UserInterface.__sslErrors"></a>
1885 <h4>UserInterface.__sslErrors</h4> 2545 <h4>UserInterface.__sslErrors</h4>
1886 <b>__sslErrors</b>(<i>reply, errors</i>) 2546 <b>__sslErrors</b>(<i>reply, errors</i>)
2547
1887 <p> 2548 <p>
1888 Private slot to handle SSL errors. 2549 Private slot to handle SSL errors.
1889 </p><dl> 2550 </p>
2551 <dl>
2552
1890 <dt><i>reply</i></dt> 2553 <dt><i>reply</i></dt>
1891 <dd> 2554 <dd>
1892 reference to the reply object (QNetworkReply) 2555 reference to the reply object (QNetworkReply)
1893 </dd><dt><i>errors</i></dt> 2556 </dd>
2557 <dt><i>errors</i></dt>
1894 <dd> 2558 <dd>
1895 list of SSL errors (list of QSslError) 2559 list of SSL errors (list of QSslError)
1896 </dd> 2560 </dd>
1897 </dl><a NAME="UserInterface.__startToolProcess" ID="UserInterface.__startToolProcess"></a> 2561 </dl>
2562 <a NAME="UserInterface.__startToolProcess" ID="UserInterface.__startToolProcess"></a>
1898 <h4>UserInterface.__startToolProcess</h4> 2563 <h4>UserInterface.__startToolProcess</h4>
1899 <b>__startToolProcess</b>(<i>tool</i>) 2564 <b>__startToolProcess</b>(<i>tool</i>)
2565
1900 <p> 2566 <p>
1901 Private slot to start an external tool process. 2567 Private slot to start an external tool process.
1902 </p><dl> 2568 </p>
2569 <dl>
2570
1903 <dt><i>tool</i></dt> 2571 <dt><i>tool</i></dt>
1904 <dd> 2572 <dd>
1905 list of tool entries 2573 list of tool entries
1906 </dd> 2574 </dd>
1907 </dl><a NAME="UserInterface.__startWebBrowser" ID="UserInterface.__startWebBrowser"></a> 2575 </dl>
2576 <a NAME="UserInterface.__startWebBrowser" ID="UserInterface.__startWebBrowser"></a>
1908 <h4>UserInterface.__startWebBrowser</h4> 2577 <h4>UserInterface.__startWebBrowser</h4>
1909 <b>__startWebBrowser</b>(<i></i>) 2578 <b>__startWebBrowser</b>(<i></i>)
2579
1910 <p> 2580 <p>
1911 Private slot to start the eric6 web browser. 2581 Private slot to start the eric6 web browser.
1912 </p><a NAME="UserInterface.__switchTab" ID="UserInterface.__switchTab"></a> 2582 </p>
2583 <a NAME="UserInterface.__switchTab" ID="UserInterface.__switchTab"></a>
1913 <h4>UserInterface.__switchTab</h4> 2584 <h4>UserInterface.__switchTab</h4>
1914 <b>__switchTab</b>(<i></i>) 2585 <b>__switchTab</b>(<i></i>)
2586
1915 <p> 2587 <p>
1916 Private slot used to switch between the current and the previous 2588 Private slot used to switch between the current and the previous
1917 current tab. 2589 current tab.
1918 </p><a NAME="UserInterface.__toggleBottomSidebar" ID="UserInterface.__toggleBottomSidebar"></a> 2590 </p>
2591 <a NAME="UserInterface.__toggleBottomSidebar" ID="UserInterface.__toggleBottomSidebar"></a>
1919 <h4>UserInterface.__toggleBottomSidebar</h4> 2592 <h4>UserInterface.__toggleBottomSidebar</h4>
1920 <b>__toggleBottomSidebar</b>(<i></i>) 2593 <b>__toggleBottomSidebar</b>(<i></i>)
2594
1921 <p> 2595 <p>
1922 Private slot to handle the toggle of the bottom sidebar window. 2596 Private slot to handle the toggle of the bottom sidebar window.
1923 </p><a NAME="UserInterface.__toggleHorizontalToolbox" ID="UserInterface.__toggleHorizontalToolbox"></a> 2597 </p>
2598 <a NAME="UserInterface.__toggleHorizontalToolbox" ID="UserInterface.__toggleHorizontalToolbox"></a>
1924 <h4>UserInterface.__toggleHorizontalToolbox</h4> 2599 <h4>UserInterface.__toggleHorizontalToolbox</h4>
1925 <b>__toggleHorizontalToolbox</b>(<i></i>) 2600 <b>__toggleHorizontalToolbox</b>(<i></i>)
2601
1926 <p> 2602 <p>
1927 Private slot to handle the toggle of the Horizontal Toolbox window. 2603 Private slot to handle the toggle of the Horizontal Toolbox window.
1928 </p><a NAME="UserInterface.__toggleLeftSidebar" ID="UserInterface.__toggleLeftSidebar"></a> 2604 </p>
2605 <a NAME="UserInterface.__toggleLeftSidebar" ID="UserInterface.__toggleLeftSidebar"></a>
1929 <h4>UserInterface.__toggleLeftSidebar</h4> 2606 <h4>UserInterface.__toggleLeftSidebar</h4>
1930 <b>__toggleLeftSidebar</b>(<i></i>) 2607 <b>__toggleLeftSidebar</b>(<i></i>)
2608
1931 <p> 2609 <p>
1932 Private slot to handle the toggle of the left sidebar window. 2610 Private slot to handle the toggle of the left sidebar window.
1933 </p><a NAME="UserInterface.__toggleLeftToolbox" ID="UserInterface.__toggleLeftToolbox"></a> 2611 </p>
2612 <a NAME="UserInterface.__toggleLeftToolbox" ID="UserInterface.__toggleLeftToolbox"></a>
1934 <h4>UserInterface.__toggleLeftToolbox</h4> 2613 <h4>UserInterface.__toggleLeftToolbox</h4>
1935 <b>__toggleLeftToolbox</b>(<i></i>) 2614 <b>__toggleLeftToolbox</b>(<i></i>)
2615
1936 <p> 2616 <p>
1937 Private slot to handle the toggle of the Left Toolbox window. 2617 Private slot to handle the toggle of the Left Toolbox window.
1938 </p><a NAME="UserInterface.__toggleRightSidebar" ID="UserInterface.__toggleRightSidebar"></a> 2618 </p>
2619 <a NAME="UserInterface.__toggleRightSidebar" ID="UserInterface.__toggleRightSidebar"></a>
1939 <h4>UserInterface.__toggleRightSidebar</h4> 2620 <h4>UserInterface.__toggleRightSidebar</h4>
1940 <b>__toggleRightSidebar</b>(<i></i>) 2621 <b>__toggleRightSidebar</b>(<i></i>)
2622
1941 <p> 2623 <p>
1942 Private slot to handle the toggle of the right sidebar window. 2624 Private slot to handle the toggle of the right sidebar window.
1943 </p><a NAME="UserInterface.__toggleRightToolbox" ID="UserInterface.__toggleRightToolbox"></a> 2625 </p>
2626 <a NAME="UserInterface.__toggleRightToolbox" ID="UserInterface.__toggleRightToolbox"></a>
1944 <h4>UserInterface.__toggleRightToolbox</h4> 2627 <h4>UserInterface.__toggleRightToolbox</h4>
1945 <b>__toggleRightToolbox</b>(<i></i>) 2628 <b>__toggleRightToolbox</b>(<i></i>)
2629
1946 <p> 2630 <p>
1947 Private slot to handle the toggle of the Right Toolbox window. 2631 Private slot to handle the toggle of the Right Toolbox window.
1948 </p><a NAME="UserInterface.__toggleWindow" ID="UserInterface.__toggleWindow"></a> 2632 </p>
2633 <a NAME="UserInterface.__toggleWindow" ID="UserInterface.__toggleWindow"></a>
1949 <h4>UserInterface.__toggleWindow</h4> 2634 <h4>UserInterface.__toggleWindow</h4>
1950 <b>__toggleWindow</b>(<i>w</i>) 2635 <b>__toggleWindow</b>(<i>w</i>)
2636
1951 <p> 2637 <p>
1952 Private method to toggle a workspace editor window. 2638 Private method to toggle a workspace editor window.
1953 </p><dl> 2639 </p>
2640 <dl>
2641
1954 <dt><i>w</i></dt> 2642 <dt><i>w</i></dt>
1955 <dd> 2643 <dd>
1956 reference to the workspace editor window 2644 reference to the workspace editor window
1957 </dd> 2645 </dd>
1958 </dl><dl> 2646 </dl>
2647 <dl>
1959 <dt>Returns:</dt> 2648 <dt>Returns:</dt>
1960 <dd> 2649 <dd>
1961 flag indicating, if the window was shown (boolean) 2650 flag indicating, if the window was shown (boolean)
1962 </dd> 2651 </dd>
1963 </dl><a NAME="UserInterface.__toolActionTriggered" ID="UserInterface.__toolActionTriggered"></a> 2652 </dl>
2653 <a NAME="UserInterface.__toolActionTriggered" ID="UserInterface.__toolActionTriggered"></a>
1964 <h4>UserInterface.__toolActionTriggered</h4> 2654 <h4>UserInterface.__toolActionTriggered</h4>
1965 <b>__toolActionTriggered</b>(<i>act</i>) 2655 <b>__toolActionTriggered</b>(<i>act</i>)
2656
1966 <p> 2657 <p>
1967 Private slot called by external tools toolbar actions. 2658 Private slot called by external tools toolbar actions.
1968 </p><dl> 2659 </p>
2660 <dl>
2661
1969 <dt><i>act</i> (QAction)</dt> 2662 <dt><i>act</i> (QAction)</dt>
1970 <dd> 2663 <dd>
1971 reference to the action that triggered the slot 2664 reference to the action that triggered the slot
1972 </dd> 2665 </dd>
1973 </dl><a NAME="UserInterface.__toolExecute" ID="UserInterface.__toolExecute"></a> 2666 </dl>
2667 <a NAME="UserInterface.__toolExecute" ID="UserInterface.__toolExecute"></a>
1974 <h4>UserInterface.__toolExecute</h4> 2668 <h4>UserInterface.__toolExecute</h4>
1975 <b>__toolExecute</b>(<i>act</i>) 2669 <b>__toolExecute</b>(<i>act</i>)
2670
1976 <p> 2671 <p>
1977 Private slot to execute a particular tool. 2672 Private slot to execute a particular tool.
1978 </p><dl> 2673 </p>
2674 <dl>
2675
1979 <dt><i>act</i></dt> 2676 <dt><i>act</i></dt>
1980 <dd> 2677 <dd>
1981 reference to the action that was triggered (QAction) 2678 reference to the action that was triggered (QAction)
1982 </dd> 2679 </dd>
1983 </dl><a NAME="UserInterface.__toolFinished" ID="UserInterface.__toolFinished"></a> 2680 </dl>
2681 <a NAME="UserInterface.__toolFinished" ID="UserInterface.__toolFinished"></a>
1984 <h4>UserInterface.__toolFinished</h4> 2682 <h4>UserInterface.__toolFinished</h4>
1985 <b>__toolFinished</b>(<i>exitCode, exitStatus</i>) 2683 <b>__toolFinished</b>(<i>exitCode, exitStatus</i>)
2684
1986 <p> 2685 <p>
1987 Private slot to handle the finished signal of a tool process. 2686 Private slot to handle the finished signal of a tool process.
1988 </p><dl> 2687 </p>
2688 <dl>
2689
1989 <dt><i>exitCode</i></dt> 2690 <dt><i>exitCode</i></dt>
1990 <dd> 2691 <dd>
1991 exit code of the process (integer) 2692 exit code of the process (integer)
1992 </dd><dt><i>exitStatus</i></dt> 2693 </dd>
2694 <dt><i>exitStatus</i></dt>
1993 <dd> 2695 <dd>
1994 exit status of the process (QProcess.ExitStatus) 2696 exit status of the process (QProcess.ExitStatus)
1995 </dd> 2697 </dd>
1996 </dl><a NAME="UserInterface.__toolGroupSelected" ID="UserInterface.__toolGroupSelected"></a> 2698 </dl>
2699 <a NAME="UserInterface.__toolGroupSelected" ID="UserInterface.__toolGroupSelected"></a>
1997 <h4>UserInterface.__toolGroupSelected</h4> 2700 <h4>UserInterface.__toolGroupSelected</h4>
1998 <b>__toolGroupSelected</b>(<i>act</i>) 2701 <b>__toolGroupSelected</b>(<i>act</i>)
2702
1999 <p> 2703 <p>
2000 Private slot to set the current tool group. 2704 Private slot to set the current tool group.
2001 </p><dl> 2705 </p>
2706 <dl>
2707
2002 <dt><i>act</i></dt> 2708 <dt><i>act</i></dt>
2003 <dd> 2709 <dd>
2004 reference to the action that was triggered (QAction) 2710 reference to the action that was triggered (QAction)
2005 </dd> 2711 </dd>
2006 </dl><a NAME="UserInterface.__toolGroupsConfiguration" ID="UserInterface.__toolGroupsConfiguration"></a> 2712 </dl>
2713 <a NAME="UserInterface.__toolGroupsConfiguration" ID="UserInterface.__toolGroupsConfiguration"></a>
2007 <h4>UserInterface.__toolGroupsConfiguration</h4> 2714 <h4>UserInterface.__toolGroupsConfiguration</h4>
2008 <b>__toolGroupsConfiguration</b>(<i></i>) 2715 <b>__toolGroupsConfiguration</b>(<i></i>)
2716
2009 <p> 2717 <p>
2010 Private slot to handle the tool groups configuration menu entry. 2718 Private slot to handle the tool groups configuration menu entry.
2011 </p><a NAME="UserInterface.__toolsConfiguration" ID="UserInterface.__toolsConfiguration"></a> 2719 </p>
2720 <a NAME="UserInterface.__toolsConfiguration" ID="UserInterface.__toolsConfiguration"></a>
2012 <h4>UserInterface.__toolsConfiguration</h4> 2721 <h4>UserInterface.__toolsConfiguration</h4>
2013 <b>__toolsConfiguration</b>(<i></i>) 2722 <b>__toolsConfiguration</b>(<i></i>)
2723
2014 <p> 2724 <p>
2015 Private slot to handle the tools configuration menu entry. 2725 Private slot to handle the tools configuration menu entry.
2016 </p><a NAME="UserInterface.__unittest" ID="UserInterface.__unittest"></a> 2726 </p>
2727 <a NAME="UserInterface.__unittest" ID="UserInterface.__unittest"></a>
2017 <h4>UserInterface.__unittest</h4> 2728 <h4>UserInterface.__unittest</h4>
2018 <b>__unittest</b>(<i></i>) 2729 <b>__unittest</b>(<i></i>)
2730
2019 <p> 2731 <p>
2020 Private slot for displaying the unittest dialog. 2732 Private slot for displaying the unittest dialog.
2021 </p><a NAME="UserInterface.__unittestProject" ID="UserInterface.__unittestProject"></a> 2733 </p>
2734 <a NAME="UserInterface.__unittestProject" ID="UserInterface.__unittestProject"></a>
2022 <h4>UserInterface.__unittestProject</h4> 2735 <h4>UserInterface.__unittestProject</h4>
2023 <b>__unittestProject</b>(<i></i>) 2736 <b>__unittestProject</b>(<i></i>)
2737
2024 <p> 2738 <p>
2025 Private slot for displaying the unittest dialog and run the current 2739 Private slot for displaying the unittest dialog and run the current
2026 project. 2740 project.
2027 </p><a NAME="UserInterface.__unittestRerunFailed" ID="UserInterface.__unittestRerunFailed"></a> 2741 </p>
2742 <a NAME="UserInterface.__unittestRerunFailed" ID="UserInterface.__unittestRerunFailed"></a>
2028 <h4>UserInterface.__unittestRerunFailed</h4> 2743 <h4>UserInterface.__unittestRerunFailed</h4>
2029 <b>__unittestRerunFailed</b>(<i></i>) 2744 <b>__unittestRerunFailed</b>(<i></i>)
2745
2030 <p> 2746 <p>
2031 Private slot to display the unittest dialog and rerun all failed tests 2747 Private slot to display the unittest dialog and rerun all failed tests
2032 of the last run. 2748 of the last run.
2033 </p><a NAME="UserInterface.__unittestRestart" ID="UserInterface.__unittestRestart"></a> 2749 </p>
2750 <a NAME="UserInterface.__unittestRestart" ID="UserInterface.__unittestRestart"></a>
2034 <h4>UserInterface.__unittestRestart</h4> 2751 <h4>UserInterface.__unittestRestart</h4>
2035 <b>__unittestRestart</b>(<i></i>) 2752 <b>__unittestRestart</b>(<i></i>)
2753
2036 <p> 2754 <p>
2037 Private slot to display the unittest dialog and rerun the last 2755 Private slot to display the unittest dialog and rerun the last
2038 unit test. 2756 unit test.
2039 </p><a NAME="UserInterface.__unittestScript" ID="UserInterface.__unittestScript"></a> 2757 </p>
2758 <a NAME="UserInterface.__unittestScript" ID="UserInterface.__unittestScript"></a>
2040 <h4>UserInterface.__unittestScript</h4> 2759 <h4>UserInterface.__unittestScript</h4>
2041 <b>__unittestScript</b>(<i>prog=None</i>) 2760 <b>__unittestScript</b>(<i>prog=None</i>)
2761
2042 <p> 2762 <p>
2043 Private slot for displaying the unittest dialog and run the current 2763 Private slot for displaying the unittest dialog and run the current
2044 script. 2764 script.
2045 </p><dl> 2765 </p>
2766 <dl>
2767
2046 <dt><i>prog</i></dt> 2768 <dt><i>prog</i></dt>
2047 <dd> 2769 <dd>
2048 the python program to be opened 2770 the python program to be opened
2049 </dd> 2771 </dd>
2050 </dl><a NAME="UserInterface.__unittestStopped" ID="UserInterface.__unittestStopped"></a> 2772 </dl>
2773 <a NAME="UserInterface.__unittestStopped" ID="UserInterface.__unittestStopped"></a>
2051 <h4>UserInterface.__unittestStopped</h4> 2774 <h4>UserInterface.__unittestStopped</h4>
2052 <b>__unittestStopped</b>(<i></i>) 2775 <b>__unittestStopped</b>(<i></i>)
2776
2053 <p> 2777 <p>
2054 Private slot to handle the end of a unit test run. 2778 Private slot to handle the end of a unit test run.
2055 </p><a NAME="UserInterface.__updateExternalToolsActions" ID="UserInterface.__updateExternalToolsActions"></a> 2779 </p>
2780 <a NAME="UserInterface.__updateExternalToolsActions" ID="UserInterface.__updateExternalToolsActions"></a>
2056 <h4>UserInterface.__updateExternalToolsActions</h4> 2781 <h4>UserInterface.__updateExternalToolsActions</h4>
2057 <b>__updateExternalToolsActions</b>(<i></i>) 2782 <b>__updateExternalToolsActions</b>(<i></i>)
2783
2058 <p> 2784 <p>
2059 Private method to update the external tools actions for the current 2785 Private method to update the external tools actions for the current
2060 tool group. 2786 tool group.
2061 </p><a NAME="UserInterface.__updateVersionsUrls" ID="UserInterface.__updateVersionsUrls"></a> 2787 </p>
2788 <a NAME="UserInterface.__updateVersionsUrls" ID="UserInterface.__updateVersionsUrls"></a>
2062 <h4>UserInterface.__updateVersionsUrls</h4> 2789 <h4>UserInterface.__updateVersionsUrls</h4>
2063 <b>__updateVersionsUrls</b>(<i>versions</i>) 2790 <b>__updateVersionsUrls</b>(<i>versions</i>)
2791
2064 <p> 2792 <p>
2065 Private method to update the URLs from which to retrieve the versions 2793 Private method to update the URLs from which to retrieve the versions
2066 file. 2794 file.
2067 </p><dl> 2795 </p>
2796 <dl>
2797
2068 <dt><i>versions</i></dt> 2798 <dt><i>versions</i></dt>
2069 <dd> 2799 <dd>
2070 contents of the downloaded versions file (list of 2800 contents of the downloaded versions file (list of
2071 strings) 2801 strings)
2072 </dd> 2802 </dd>
2073 </dl><a NAME="UserInterface.__versionCheckResult" ID="UserInterface.__versionCheckResult"></a> 2803 </dl>
2804 <a NAME="UserInterface.__versionCheckResult" ID="UserInterface.__versionCheckResult"></a>
2074 <h4>UserInterface.__versionCheckResult</h4> 2805 <h4>UserInterface.__versionCheckResult</h4>
2075 <b>__versionCheckResult</b>(<i>versions</i>) 2806 <b>__versionCheckResult</b>(<i>versions</i>)
2807
2076 <p> 2808 <p>
2077 Private method to show the result of the version check action. 2809 Private method to show the result of the version check action.
2078 </p><dl> 2810 </p>
2811 <dl>
2812
2079 <dt><i>versions</i></dt> 2813 <dt><i>versions</i></dt>
2080 <dd> 2814 <dd>
2081 contents of the downloaded versions file (list of 2815 contents of the downloaded versions file (list of
2082 strings) 2816 strings)
2083 </dd> 2817 </dd>
2084 </dl><a NAME="UserInterface.__versionToTuple" ID="UserInterface.__versionToTuple"></a> 2818 </dl>
2819 <a NAME="UserInterface.__versionToTuple" ID="UserInterface.__versionToTuple"></a>
2085 <h4>UserInterface.__versionToTuple</h4> 2820 <h4>UserInterface.__versionToTuple</h4>
2086 <b>__versionToTuple</b>(<i>version</i>) 2821 <b>__versionToTuple</b>(<i>version</i>)
2822
2087 <p> 2823 <p>
2088 Private method to convert a version string into a tuple. 2824 Private method to convert a version string into a tuple.
2089 </p><dl> 2825 </p>
2826 <dl>
2827
2090 <dt><i>version</i> (str)</dt> 2828 <dt><i>version</i> (str)</dt>
2091 <dd> 2829 <dd>
2092 version string 2830 version string
2093 </dd> 2831 </dd>
2094 </dl><dl> 2832 </dl>
2833 <dl>
2095 <dt>Returns:</dt> 2834 <dt>Returns:</dt>
2096 <dd> 2835 <dd>
2097 version tuple 2836 version tuple
2098 </dd> 2837 </dd>
2099 </dl><dl> 2838 </dl>
2839 <dl>
2100 <dt>Return Type:</dt> 2840 <dt>Return Type:</dt>
2101 <dd> 2841 <dd>
2102 tuple of int 2842 tuple of int
2103 </dd> 2843 </dd>
2104 </dl><a NAME="UserInterface.__versionsDownloadCanceled" ID="UserInterface.__versionsDownloadCanceled"></a> 2844 </dl>
2845 <a NAME="UserInterface.__versionsDownloadCanceled" ID="UserInterface.__versionsDownloadCanceled"></a>
2105 <h4>UserInterface.__versionsDownloadCanceled</h4> 2846 <h4>UserInterface.__versionsDownloadCanceled</h4>
2106 <b>__versionsDownloadCanceled</b>(<i></i>) 2847 <b>__versionsDownloadCanceled</b>(<i></i>)
2848
2107 <p> 2849 <p>
2108 Private slot called to cancel the version check. 2850 Private slot called to cancel the version check.
2109 </p><a NAME="UserInterface.__versionsDownloadDone" ID="UserInterface.__versionsDownloadDone"></a> 2851 </p>
2852 <a NAME="UserInterface.__versionsDownloadDone" ID="UserInterface.__versionsDownloadDone"></a>
2110 <h4>UserInterface.__versionsDownloadDone</h4> 2853 <h4>UserInterface.__versionsDownloadDone</h4>
2111 <b>__versionsDownloadDone</b>(<i>reply</i>) 2854 <b>__versionsDownloadDone</b>(<i>reply</i>)
2855
2112 <p> 2856 <p>
2113 Private slot called, after the versions file has been downloaded 2857 Private slot called, after the versions file has been downloaded
2114 from the internet. 2858 from the internet.
2115 </p><dl> 2859 </p>
2860 <dl>
2861
2116 <dt><i>reply</i> (QNetworkReply)</dt> 2862 <dt><i>reply</i> (QNetworkReply)</dt>
2117 <dd> 2863 <dd>
2118 reference to the network reply 2864 reference to the network reply
2119 </dd> 2865 </dd>
2120 </dl><a NAME="UserInterface.__webBrowser" ID="UserInterface.__webBrowser"></a> 2866 </dl>
2867 <a NAME="UserInterface.__webBrowser" ID="UserInterface.__webBrowser"></a>
2121 <h4>UserInterface.__webBrowser</h4> 2868 <h4>UserInterface.__webBrowser</h4>
2122 <b>__webBrowser</b>(<i>home=""</i>) 2869 <b>__webBrowser</b>(<i>home=""</i>)
2870
2123 <p> 2871 <p>
2124 Private slot to start the eric6 web browser. 2872 Private slot to start the eric6 web browser.
2125 </p><dl> 2873 </p>
2874 <dl>
2875
2126 <dt><i>home</i></dt> 2876 <dt><i>home</i></dt>
2127 <dd> 2877 <dd>
2128 full pathname of a file to display (string) 2878 full pathname of a file to display (string)
2129 </dd> 2879 </dd>
2130 </dl><a NAME="UserInterface.__webBrowserFinished" ID="UserInterface.__webBrowserFinished"></a> 2880 </dl>
2881 <a NAME="UserInterface.__webBrowserFinished" ID="UserInterface.__webBrowserFinished"></a>
2131 <h4>UserInterface.__webBrowserFinished</h4> 2882 <h4>UserInterface.__webBrowserFinished</h4>
2132 <b>__webBrowserFinished</b>(<i></i>) 2883 <b>__webBrowserFinished</b>(<i></i>)
2884
2133 <p> 2885 <p>
2134 Private slot handling the end of the external web browser process. 2886 Private slot handling the end of the external web browser process.
2135 </p><a NAME="UserInterface.__webBrowserShutdown" ID="UserInterface.__webBrowserShutdown"></a> 2887 </p>
2888 <a NAME="UserInterface.__webBrowserShutdown" ID="UserInterface.__webBrowserShutdown"></a>
2136 <h4>UserInterface.__webBrowserShutdown</h4> 2889 <h4>UserInterface.__webBrowserShutdown</h4>
2137 <b>__webBrowserShutdown</b>(<i></i>) 2890 <b>__webBrowserShutdown</b>(<i></i>)
2891
2138 <p> 2892 <p>
2139 Private method to shut down the web browser. 2893 Private method to shut down the web browser.
2140 </p><a NAME="UserInterface.__whatsThis" ID="UserInterface.__whatsThis"></a> 2894 </p>
2895 <a NAME="UserInterface.__whatsThis" ID="UserInterface.__whatsThis"></a>
2141 <h4>UserInterface.__whatsThis</h4> 2896 <h4>UserInterface.__whatsThis</h4>
2142 <b>__whatsThis</b>(<i></i>) 2897 <b>__whatsThis</b>(<i></i>)
2898
2143 <p> 2899 <p>
2144 Private slot called in to enter Whats This mode. 2900 Private slot called in to enter Whats This mode.
2145 </p><a NAME="UserInterface.__writeCrashSession" ID="UserInterface.__writeCrashSession"></a> 2901 </p>
2902 <a NAME="UserInterface.__writeCrashSession" ID="UserInterface.__writeCrashSession"></a>
2146 <h4>UserInterface.__writeCrashSession</h4> 2903 <h4>UserInterface.__writeCrashSession</h4>
2147 <b>__writeCrashSession</b>(<i></i>) 2904 <b>__writeCrashSession</b>(<i></i>)
2905
2148 <p> 2906 <p>
2149 Private slot to write a crash session file. 2907 Private slot to write a crash session file.
2150 </p><a NAME="UserInterface.__writeSession" ID="UserInterface.__writeSession"></a> 2908 </p>
2909 <a NAME="UserInterface.__writeSession" ID="UserInterface.__writeSession"></a>
2151 <h4>UserInterface.__writeSession</h4> 2910 <h4>UserInterface.__writeSession</h4>
2152 <b>__writeSession</b>(<i>filename="", crashSession=False</i>) 2911 <b>__writeSession</b>(<i>filename="", crashSession=False</i>)
2912
2153 <p> 2913 <p>
2154 Private slot to write the session data to an XML file (.e5s). 2914 Private slot to write the session data to an XML file (.e5s).
2155 </p><dl> 2915 </p>
2916 <dl>
2917
2156 <dt><i>filename</i> (str)</dt> 2918 <dt><i>filename</i> (str)</dt>
2157 <dd> 2919 <dd>
2158 name of a session file to write 2920 name of a session file to write
2159 </dd><dt><i>crashSession</i> (bool)</dt> 2921 </dd>
2922 <dt><i>crashSession</i> (bool)</dt>
2160 <dd> 2923 <dd>
2161 flag indicating to write a crash session file 2924 flag indicating to write a crash session file
2162 </dd> 2925 </dd>
2163 </dl><dl> 2926 </dl>
2927 <dl>
2164 <dt>Returns:</dt> 2928 <dt>Returns:</dt>
2165 <dd> 2929 <dd>
2166 flag indicating success 2930 flag indicating success
2167 </dd> 2931 </dd>
2168 </dl><dl> 2932 </dl>
2933 <dl>
2169 <dt>Return Type:</dt> 2934 <dt>Return Type:</dt>
2170 <dd> 2935 <dd>
2171 bool 2936 bool
2172 </dd> 2937 </dd>
2173 </dl><a NAME="UserInterface.__writeTasks" ID="UserInterface.__writeTasks"></a> 2938 </dl>
2939 <a NAME="UserInterface.__writeTasks" ID="UserInterface.__writeTasks"></a>
2174 <h4>UserInterface.__writeTasks</h4> 2940 <h4>UserInterface.__writeTasks</h4>
2175 <b>__writeTasks</b>(<i></i>) 2941 <b>__writeTasks</b>(<i></i>)
2942
2176 <p> 2943 <p>
2177 Private slot to write the tasks data to an XML file (.e6t). 2944 Private slot to write the tasks data to an XML file (.e6t).
2178 </p><a NAME="UserInterface.activateCodeDocumentationViewer" ID="UserInterface.activateCodeDocumentationViewer"></a> 2945 </p>
2946 <a NAME="UserInterface.activateCodeDocumentationViewer" ID="UserInterface.activateCodeDocumentationViewer"></a>
2179 <h4>UserInterface.activateCodeDocumentationViewer</h4> 2947 <h4>UserInterface.activateCodeDocumentationViewer</h4>
2180 <b>activateCodeDocumentationViewer</b>(<i>switchFocus=True</i>) 2948 <b>activateCodeDocumentationViewer</b>(<i>switchFocus=True</i>)
2949
2181 <p> 2950 <p>
2182 Public slot to handle the activation of the Code Documentation Viewer. 2951 Public slot to handle the activation of the Code Documentation Viewer.
2183 </p><dl> 2952 </p>
2953 <dl>
2954
2184 <dt><i>switchFocus</i> (bool)</dt> 2955 <dt><i>switchFocus</i> (bool)</dt>
2185 <dd> 2956 <dd>
2186 flag indicating to transfer the input focus 2957 flag indicating to transfer the input focus
2187 </dd> 2958 </dd>
2188 </dl><a NAME="UserInterface.activateCooperationViewer" ID="UserInterface.activateCooperationViewer"></a> 2959 </dl>
2960 <a NAME="UserInterface.activateCooperationViewer" ID="UserInterface.activateCooperationViewer"></a>
2189 <h4>UserInterface.activateCooperationViewer</h4> 2961 <h4>UserInterface.activateCooperationViewer</h4>
2190 <b>activateCooperationViewer</b>(<i></i>) 2962 <b>activateCooperationViewer</b>(<i></i>)
2963
2191 <p> 2964 <p>
2192 Public slot to handle the activation of the cooperation window. 2965 Public slot to handle the activation of the cooperation window.
2193 </p><a NAME="UserInterface.activateDebugViewer" ID="UserInterface.activateDebugViewer"></a> 2966 </p>
2967 <a NAME="UserInterface.activateDebugViewer" ID="UserInterface.activateDebugViewer"></a>
2194 <h4>UserInterface.activateDebugViewer</h4> 2968 <h4>UserInterface.activateDebugViewer</h4>
2195 <b>activateDebugViewer</b>(<i></i>) 2969 <b>activateDebugViewer</b>(<i></i>)
2970
2196 <p> 2971 <p>
2197 Public slot to handle the activation of the debug viewer. 2972 Public slot to handle the activation of the debug viewer.
2198 </p><a NAME="UserInterface.addE5Actions" ID="UserInterface.addE5Actions"></a> 2973 </p>
2974 <a NAME="UserInterface.addE5Actions" ID="UserInterface.addE5Actions"></a>
2199 <h4>UserInterface.addE5Actions</h4> 2975 <h4>UserInterface.addE5Actions</h4>
2200 <b>addE5Actions</b>(<i>actions, actionType</i>) 2976 <b>addE5Actions</b>(<i>actions, actionType</i>)
2977
2201 <p> 2978 <p>
2202 Public method to add actions to the list of actions. 2979 Public method to add actions to the list of actions.
2203 </p><dl> 2980 </p>
2981 <dl>
2982
2204 <dt><i>actions</i></dt> 2983 <dt><i>actions</i></dt>
2205 <dd> 2984 <dd>
2206 list of actions to be added (list of E5Action) 2985 list of actions to be added (list of E5Action)
2207 </dd><dt><i>actionType</i></dt> 2986 </dd>
2987 <dt><i>actionType</i></dt>
2208 <dd> 2988 <dd>
2209 string denoting the action set to add to. 2989 string denoting the action set to add to.
2210 It must be one of "ui" or "wizards". 2990 It must be one of "ui" or "wizards".
2211 </dd> 2991 </dd>
2212 </dl><a NAME="UserInterface.addSideWidget" ID="UserInterface.addSideWidget"></a> 2992 </dl>
2993 <a NAME="UserInterface.addSideWidget" ID="UserInterface.addSideWidget"></a>
2213 <h4>UserInterface.addSideWidget</h4> 2994 <h4>UserInterface.addSideWidget</h4>
2214 <b>addSideWidget</b>(<i>side, widget, icon, label</i>) 2995 <b>addSideWidget</b>(<i>side, widget, icon, label</i>)
2996
2215 <p> 2997 <p>
2216 Public method to add a widget to the sides. 2998 Public method to add a widget to the sides.
2217 </p><dl> 2999 </p>
3000 <dl>
3001
2218 <dt><i>side</i> (int (one of UserInterface.LeftSide, UserInterface.BottomSide,)</dt> 3002 <dt><i>side</i> (int (one of UserInterface.LeftSide, UserInterface.BottomSide,)</dt>
2219 <dd> 3003 <dd>
2220 side to add the widget to 3004 side to add the widget to
2221 UserInterface.RightSide) 3005 UserInterface.RightSide)
2222 </dd><dt><i>widget</i> (QWidget)</dt> 3006 </dd>
3007 <dt><i>widget</i> (QWidget)</dt>
2223 <dd> 3008 <dd>
2224 reference to the widget to add 3009 reference to the widget to add
2225 </dd><dt><i>icon</i> (QIcon)</dt> 3010 </dd>
3011 <dt><i>icon</i> (QIcon)</dt>
2226 <dd> 3012 <dd>
2227 icon to be used 3013 icon to be used
2228 </dd><dt><i>label</i> (str)</dt> 3014 </dd>
3015 <dt><i>label</i> (str)</dt>
2229 <dd> 3016 <dd>
2230 label text to be shown 3017 label text to be shown
2231 </dd> 3018 </dd>
2232 </dl><a NAME="UserInterface.appendToStderr" ID="UserInterface.appendToStderr"></a> 3019 </dl>
3020 <a NAME="UserInterface.appendToStderr" ID="UserInterface.appendToStderr"></a>
2233 <h4>UserInterface.appendToStderr</h4> 3021 <h4>UserInterface.appendToStderr</h4>
2234 <b>appendToStderr</b>(<i>s</i>) 3022 <b>appendToStderr</b>(<i>s</i>)
3023
2235 <p> 3024 <p>
2236 Public slot to append text to the stderr log viewer tab. 3025 Public slot to append text to the stderr log viewer tab.
2237 </p><dl> 3026 </p>
3027 <dl>
3028
2238 <dt><i>s</i></dt> 3029 <dt><i>s</i></dt>
2239 <dd> 3030 <dd>
2240 output to be appended (string) 3031 output to be appended (string)
2241 </dd> 3032 </dd>
2242 </dl><a NAME="UserInterface.appendToStdout" ID="UserInterface.appendToStdout"></a> 3033 </dl>
3034 <a NAME="UserInterface.appendToStdout" ID="UserInterface.appendToStdout"></a>
2243 <h4>UserInterface.appendToStdout</h4> 3035 <h4>UserInterface.appendToStdout</h4>
2244 <b>appendToStdout</b>(<i>s</i>) 3036 <b>appendToStdout</b>(<i>s</i>)
3037
2245 <p> 3038 <p>
2246 Public slot to append text to the stdout log viewer tab. 3039 Public slot to append text to the stdout log viewer tab.
2247 </p><dl> 3040 </p>
3041 <dl>
3042
2248 <dt><i>s</i></dt> 3043 <dt><i>s</i></dt>
2249 <dd> 3044 <dd>
2250 output to be appended (string) 3045 output to be appended (string)
2251 </dd> 3046 </dd>
2252 </dl><a NAME="UserInterface.autoConnectIrc" ID="UserInterface.autoConnectIrc"></a> 3047 </dl>
3048 <a NAME="UserInterface.autoConnectIrc" ID="UserInterface.autoConnectIrc"></a>
2253 <h4>UserInterface.autoConnectIrc</h4> 3049 <h4>UserInterface.autoConnectIrc</h4>
2254 <b>autoConnectIrc</b>(<i></i>) 3050 <b>autoConnectIrc</b>(<i></i>)
3051
2255 <p> 3052 <p>
2256 Public method to initiate the IRC auto connection. 3053 Public method to initiate the IRC auto connection.
2257 </p><a NAME="UserInterface.checkConfigurationStatus" ID="UserInterface.checkConfigurationStatus"></a> 3054 </p>
3055 <a NAME="UserInterface.checkConfigurationStatus" ID="UserInterface.checkConfigurationStatus"></a>
2258 <h4>UserInterface.checkConfigurationStatus</h4> 3056 <h4>UserInterface.checkConfigurationStatus</h4>
2259 <b>checkConfigurationStatus</b>(<i></i>) 3057 <b>checkConfigurationStatus</b>(<i></i>)
3058
2260 <p> 3059 <p>
2261 Public method to check, if eric6 has been configured. If it is not, 3060 Public method to check, if eric6 has been configured. If it is not,
2262 the configuration dialog is shown. 3061 the configuration dialog is shown.
2263 </p><a NAME="UserInterface.checkForErrorLog" ID="UserInterface.checkForErrorLog"></a> 3062 </p>
3063 <a NAME="UserInterface.checkForErrorLog" ID="UserInterface.checkForErrorLog"></a>
2264 <h4>UserInterface.checkForErrorLog</h4> 3064 <h4>UserInterface.checkForErrorLog</h4>
2265 <b>checkForErrorLog</b>(<i></i>) 3065 <b>checkForErrorLog</b>(<i></i>)
3066
2266 <p> 3067 <p>
2267 Public method to check for the presence of an error log and ask the 3068 Public method to check for the presence of an error log and ask the
2268 user, what to do with it. 3069 user, what to do with it.
2269 </p><a NAME="UserInterface.checkPluginUpdatesAvailable" ID="UserInterface.checkPluginUpdatesAvailable"></a> 3070 </p>
3071 <a NAME="UserInterface.checkPluginUpdatesAvailable" ID="UserInterface.checkPluginUpdatesAvailable"></a>
2270 <h4>UserInterface.checkPluginUpdatesAvailable</h4> 3072 <h4>UserInterface.checkPluginUpdatesAvailable</h4>
2271 <b>checkPluginUpdatesAvailable</b>(<i></i>) 3073 <b>checkPluginUpdatesAvailable</b>(<i></i>)
3074
2272 <p> 3075 <p>
2273 Public method to check the availability of updates of plug-ins. 3076 Public method to check the availability of updates of plug-ins.
2274 </p><a NAME="UserInterface.checkProjectsWorkspace" ID="UserInterface.checkProjectsWorkspace"></a> 3077 </p>
3078 <a NAME="UserInterface.checkProjectsWorkspace" ID="UserInterface.checkProjectsWorkspace"></a>
2275 <h4>UserInterface.checkProjectsWorkspace</h4> 3079 <h4>UserInterface.checkProjectsWorkspace</h4>
2276 <b>checkProjectsWorkspace</b>(<i></i>) 3080 <b>checkProjectsWorkspace</b>(<i></i>)
3081
2277 <p> 3082 <p>
2278 Public method to check, if a projects workspace has been configured. If 3083 Public method to check, if a projects workspace has been configured. If
2279 it has not, a dialog is shown. 3084 it has not, a dialog is shown.
2280 </p><a NAME="UserInterface.closeEvent" ID="UserInterface.closeEvent"></a> 3085 </p>
3086 <a NAME="UserInterface.closeEvent" ID="UserInterface.closeEvent"></a>
2281 <h4>UserInterface.closeEvent</h4> 3087 <h4>UserInterface.closeEvent</h4>
2282 <b>closeEvent</b>(<i>event</i>) 3088 <b>closeEvent</b>(<i>event</i>)
3089
2283 <p> 3090 <p>
2284 Protected event handler for the close event. 3091 Protected event handler for the close event.
2285 </p><p> 3092 </p>
3093 <p>
2286 This event handler saves the preferences. 3094 This event handler saves the preferences.
2287 </p><dl> 3095 </p>
3096 <dl>
3097
2288 <dt><i>event</i></dt> 3098 <dt><i>event</i></dt>
2289 <dd> 3099 <dd>
2290 close event (QCloseEvent) 3100 close event (QCloseEvent)
2291 </dd> 3101 </dd>
2292 </dl><a NAME="UserInterface.createPopupMenu" ID="UserInterface.createPopupMenu"></a> 3102 </dl>
3103 <a NAME="UserInterface.createPopupMenu" ID="UserInterface.createPopupMenu"></a>
2293 <h4>UserInterface.createPopupMenu</h4> 3104 <h4>UserInterface.createPopupMenu</h4>
2294 <b>createPopupMenu</b>(<i></i>) 3105 <b>createPopupMenu</b>(<i></i>)
3106
2295 <p> 3107 <p>
2296 Public method to create the toolbars menu for Qt. 3108 Public method to create the toolbars menu for Qt.
2297 </p><dl> 3109 </p>
3110 <dl>
2298 <dt>Returns:</dt> 3111 <dt>Returns:</dt>
2299 <dd> 3112 <dd>
2300 toolbars menu (QMenu) 3113 toolbars menu (QMenu)
2301 </dd> 3114 </dd>
2302 </dl><a NAME="UserInterface.documentationViewer" ID="UserInterface.documentationViewer"></a> 3115 </dl>
3116 <a NAME="UserInterface.documentationViewer" ID="UserInterface.documentationViewer"></a>
2303 <h4>UserInterface.documentationViewer</h4> 3117 <h4>UserInterface.documentationViewer</h4>
2304 <b>documentationViewer</b>(<i></i>) 3118 <b>documentationViewer</b>(<i></i>)
3119
2305 <p> 3120 <p>
2306 Public method to provide a reference to the code documentation viewer. 3121 Public method to provide a reference to the code documentation viewer.
2307 </p><dl> 3122 </p>
3123 <dl>
2308 <dt>Returns:</dt> 3124 <dt>Returns:</dt>
2309 <dd> 3125 <dd>
2310 reference to the code documentation viewer 3126 reference to the code documentation viewer
2311 </dd> 3127 </dd>
2312 </dl><dl> 3128 </dl>
3129 <dl>
2313 <dt>Return Type:</dt> 3130 <dt>Return Type:</dt>
2314 <dd> 3131 <dd>
2315 CodeDocumentationViewer 3132 CodeDocumentationViewer
2316 </dd> 3133 </dd>
2317 </dl><a NAME="UserInterface.dragEnterEvent" ID="UserInterface.dragEnterEvent"></a> 3134 </dl>
3135 <a NAME="UserInterface.dragEnterEvent" ID="UserInterface.dragEnterEvent"></a>
2318 <h4>UserInterface.dragEnterEvent</h4> 3136 <h4>UserInterface.dragEnterEvent</h4>
2319 <b>dragEnterEvent</b>(<i>event</i>) 3137 <b>dragEnterEvent</b>(<i>event</i>)
3138
2320 <p> 3139 <p>
2321 Protected method to handle the drag enter event. 3140 Protected method to handle the drag enter event.
2322 </p><dl> 3141 </p>
3142 <dl>
3143
2323 <dt><i>event</i></dt> 3144 <dt><i>event</i></dt>
2324 <dd> 3145 <dd>
2325 the drag enter event (QDragEnterEvent) 3146 the drag enter event (QDragEnterEvent)
2326 </dd> 3147 </dd>
2327 </dl><a NAME="UserInterface.dragLeaveEvent" ID="UserInterface.dragLeaveEvent"></a> 3148 </dl>
3149 <a NAME="UserInterface.dragLeaveEvent" ID="UserInterface.dragLeaveEvent"></a>
2328 <h4>UserInterface.dragLeaveEvent</h4> 3150 <h4>UserInterface.dragLeaveEvent</h4>
2329 <b>dragLeaveEvent</b>(<i>event</i>) 3151 <b>dragLeaveEvent</b>(<i>event</i>)
3152
2330 <p> 3153 <p>
2331 Protected method to handle the drag leave event. 3154 Protected method to handle the drag leave event.
2332 </p><dl> 3155 </p>
3156 <dl>
3157
2333 <dt><i>event</i></dt> 3158 <dt><i>event</i></dt>
2334 <dd> 3159 <dd>
2335 the drag leave event (QDragLeaveEvent) 3160 the drag leave event (QDragLeaveEvent)
2336 </dd> 3161 </dd>
2337 </dl><a NAME="UserInterface.dragMoveEvent" ID="UserInterface.dragMoveEvent"></a> 3162 </dl>
3163 <a NAME="UserInterface.dragMoveEvent" ID="UserInterface.dragMoveEvent"></a>
2338 <h4>UserInterface.dragMoveEvent</h4> 3164 <h4>UserInterface.dragMoveEvent</h4>
2339 <b>dragMoveEvent</b>(<i>event</i>) 3165 <b>dragMoveEvent</b>(<i>event</i>)
3166
2340 <p> 3167 <p>
2341 Protected method to handle the drag move event. 3168 Protected method to handle the drag move event.
2342 </p><dl> 3169 </p>
3170 <dl>
3171
2343 <dt><i>event</i></dt> 3172 <dt><i>event</i></dt>
2344 <dd> 3173 <dd>
2345 the drag move event (QDragMoveEvent) 3174 the drag move event (QDragMoveEvent)
2346 </dd> 3175 </dd>
2347 </dl><a NAME="UserInterface.dropEvent" ID="UserInterface.dropEvent"></a> 3176 </dl>
3177 <a NAME="UserInterface.dropEvent" ID="UserInterface.dropEvent"></a>
2348 <h4>UserInterface.dropEvent</h4> 3178 <h4>UserInterface.dropEvent</h4>
2349 <b>dropEvent</b>(<i>event</i>) 3179 <b>dropEvent</b>(<i>event</i>)
3180
2350 <p> 3181 <p>
2351 Protected method to handle the drop event. 3182 Protected method to handle the drop event.
2352 </p><dl> 3183 </p>
3184 <dl>
3185
2353 <dt><i>event</i></dt> 3186 <dt><i>event</i></dt>
2354 <dd> 3187 <dd>
2355 the drop event (QDropEvent) 3188 the drop event (QDropEvent)
2356 </dd> 3189 </dd>
2357 </dl><a NAME="UserInterface.getActions" ID="UserInterface.getActions"></a> 3190 </dl>
3191 <a NAME="UserInterface.getActions" ID="UserInterface.getActions"></a>
2358 <h4>UserInterface.getActions</h4> 3192 <h4>UserInterface.getActions</h4>
2359 <b>getActions</b>(<i>actionType</i>) 3193 <b>getActions</b>(<i>actionType</i>)
3194
2360 <p> 3195 <p>
2361 Public method to get a list of all actions. 3196 Public method to get a list of all actions.
2362 </p><dl> 3197 </p>
3198 <dl>
3199
2363 <dt><i>actionType</i></dt> 3200 <dt><i>actionType</i></dt>
2364 <dd> 3201 <dd>
2365 string denoting the action set to get. 3202 string denoting the action set to get.
2366 It must be one of "ui" or "wizards". 3203 It must be one of "ui" or "wizards".
2367 </dd> 3204 </dd>
2368 </dl><dl> 3205 </dl>
3206 <dl>
2369 <dt>Returns:</dt> 3207 <dt>Returns:</dt>
2370 <dd> 3208 <dd>
2371 list of all actions (list of E5Action) 3209 list of all actions (list of E5Action)
2372 </dd> 3210 </dd>
2373 </dl><a NAME="UserInterface.getLayoutType" ID="UserInterface.getLayoutType"></a> 3211 </dl>
3212 <a NAME="UserInterface.getLayoutType" ID="UserInterface.getLayoutType"></a>
2374 <h4>UserInterface.getLayoutType</h4> 3213 <h4>UserInterface.getLayoutType</h4>
2375 <b>getLayoutType</b>(<i></i>) 3214 <b>getLayoutType</b>(<i></i>)
3215
2376 <p> 3216 <p>
2377 Public method to get the current layout type. 3217 Public method to get the current layout type.
2378 </p><dl> 3218 </p>
3219 <dl>
2379 <dt>Returns:</dt> 3220 <dt>Returns:</dt>
2380 <dd> 3221 <dd>
2381 current layout type 3222 current layout type
2382 </dd> 3223 </dd>
2383 </dl><dl> 3224 </dl>
3225 <dl>
2384 <dt>Return Type:</dt> 3226 <dt>Return Type:</dt>
2385 <dd> 3227 <dd>
2386 str 3228 str
2387 </dd> 3229 </dd>
2388 </dl><a NAME="UserInterface.getLocale" ID="UserInterface.getLocale"></a> 3230 </dl>
3231 <a NAME="UserInterface.getLocale" ID="UserInterface.getLocale"></a>
2389 <h4>UserInterface.getLocale</h4> 3232 <h4>UserInterface.getLocale</h4>
2390 <b>getLocale</b>(<i></i>) 3233 <b>getLocale</b>(<i></i>)
3234
2391 <p> 3235 <p>
2392 Public method to get the locale of the IDE. 3236 Public method to get the locale of the IDE.
2393 </p><dl> 3237 </p>
3238 <dl>
2394 <dt>Returns:</dt> 3239 <dt>Returns:</dt>
2395 <dd> 3240 <dd>
2396 locale of the IDE (string or None) 3241 locale of the IDE (string or None)
2397 </dd> 3242 </dd>
2398 </dl><a NAME="UserInterface.getMenu" ID="UserInterface.getMenu"></a> 3243 </dl>
3244 <a NAME="UserInterface.getMenu" ID="UserInterface.getMenu"></a>
2399 <h4>UserInterface.getMenu</h4> 3245 <h4>UserInterface.getMenu</h4>
2400 <b>getMenu</b>(<i>name</i>) 3246 <b>getMenu</b>(<i>name</i>)
3247
2401 <p> 3248 <p>
2402 Public method to get a reference to a specific menu. 3249 Public method to get a reference to a specific menu.
2403 </p><dl> 3250 </p>
3251 <dl>
3252
2404 <dt><i>name</i></dt> 3253 <dt><i>name</i></dt>
2405 <dd> 3254 <dd>
2406 name of the menu (string) 3255 name of the menu (string)
2407 </dd> 3256 </dd>
2408 </dl><dl> 3257 </dl>
3258 <dl>
2409 <dt>Returns:</dt> 3259 <dt>Returns:</dt>
2410 <dd> 3260 <dd>
2411 reference to the menu (QMenu) 3261 reference to the menu (QMenu)
2412 </dd> 3262 </dd>
2413 </dl><a NAME="UserInterface.getMenuAction" ID="UserInterface.getMenuAction"></a> 3263 </dl>
3264 <a NAME="UserInterface.getMenuAction" ID="UserInterface.getMenuAction"></a>
2414 <h4>UserInterface.getMenuAction</h4> 3265 <h4>UserInterface.getMenuAction</h4>
2415 <b>getMenuAction</b>(<i>menuName, actionName</i>) 3266 <b>getMenuAction</b>(<i>menuName, actionName</i>)
3267
2416 <p> 3268 <p>
2417 Public method to get a reference to an action of a menu. 3269 Public method to get a reference to an action of a menu.
2418 </p><dl> 3270 </p>
3271 <dl>
3272
2419 <dt><i>menuName</i></dt> 3273 <dt><i>menuName</i></dt>
2420 <dd> 3274 <dd>
2421 name of the menu to search in (string) 3275 name of the menu to search in (string)
2422 </dd><dt><i>actionName</i></dt> 3276 </dd>
3277 <dt><i>actionName</i></dt>
2423 <dd> 3278 <dd>
2424 object name of the action to search for 3279 object name of the action to search for
2425 (string) 3280 (string)
2426 </dd> 3281 </dd>
2427 </dl><dl> 3282 </dl>
3283 <dl>
2428 <dt>Returns:</dt> 3284 <dt>Returns:</dt>
2429 <dd> 3285 <dd>
2430 reference to the menu action (QAction) 3286 reference to the menu action (QAction)
2431 </dd> 3287 </dd>
2432 </dl><a NAME="UserInterface.getMenuBarAction" ID="UserInterface.getMenuBarAction"></a> 3288 </dl>
3289 <a NAME="UserInterface.getMenuBarAction" ID="UserInterface.getMenuBarAction"></a>
2433 <h4>UserInterface.getMenuBarAction</h4> 3290 <h4>UserInterface.getMenuBarAction</h4>
2434 <b>getMenuBarAction</b>(<i>menuName</i>) 3291 <b>getMenuBarAction</b>(<i>menuName</i>)
3292
2435 <p> 3293 <p>
2436 Public method to get a reference to an action of the main menu. 3294 Public method to get a reference to an action of the main menu.
2437 </p><dl> 3295 </p>
3296 <dl>
3297
2438 <dt><i>menuName</i></dt> 3298 <dt><i>menuName</i></dt>
2439 <dd> 3299 <dd>
2440 name of the menu to search in (string) 3300 name of the menu to search in (string)
2441 </dd> 3301 </dd>
2442 </dl><dl> 3302 </dl>
3303 <dl>
2443 <dt>Returns:</dt> 3304 <dt>Returns:</dt>
2444 <dd> 3305 <dd>
2445 reference to the menu bar action (QAction) 3306 reference to the menu bar action (QAction)
2446 </dd> 3307 </dd>
2447 </dl><a NAME="UserInterface.getOriginalPathString" ID="UserInterface.getOriginalPathString"></a> 3308 </dl>
3309 <a NAME="UserInterface.getOriginalPathString" ID="UserInterface.getOriginalPathString"></a>
2448 <h4>UserInterface.getOriginalPathString</h4> 3310 <h4>UserInterface.getOriginalPathString</h4>
2449 <b>getOriginalPathString</b>(<i></i>) 3311 <b>getOriginalPathString</b>(<i></i>)
3312
2450 <p> 3313 <p>
2451 Public method to get the original PATH environment variable 3314 Public method to get the original PATH environment variable
2452 (i.e. before modifications by eric6 and PyQt5). 3315 (i.e. before modifications by eric6 and PyQt5).
2453 </p><dl> 3316 </p>
3317 <dl>
2454 <dt>Returns:</dt> 3318 <dt>Returns:</dt>
2455 <dd> 3319 <dd>
2456 original PATH environment variable 3320 original PATH environment variable
2457 </dd> 3321 </dd>
2458 </dl><dl> 3322 </dl>
3323 <dl>
2459 <dt>Return Type:</dt> 3324 <dt>Return Type:</dt>
2460 <dd> 3325 <dd>
2461 str 3326 str
2462 </dd> 3327 </dd>
2463 </dl><a NAME="UserInterface.getToolBarIconSize" ID="UserInterface.getToolBarIconSize"></a> 3328 </dl>
3329 <a NAME="UserInterface.getToolBarIconSize" ID="UserInterface.getToolBarIconSize"></a>
2464 <h4>UserInterface.getToolBarIconSize</h4> 3330 <h4>UserInterface.getToolBarIconSize</h4>
2465 <b>getToolBarIconSize</b>(<i></i>) 3331 <b>getToolBarIconSize</b>(<i></i>)
3332
2466 <p> 3333 <p>
2467 Public method to get the toolbar icon size. 3334 Public method to get the toolbar icon size.
2468 </p><dl> 3335 </p>
3336 <dl>
2469 <dt>Returns:</dt> 3337 <dt>Returns:</dt>
2470 <dd> 3338 <dd>
2471 toolbar icon size (QSize) 3339 toolbar icon size (QSize)
2472 </dd> 3340 </dd>
2473 </dl><a NAME="UserInterface.getToolbar" ID="UserInterface.getToolbar"></a> 3341 </dl>
3342 <a NAME="UserInterface.getToolbar" ID="UserInterface.getToolbar"></a>
2474 <h4>UserInterface.getToolbar</h4> 3343 <h4>UserInterface.getToolbar</h4>
2475 <b>getToolbar</b>(<i>name</i>) 3344 <b>getToolbar</b>(<i>name</i>)
3345
2476 <p> 3346 <p>
2477 Public method to get a reference to a specific toolbar. 3347 Public method to get a reference to a specific toolbar.
2478 </p><dl> 3348 </p>
3349 <dl>
3350
2479 <dt><i>name</i></dt> 3351 <dt><i>name</i></dt>
2480 <dd> 3352 <dd>
2481 name of the toolbar (string) 3353 name of the toolbar (string)
2482 </dd> 3354 </dd>
2483 </dl><dl> 3355 </dl>
3356 <dl>
2484 <dt>Returns:</dt> 3357 <dt>Returns:</dt>
2485 <dd> 3358 <dd>
2486 reference to the toolbar entry (tuple of string and QToolBar) 3359 reference to the toolbar entry (tuple of string and QToolBar)
2487 </dd> 3360 </dd>
2488 </dl><a NAME="UserInterface.getViewProfile" ID="UserInterface.getViewProfile"></a> 3361 </dl>
3362 <a NAME="UserInterface.getViewProfile" ID="UserInterface.getViewProfile"></a>
2489 <h4>UserInterface.getViewProfile</h4> 3363 <h4>UserInterface.getViewProfile</h4>
2490 <b>getViewProfile</b>(<i></i>) 3364 <b>getViewProfile</b>(<i></i>)
3365
2491 <p> 3366 <p>
2492 Public method to get the current view profile. 3367 Public method to get the current view profile.
2493 </p><dl> 3368 </p>
3369 <dl>
2494 <dt>Returns:</dt> 3370 <dt>Returns:</dt>
2495 <dd> 3371 <dd>
2496 the name of the current view profile (string) 3372 the name of the current view profile (string)
2497 </dd> 3373 </dd>
2498 </dl><a NAME="UserInterface.handleUrl" ID="UserInterface.handleUrl"></a> 3374 </dl>
3375 <a NAME="UserInterface.handleUrl" ID="UserInterface.handleUrl"></a>
2499 <h4>UserInterface.handleUrl</h4> 3376 <h4>UserInterface.handleUrl</h4>
2500 <b>handleUrl</b>(<i>url</i>) 3377 <b>handleUrl</b>(<i>url</i>)
3378
2501 <p> 3379 <p>
2502 Public slot to handle opening a URL. 3380 Public slot to handle opening a URL.
2503 </p><dl> 3381 </p>
3382 <dl>
3383
2504 <dt><i>url</i> (QUrl)</dt> 3384 <dt><i>url</i> (QUrl)</dt>
2505 <dd> 3385 <dd>
2506 URL to be shown 3386 URL to be shown
2507 </dd> 3387 </dd>
2508 </dl><a NAME="UserInterface.isOnline" ID="UserInterface.isOnline"></a> 3388 </dl>
3389 <a NAME="UserInterface.isOnline" ID="UserInterface.isOnline"></a>
2509 <h4>UserInterface.isOnline</h4> 3390 <h4>UserInterface.isOnline</h4>
2510 <b>isOnline</b>(<i></i>) 3391 <b>isOnline</b>(<i></i>)
3392
2511 <p> 3393 <p>
2512 Public method to get the online state. 3394 Public method to get the online state.
2513 </p><dl> 3395 </p>
3396 <dl>
2514 <dt>Returns:</dt> 3397 <dt>Returns:</dt>
2515 <dd> 3398 <dd>
2516 online state 3399 online state
2517 </dd> 3400 </dd>
2518 </dl><dl> 3401 </dl>
3402 <dl>
2519 <dt>Return Type:</dt> 3403 <dt>Return Type:</dt>
2520 <dd> 3404 <dd>
2521 bool 3405 bool
2522 </dd> 3406 </dd>
2523 </dl><a NAME="UserInterface.launchHelpViewer" ID="UserInterface.launchHelpViewer"></a> 3407 </dl>
3408 <a NAME="UserInterface.launchHelpViewer" ID="UserInterface.launchHelpViewer"></a>
2524 <h4>UserInterface.launchHelpViewer</h4> 3409 <h4>UserInterface.launchHelpViewer</h4>
2525 <b>launchHelpViewer</b>(<i>home, searchWord=None, useSingle=False</i>) 3410 <b>launchHelpViewer</b>(<i>home, searchWord=None, useSingle=False</i>)
3411
2526 <p> 3412 <p>
2527 Public slot to start the help viewer/web browser. 3413 Public slot to start the help viewer/web browser.
2528 </p><dl> 3414 </p>
3415 <dl>
3416
2529 <dt><i>home</i> (str or QUrl)</dt> 3417 <dt><i>home</i> (str or QUrl)</dt>
2530 <dd> 3418 <dd>
2531 filename of file to be shown or URL to be opened 3419 filename of file to be shown or URL to be opened
2532 </dd><dt><i>searchWord=</i> (str)</dt> 3420 </dd>
3421 <dt><i>searchWord=</i> (str)</dt>
2533 <dd> 3422 <dd>
2534 word to search for 3423 word to search for
2535 </dd><dt><i>useSingle=</i> (bool)</dt> 3424 </dd>
3425 <dt><i>useSingle=</i> (bool)</dt>
2536 <dd> 3426 <dd>
2537 flag indicating to use a single browser window 3427 flag indicating to use a single browser window
2538 </dd> 3428 </dd>
2539 </dl><a NAME="UserInterface.networkAccessManager" ID="UserInterface.networkAccessManager"></a> 3429 </dl>
3430 <a NAME="UserInterface.networkAccessManager" ID="UserInterface.networkAccessManager"></a>
2540 <h4>UserInterface.networkAccessManager</h4> 3431 <h4>UserInterface.networkAccessManager</h4>
2541 <b>networkAccessManager</b>(<i></i>) 3432 <b>networkAccessManager</b>(<i></i>)
3433
2542 <p> 3434 <p>
2543 Public method to get a reference to the network access manager object. 3435 Public method to get a reference to the network access manager object.
2544 </p><dl> 3436 </p>
3437 <dl>
2545 <dt>Returns:</dt> 3438 <dt>Returns:</dt>
2546 <dd> 3439 <dd>
2547 reference to the network access manager object 3440 reference to the network access manager object
2548 </dd> 3441 </dd>
2549 </dl><dl> 3442 </dl>
3443 <dl>
2550 <dt>Return Type:</dt> 3444 <dt>Return Type:</dt>
2551 <dd> 3445 <dd>
2552 QNetworkAccessManager 3446 QNetworkAccessManager
2553 </dd> 3447 </dd>
2554 </dl><a NAME="UserInterface.notificationsEnabled" ID="UserInterface.notificationsEnabled"></a> 3448 </dl>
3449 <a NAME="UserInterface.notificationsEnabled" ID="UserInterface.notificationsEnabled"></a>
2555 <h4>UserInterface.notificationsEnabled</h4> 3450 <h4>UserInterface.notificationsEnabled</h4>
2556 <b>notificationsEnabled</b>(<i></i>) 3451 <b>notificationsEnabled</b>(<i></i>)
3452
2557 <p> 3453 <p>
2558 Public method to check, if notifications are enabled. 3454 Public method to check, if notifications are enabled.
2559 </p><dl> 3455 </p>
3456 <dl>
2560 <dt>Returns:</dt> 3457 <dt>Returns:</dt>
2561 <dd> 3458 <dd>
2562 flag indicating, if notifications are enabled (boolean) 3459 flag indicating, if notifications are enabled (boolean)
2563 </dd> 3460 </dd>
2564 </dl><a NAME="UserInterface.performVersionCheck" ID="UserInterface.performVersionCheck"></a> 3461 </dl>
3462 <a NAME="UserInterface.performVersionCheck" ID="UserInterface.performVersionCheck"></a>
2565 <h4>UserInterface.performVersionCheck</h4> 3463 <h4>UserInterface.performVersionCheck</h4>
2566 <b>performVersionCheck</b>(<i>manual=True, alternative=0, showVersions=False</i>) 3464 <b>performVersionCheck</b>(<i>manual=True, alternative=0, showVersions=False</i>)
3465
2567 <p> 3466 <p>
2568 Public method to check the internet for an eric6 update. 3467 Public method to check the internet for an eric6 update.
2569 </p><dl> 3468 </p>
3469 <dl>
3470
2570 <dt><i>manual</i></dt> 3471 <dt><i>manual</i></dt>
2571 <dd> 3472 <dd>
2572 flag indicating an invocation via the menu (boolean) 3473 flag indicating an invocation via the menu (boolean)
2573 </dd><dt><i>alternative</i></dt> 3474 </dd>
3475 <dt><i>alternative</i></dt>
2574 <dd> 3476 <dd>
2575 index of server to download from (integer) 3477 index of server to download from (integer)
2576 </dd><dt><i>showVersions=</i></dt> 3478 </dd>
3479 <dt><i>showVersions=</i></dt>
2577 <dd> 3480 <dd>
2578 flag indicating the show versions mode (boolean) 3481 flag indicating the show versions mode (boolean)
2579 </dd> 3482 </dd>
2580 </dl><a NAME="UserInterface.processArgs" ID="UserInterface.processArgs"></a> 3483 </dl>
3484 <a NAME="UserInterface.processArgs" ID="UserInterface.processArgs"></a>
2581 <h4>UserInterface.processArgs</h4> 3485 <h4>UserInterface.processArgs</h4>
2582 <b>processArgs</b>(<i>args</i>) 3486 <b>processArgs</b>(<i>args</i>)
3487
2583 <p> 3488 <p>
2584 Public method to process the command line args passed to the UI. 3489 Public method to process the command line args passed to the UI.
2585 </p><dl> 3490 </p>
3491 <dl>
3492
2586 <dt><i>args</i></dt> 3493 <dt><i>args</i></dt>
2587 <dd> 3494 <dd>
2588 list of files to open<br /> 3495 list of files to open<br />
2589 The args are processed one at a time. All arguments after a 3496 The args are processed one at a time. All arguments after a
2590 '--' option are considered debug arguments to the program 3497 '--' option are considered debug arguments to the program
2591 for the debugger. All files named before the '--' option 3498 for the debugger. All files named before the '--' option
2592 are opened in a text editor, unless the argument ends in 3499 are opened in a text editor, unless the argument ends in
2593 .e4p, then it is opened as a project file. If it ends in 3500 .e4p, then it is opened as a project file. If it ends in
2594 .e4m or .e5m, it is opened as a multiproject. 3501 .e4m or .e5m, it is opened as a multiproject.
2595 </dd> 3502 </dd>
2596 </dl><a NAME="UserInterface.registerToolbar" ID="UserInterface.registerToolbar"></a> 3503 </dl>
3504 <a NAME="UserInterface.registerToolbar" ID="UserInterface.registerToolbar"></a>
2597 <h4>UserInterface.registerToolbar</h4> 3505 <h4>UserInterface.registerToolbar</h4>
2598 <b>registerToolbar</b>(<i>name, text, toolbar</i>) 3506 <b>registerToolbar</b>(<i>name, text, toolbar</i>)
3507
2599 <p> 3508 <p>
2600 Public method to register a toolbar. 3509 Public method to register a toolbar.
2601 </p><p> 3510 </p>
3511 <p>
2602 This method must be called in order to make a toolbar manageable by the 3512 This method must be called in order to make a toolbar manageable by the
2603 UserInterface object. 3513 UserInterface object.
2604 </p><dl> 3514 </p>
3515 <dl>
3516
2605 <dt><i>name</i></dt> 3517 <dt><i>name</i></dt>
2606 <dd> 3518 <dd>
2607 name of the toolbar (string). This is used as the key into 3519 name of the toolbar (string). This is used as the key into
2608 the dictionary of toolbar references. 3520 the dictionary of toolbar references.
2609 </dd><dt><i>text</i></dt> 3521 </dd>
3522 <dt><i>text</i></dt>
2610 <dd> 3523 <dd>
2611 user visible text for the toolbar entry (string) 3524 user visible text for the toolbar entry (string)
2612 </dd><dt><i>toolbar</i></dt> 3525 </dd>
3526 <dt><i>toolbar</i></dt>
2613 <dd> 3527 <dd>
2614 reference to the toolbar to be registered (QToolBar) 3528 reference to the toolbar to be registered (QToolBar)
2615 </dd> 3529 </dd>
2616 </dl><dl> 3530 </dl>
3531 <dl>
3532
2617 <dt>Raises <b>KeyError</b>:</dt> 3533 <dt>Raises <b>KeyError</b>:</dt>
2618 <dd> 3534 <dd>
2619 raised, if a toolbar with the given name was 3535 raised, if a toolbar with the given name was
2620 already registered 3536 already registered
2621 </dd> 3537 </dd>
2622 </dl><a NAME="UserInterface.removeE5Actions" ID="UserInterface.removeE5Actions"></a> 3538 </dl>
3539 <a NAME="UserInterface.removeE5Actions" ID="UserInterface.removeE5Actions"></a>
2623 <h4>UserInterface.removeE5Actions</h4> 3540 <h4>UserInterface.removeE5Actions</h4>
2624 <b>removeE5Actions</b>(<i>actions, actionType='ui'</i>) 3541 <b>removeE5Actions</b>(<i>actions, actionType='ui'</i>)
3542
2625 <p> 3543 <p>
2626 Public method to remove actions from the list of actions. 3544 Public method to remove actions from the list of actions.
2627 </p><dl> 3545 </p>
3546 <dl>
3547
2628 <dt><i>actions</i></dt> 3548 <dt><i>actions</i></dt>
2629 <dd> 3549 <dd>
2630 list of actions (list of E5Action) 3550 list of actions (list of E5Action)
2631 </dd><dt><i>actionType</i></dt> 3551 </dd>
3552 <dt><i>actionType</i></dt>
2632 <dd> 3553 <dd>
2633 string denoting the action set to remove from. 3554 string denoting the action set to remove from.
2634 It must be one of "ui" or "wizards". 3555 It must be one of "ui" or "wizards".
2635 </dd> 3556 </dd>
2636 </dl><a NAME="UserInterface.removeSideWidget" ID="UserInterface.removeSideWidget"></a> 3557 </dl>
3558 <a NAME="UserInterface.removeSideWidget" ID="UserInterface.removeSideWidget"></a>
2637 <h4>UserInterface.removeSideWidget</h4> 3559 <h4>UserInterface.removeSideWidget</h4>
2638 <b>removeSideWidget</b>(<i>widget</i>) 3560 <b>removeSideWidget</b>(<i>widget</i>)
3561
2639 <p> 3562 <p>
2640 Public method to remove a widget added using addSideWidget(). 3563 Public method to remove a widget added using addSideWidget().
2641 </p><dl> 3564 </p>
3565 <dl>
3566
2642 <dt><i>widget</i> (QWidget)</dt> 3567 <dt><i>widget</i> (QWidget)</dt>
2643 <dd> 3568 <dd>
2644 reference to the widget to remove 3569 reference to the widget to remove
2645 </dd> 3570 </dd>
2646 </dl><a NAME="UserInterface.reregisterToolbar" ID="UserInterface.reregisterToolbar"></a> 3571 </dl>
3572 <a NAME="UserInterface.reregisterToolbar" ID="UserInterface.reregisterToolbar"></a>
2647 <h4>UserInterface.reregisterToolbar</h4> 3573 <h4>UserInterface.reregisterToolbar</h4>
2648 <b>reregisterToolbar</b>(<i>name, text</i>) 3574 <b>reregisterToolbar</b>(<i>name, text</i>)
3575
2649 <p> 3576 <p>
2650 Public method to change the visible text for the named toolbar. 3577 Public method to change the visible text for the named toolbar.
2651 </p><dl> 3578 </p>
3579 <dl>
3580
2652 <dt><i>name</i></dt> 3581 <dt><i>name</i></dt>
2653 <dd> 3582 <dd>
2654 name of the toolbar to be changed (string) 3583 name of the toolbar to be changed (string)
2655 </dd><dt><i>text</i></dt> 3584 </dd>
3585 <dt><i>text</i></dt>
2656 <dd> 3586 <dd>
2657 new user visible text for the toolbar entry (string) 3587 new user visible text for the toolbar entry (string)
2658 </dd> 3588 </dd>
2659 </dl><a NAME="UserInterface.setDebugProfile" ID="UserInterface.setDebugProfile"></a> 3589 </dl>
3590 <a NAME="UserInterface.setDebugProfile" ID="UserInterface.setDebugProfile"></a>
2660 <h4>UserInterface.setDebugProfile</h4> 3591 <h4>UserInterface.setDebugProfile</h4>
2661 <b>setDebugProfile</b>(<i>save=True</i>) 3592 <b>setDebugProfile</b>(<i>save=True</i>)
3593
2662 <p> 3594 <p>
2663 Public slot to activate the debug view profile. 3595 Public slot to activate the debug view profile.
2664 </p><dl> 3596 </p>
3597 <dl>
3598
2665 <dt><i>save</i></dt> 3599 <dt><i>save</i></dt>
2666 <dd> 3600 <dd>
2667 flag indicating that the current profile should 3601 flag indicating that the current profile should
2668 be saved (boolean) 3602 be saved (boolean)
2669 </dd> 3603 </dd>
2670 </dl><a NAME="UserInterface.showAvailableVersionsInfo" ID="UserInterface.showAvailableVersionsInfo"></a> 3604 </dl>
3605 <a NAME="UserInterface.showAvailableVersionsInfo" ID="UserInterface.showAvailableVersionsInfo"></a>
2671 <h4>UserInterface.showAvailableVersionsInfo</h4> 3606 <h4>UserInterface.showAvailableVersionsInfo</h4>
2672 <b>showAvailableVersionsInfo</b>(<i></i>) 3607 <b>showAvailableVersionsInfo</b>(<i></i>)
3608
2673 <p> 3609 <p>
2674 Public method to show the eric6 versions available for download. 3610 Public method to show the eric6 versions available for download.
2675 </p><a NAME="UserInterface.showEmailDialog" ID="UserInterface.showEmailDialog"></a> 3611 </p>
3612 <a NAME="UserInterface.showEmailDialog" ID="UserInterface.showEmailDialog"></a>
2676 <h4>UserInterface.showEmailDialog</h4> 3613 <h4>UserInterface.showEmailDialog</h4>
2677 <b>showEmailDialog</b>(<i>mode, attachFile=None, deleteAttachFile=False</i>) 3614 <b>showEmailDialog</b>(<i>mode, attachFile=None, deleteAttachFile=False</i>)
3615
2678 <p> 3616 <p>
2679 Public slot to show the email dialog in a given mode. 3617 Public slot to show the email dialog in a given mode.
2680 </p><dl> 3618 </p>
3619 <dl>
3620
2681 <dt><i>mode</i></dt> 3621 <dt><i>mode</i></dt>
2682 <dd> 3622 <dd>
2683 mode of the email dialog (string, "bug" or "feature") 3623 mode of the email dialog (string, "bug" or "feature")
2684 </dd><dt><i>attachFile</i></dt> 3624 </dd>
3625 <dt><i>attachFile</i></dt>
2685 <dd> 3626 <dd>
2686 name of a file to attach to the email (string) 3627 name of a file to attach to the email (string)
2687 </dd><dt><i>deleteAttachFile</i></dt> 3628 </dd>
3629 <dt><i>deleteAttachFile</i></dt>
2688 <dd> 3630 <dd>
2689 flag indicating to delete the attached file 3631 flag indicating to delete the attached file
2690 after it has been sent (boolean) 3632 after it has been sent (boolean)
2691 </dd> 3633 </dd>
2692 </dl><a NAME="UserInterface.showEvent" ID="UserInterface.showEvent"></a> 3634 </dl>
3635 <a NAME="UserInterface.showEvent" ID="UserInterface.showEvent"></a>
2693 <h4>UserInterface.showEvent</h4> 3636 <h4>UserInterface.showEvent</h4>
2694 <b>showEvent</b>(<i>evt</i>) 3637 <b>showEvent</b>(<i>evt</i>)
3638
2695 <p> 3639 <p>
2696 Protected method to handle the show event. 3640 Protected method to handle the show event.
2697 </p><dl> 3641 </p>
3642 <dl>
3643
2698 <dt><i>evt</i></dt> 3644 <dt><i>evt</i></dt>
2699 <dd> 3645 <dd>
2700 reference to the show event (QShowEvent) 3646 reference to the show event (QShowEvent)
2701 </dd> 3647 </dd>
2702 </dl><a NAME="UserInterface.showFindFileByNameDialog" ID="UserInterface.showFindFileByNameDialog"></a> 3648 </dl>
3649 <a NAME="UserInterface.showFindFileByNameDialog" ID="UserInterface.showFindFileByNameDialog"></a>
2703 <h4>UserInterface.showFindFileByNameDialog</h4> 3650 <h4>UserInterface.showFindFileByNameDialog</h4>
2704 <b>showFindFileByNameDialog</b>(<i></i>) 3651 <b>showFindFileByNameDialog</b>(<i></i>)
3652
2705 <p> 3653 <p>
2706 Public slot to show the Find File by Name dialog. 3654 Public slot to show the Find File by Name dialog.
2707 </p><a NAME="UserInterface.showFindFilesDialog" ID="UserInterface.showFindFilesDialog"></a> 3655 </p>
3656 <a NAME="UserInterface.showFindFilesDialog" ID="UserInterface.showFindFilesDialog"></a>
2708 <h4>UserInterface.showFindFilesDialog</h4> 3657 <h4>UserInterface.showFindFilesDialog</h4>
2709 <b>showFindFilesDialog</b>(<i>txt="", searchDir="", openFiles=False</i>) 3658 <b>showFindFilesDialog</b>(<i>txt="", searchDir="", openFiles=False</i>)
3659
2710 <p> 3660 <p>
2711 Public slot to show the Find In Files dialog. 3661 Public slot to show the Find In Files dialog.
2712 </p><dl> 3662 </p>
3663 <dl>
3664
2713 <dt><i>txt=</i></dt> 3665 <dt><i>txt=</i></dt>
2714 <dd> 3666 <dd>
2715 text to search for (string) 3667 text to search for (string)
2716 </dd><dt><i>searchDir=</i></dt> 3668 </dd>
3669 <dt><i>searchDir=</i></dt>
2717 <dd> 3670 <dd>
2718 directory to search in (string) 3671 directory to search in (string)
2719 </dd><dt><i>openFiles=</i></dt> 3672 </dd>
3673 <dt><i>openFiles=</i></dt>
2720 <dd> 3674 <dd>
2721 flag indicating to operate on open files (boolean) 3675 flag indicating to operate on open files (boolean)
2722 </dd> 3676 </dd>
2723 </dl><a NAME="UserInterface.showLogViewer" ID="UserInterface.showLogViewer"></a> 3677 </dl>
3678 <a NAME="UserInterface.showLogViewer" ID="UserInterface.showLogViewer"></a>
2724 <h4>UserInterface.showLogViewer</h4> 3679 <h4>UserInterface.showLogViewer</h4>
2725 <b>showLogViewer</b>(<i></i>) 3680 <b>showLogViewer</b>(<i></i>)
3681
2726 <p> 3682 <p>
2727 Public method to show the Log-Viewer. 3683 Public method to show the Log-Viewer.
2728 </p><a NAME="UserInterface.showNotification" ID="UserInterface.showNotification"></a> 3684 </p>
3685 <a NAME="UserInterface.showNotification" ID="UserInterface.showNotification"></a>
2729 <h4>UserInterface.showNotification</h4> 3686 <h4>UserInterface.showNotification</h4>
2730 <b>showNotification</b>(<i>icon, heading, text, timeout=None</i>) 3687 <b>showNotification</b>(<i>icon, heading, text, timeout=None</i>)
3688
2731 <p> 3689 <p>
2732 Public method to show a desktop notification. 3690 Public method to show a desktop notification.
2733 </p><dl> 3691 </p>
3692 <dl>
3693
2734 <dt><i>icon</i> (QPixmap)</dt> 3694 <dt><i>icon</i> (QPixmap)</dt>
2735 <dd> 3695 <dd>
2736 icon to be shown in the notification 3696 icon to be shown in the notification
2737 </dd><dt><i>heading</i> (str)</dt> 3697 </dd>
3698 <dt><i>heading</i> (str)</dt>
2738 <dd> 3699 <dd>
2739 heading of the notification 3700 heading of the notification
2740 </dd><dt><i>text</i> (str)</dt> 3701 </dd>
3702 <dt><i>text</i> (str)</dt>
2741 <dd> 3703 <dd>
2742 text of the notification 3704 text of the notification
2743 </dd><dt><i>timeout</i> (int)</dt> 3705 </dd>
3706 <dt><i>timeout</i> (int)</dt>
2744 <dd> 3707 <dd>
2745 time in seconds the notification should be shown 3708 time in seconds the notification should be shown
2746 (None = use configured timeout, 0 = indefinitely) 3709 (None = use configured timeout, 0 = indefinitely)
2747 </dd> 3710 </dd>
2748 </dl><a NAME="UserInterface.showPluginsAvailable" ID="UserInterface.showPluginsAvailable"></a> 3711 </dl>
3712 <a NAME="UserInterface.showPluginsAvailable" ID="UserInterface.showPluginsAvailable"></a>
2749 <h4>UserInterface.showPluginsAvailable</h4> 3713 <h4>UserInterface.showPluginsAvailable</h4>
2750 <b>showPluginsAvailable</b>(<i></i>) 3714 <b>showPluginsAvailable</b>(<i></i>)
3715
2751 <p> 3716 <p>
2752 Public slot to show the plugins available for download. 3717 Public slot to show the plugins available for download.
2753 </p><a NAME="UserInterface.showPreferences" ID="UserInterface.showPreferences"></a> 3718 </p>
3719 <a NAME="UserInterface.showPreferences" ID="UserInterface.showPreferences"></a>
2754 <h4>UserInterface.showPreferences</h4> 3720 <h4>UserInterface.showPreferences</h4>
2755 <b>showPreferences</b>(<i>pageName=None</i>) 3721 <b>showPreferences</b>(<i>pageName=None</i>)
3722
2756 <p> 3723 <p>
2757 Public slot to set the preferences. 3724 Public slot to set the preferences.
2758 </p><dl> 3725 </p>
3726 <dl>
3727
2759 <dt><i>pageName</i></dt> 3728 <dt><i>pageName</i></dt>
2760 <dd> 3729 <dd>
2761 name of the configuration page to show (string) 3730 name of the configuration page to show (string)
2762 </dd> 3731 </dd>
2763 </dl><a NAME="UserInterface.showReplaceFilesDialog" ID="UserInterface.showReplaceFilesDialog"></a> 3732 </dl>
3733 <a NAME="UserInterface.showReplaceFilesDialog" ID="UserInterface.showReplaceFilesDialog"></a>
2764 <h4>UserInterface.showReplaceFilesDialog</h4> 3734 <h4>UserInterface.showReplaceFilesDialog</h4>
2765 <b>showReplaceFilesDialog</b>(<i>txt="", searchDir="", openFiles=False</i>) 3735 <b>showReplaceFilesDialog</b>(<i>txt="", searchDir="", openFiles=False</i>)
3736
2766 <p> 3737 <p>
2767 Public slot to show the Find & Replace In Files dialog. 3738 Public slot to show the Find & Replace In Files dialog.
2768 </p><dl> 3739 </p>
3740 <dl>
3741
2769 <dt><i>txt=</i></dt> 3742 <dt><i>txt=</i></dt>
2770 <dd> 3743 <dd>
2771 text to search for (string) 3744 text to search for (string)
2772 </dd><dt><i>searchDir=</i></dt> 3745 </dd>
3746 <dt><i>searchDir=</i></dt>
2773 <dd> 3747 <dd>
2774 directory to search in (string) 3748 directory to search in (string)
2775 </dd><dt><i>openFiles=</i></dt> 3749 </dd>
3750 <dt><i>openFiles=</i></dt>
2776 <dd> 3751 <dd>
2777 flag indicating to operate on open files (boolean) 3752 flag indicating to operate on open files (boolean)
2778 </dd> 3753 </dd>
2779 </dl><a NAME="UserInterface.showSideWidget" ID="UserInterface.showSideWidget"></a> 3754 </dl>
3755 <a NAME="UserInterface.showSideWidget" ID="UserInterface.showSideWidget"></a>
2780 <h4>UserInterface.showSideWidget</h4> 3756 <h4>UserInterface.showSideWidget</h4>
2781 <b>showSideWidget</b>(<i>widget</i>) 3757 <b>showSideWidget</b>(<i>widget</i>)
3758
2782 <p> 3759 <p>
2783 Public method to show a specific widget placed in the side widgets. 3760 Public method to show a specific widget placed in the side widgets.
2784 </p><dl> 3761 </p>
3762 <dl>
3763
2785 <dt><i>widget</i> (QWidget)</dt> 3764 <dt><i>widget</i> (QWidget)</dt>
2786 <dd> 3765 <dd>
2787 reference to the widget to be shown 3766 reference to the widget to be shown
2788 </dd> 3767 </dd>
2789 </dl><a NAME="UserInterface.unregisterToolbar" ID="UserInterface.unregisterToolbar"></a> 3768 </dl>
3769 <a NAME="UserInterface.unregisterToolbar" ID="UserInterface.unregisterToolbar"></a>
2790 <h4>UserInterface.unregisterToolbar</h4> 3770 <h4>UserInterface.unregisterToolbar</h4>
2791 <b>unregisterToolbar</b>(<i>name</i>) 3771 <b>unregisterToolbar</b>(<i>name</i>)
3772
2792 <p> 3773 <p>
2793 Public method to unregister a toolbar. 3774 Public method to unregister a toolbar.
2794 </p><dl> 3775 </p>
3776 <dl>
3777
2795 <dt><i>name</i></dt> 3778 <dt><i>name</i></dt>
2796 <dd> 3779 <dd>
2797 name of the toolbar (string). 3780 name of the toolbar (string).
2798 </dd> 3781 </dd>
2799 </dl><a NAME="UserInterface.versionIsNewer" ID="UserInterface.versionIsNewer"></a> 3782 </dl>
3783 <a NAME="UserInterface.versionIsNewer" ID="UserInterface.versionIsNewer"></a>
2800 <h4>UserInterface.versionIsNewer</h4> 3784 <h4>UserInterface.versionIsNewer</h4>
2801 <b>versionIsNewer</b>(<i>required, snapshot=None</i>) 3785 <b>versionIsNewer</b>(<i>required, snapshot=None</i>)
3786
2802 <p> 3787 <p>
2803 Public method to check, if the eric6 version is good compared to 3788 Public method to check, if the eric6 version is good compared to
2804 the required version. 3789 the required version.
2805 </p><dl> 3790 </p>
3791 <dl>
3792
2806 <dt><i>required</i></dt> 3793 <dt><i>required</i></dt>
2807 <dd> 3794 <dd>
2808 required version (string) 3795 required version (string)
2809 </dd><dt><i>snapshot</i></dt> 3796 </dd>
3797 <dt><i>snapshot</i></dt>
2810 <dd> 3798 <dd>
2811 required snapshot version (string) 3799 required snapshot version (string)
2812 </dd> 3800 </dd>
2813 </dl><dl> 3801 </dl>
3802 <dl>
2814 <dt>Returns:</dt> 3803 <dt>Returns:</dt>
2815 <dd> 3804 <dd>
2816 flag indicating, that the version is newer than the required 3805 flag indicating, that the version is newer than the required
2817 one (boolean) 3806 one (boolean)
2818 </dd> 3807 </dd>

eric ide

mercurial