74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#TrayStarter.__loadRecentProjects">__loadRecentProjects</a></td> |
75 <td><a href="#TrayStarter.__loadRecentProjects">__loadRecentProjects</a></td> |
76 <td>Private method to load the recently opened project filenames.</td> |
76 <td>Private method to load the recently opened project filenames.</td> |
77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#TrayStarter.__openRecent">__openRecent</a></td> |
78 <td><a href="#TrayStarter.__openRecent">__openRecent</a></td> |
79 <td>Private method to open a project or file from the list of rencently opened projects or files.</td> |
79 <td>Private method to open a project or file from the list of recently opened projects or files.</td> |
80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#TrayStarter.__showContextMenu">__showContextMenu</a></td> |
81 <td><a href="#TrayStarter.__showContextMenu">__showContextMenu</a></td> |
82 <td>Private slot to show the context menu.</td> |
82 <td>Private slot to show the context menu.</td> |
83 </tr><tr> |
83 </tr><tr> |
84 <td><a href="#TrayStarter.__showPreferences">__showPreferences</a></td> |
84 <td><a href="#TrayStarter.__showPreferences">__showPreferences</a></td> |
171 <p> |
171 <p> |
172 Private slot to handle the activated signal. |
172 Private slot to handle the activated signal. |
173 </p><dl> |
173 </p><dl> |
174 <dt><i>reason</i></dt> |
174 <dt><i>reason</i></dt> |
175 <dd> |
175 <dd> |
176 reason code of the signal (QSystemTrayIcon.ActivationReason) |
176 reason code of the signal |
|
177 (QSystemTrayIcon.ActivationReason) |
177 </dd> |
178 </dd> |
178 </dl><a NAME="TrayStarter.__loadRecentFiles" ID="TrayStarter.__loadRecentFiles"></a> |
179 </dl><a NAME="TrayStarter.__loadRecentFiles" ID="TrayStarter.__loadRecentFiles"></a> |
179 <h4>TrayStarter.__loadRecentFiles</h4> |
180 <h4>TrayStarter.__loadRecentFiles</h4> |
180 <b>__loadRecentFiles</b>(<i></i>) |
181 <b>__loadRecentFiles</b>(<i></i>) |
181 <p> |
182 <p> |
192 Private method to load the recently opened project filenames. |
193 Private method to load the recently opened project filenames. |
193 </p><a NAME="TrayStarter.__openRecent" ID="TrayStarter.__openRecent"></a> |
194 </p><a NAME="TrayStarter.__openRecent" ID="TrayStarter.__openRecent"></a> |
194 <h4>TrayStarter.__openRecent</h4> |
195 <h4>TrayStarter.__openRecent</h4> |
195 <b>__openRecent</b>(<i>act</i>) |
196 <b>__openRecent</b>(<i>act</i>) |
196 <p> |
197 <p> |
197 Private method to open a project or file from the list of rencently opened |
198 Private method to open a project or file from the list of recently |
198 projects or files. |
199 opened projects or files. |
199 </p><dl> |
200 </p><dl> |
200 <dt><i>act</i></dt> |
201 <dt><i>act</i></dt> |
201 <dd> |
202 <dd> |
202 reference to the action that triggered (QAction) |
203 reference to the action that triggered (QAction) |
203 </dd> |
204 </dd> |