91 <td>Private method to set up the recent multi projects menu.</td> |
91 <td>Private method to set up the recent multi projects menu.</td> |
92 </tr><tr> |
92 </tr><tr> |
93 <td><a href="#TrayStarter.__showRecentProjectsMenu">__showRecentProjectsMenu</a></td> |
93 <td><a href="#TrayStarter.__showRecentProjectsMenu">__showRecentProjectsMenu</a></td> |
94 <td>Private method to set up the recent projects menu.</td> |
94 <td>Private method to set up the recent projects menu.</td> |
95 </tr><tr> |
95 </tr><tr> |
|
96 <td><a href="#TrayStarter.__showVersions">__showVersions</a></td> |
|
97 <td>Private slot to handle the Versions dialog.</td> |
|
98 </tr><tr> |
96 <td><a href="#TrayStarter.__startCompare">__startCompare</a></td> |
99 <td><a href="#TrayStarter.__startCompare">__startCompare</a></td> |
97 <td>Private slot to start the eric6 compare dialog.</td> |
100 <td>Private slot to start the eric6 compare dialog.</td> |
98 </tr><tr> |
101 </tr><tr> |
99 <td><a href="#TrayStarter.__startDiff">__startDiff</a></td> |
102 <td><a href="#TrayStarter.__startDiff">__startDiff</a></td> |
100 <td>Private slot to start the eric6 diff dialog.</td> |
103 <td>Private slot to start the eric6 diff dialog.</td> |
158 <table> |
161 <table> |
159 <tr><td>None</td></tr> |
162 <tr><td>None</td></tr> |
160 </table> |
163 </table> |
161 <a NAME="TrayStarter.__init__" ID="TrayStarter.__init__"></a> |
164 <a NAME="TrayStarter.__init__" ID="TrayStarter.__init__"></a> |
162 <h4>TrayStarter (Constructor)</h4> |
165 <h4>TrayStarter (Constructor)</h4> |
163 <b>TrayStarter</b>(<i>usePyQt4, settingsDir</i>) |
166 <b>TrayStarter</b>(<i>usePyQt4, settingsDir, webEngine=False</i>) |
164 <p> |
167 <p> |
165 Constructor |
168 Constructor |
166 </p><dl> |
169 </p><dl> |
167 <dt><i>usePyQt4</i> (bool)</dt> |
170 <dt><i>usePyQt4</i> (bool)</dt> |
168 <dd> |
171 <dd> |
169 flag indicating to use PyQt4 |
172 flag indicating to use PyQt4 |
170 </dd><dt><i>settingsDir</i> (str)</dt> |
173 </dd><dt><i>settingsDir</i> (str)</dt> |
171 <dd> |
174 <dd> |
172 directory to be used for the settings files |
175 directory to be used for the settings files |
|
176 </dd><dt><i>webEngine=</i> (bool)</dt> |
|
177 <dd> |
|
178 flag indicating QtWebEngine is used |
173 </dd> |
179 </dd> |
174 </dl><a NAME="TrayStarter.__about" ID="TrayStarter.__about"></a> |
180 </dl><a NAME="TrayStarter.__about" ID="TrayStarter.__about"></a> |
175 <h4>TrayStarter.__about</h4> |
181 <h4>TrayStarter.__about</h4> |
176 <b>__about</b>(<i></i>) |
182 <b>__about</b>(<i></i>) |
177 <p> |
183 <p> |
236 </p><a NAME="TrayStarter.__showRecentProjectsMenu" ID="TrayStarter.__showRecentProjectsMenu"></a> |
242 </p><a NAME="TrayStarter.__showRecentProjectsMenu" ID="TrayStarter.__showRecentProjectsMenu"></a> |
237 <h4>TrayStarter.__showRecentProjectsMenu</h4> |
243 <h4>TrayStarter.__showRecentProjectsMenu</h4> |
238 <b>__showRecentProjectsMenu</b>(<i></i>) |
244 <b>__showRecentProjectsMenu</b>(<i></i>) |
239 <p> |
245 <p> |
240 Private method to set up the recent projects menu. |
246 Private method to set up the recent projects menu. |
|
247 </p><a NAME="TrayStarter.__showVersions" ID="TrayStarter.__showVersions"></a> |
|
248 <h4>TrayStarter.__showVersions</h4> |
|
249 <b>__showVersions</b>(<i></i>) |
|
250 <p> |
|
251 Private slot to handle the Versions dialog. |
241 </p><a NAME="TrayStarter.__startCompare" ID="TrayStarter.__startCompare"></a> |
252 </p><a NAME="TrayStarter.__startCompare" ID="TrayStarter.__startCompare"></a> |
242 <h4>TrayStarter.__startCompare</h4> |
253 <h4>TrayStarter.__startCompare</h4> |
243 <b>__startCompare</b>(<i></i>) |
254 <b>__startCompare</b>(<i></i>) |
244 <p> |
255 <p> |
245 Private slot to start the eric6 compare dialog. |
256 Private slot to start the eric6 compare dialog. |