633 <td>Public slot to initialize the project related actions.</td> |
633 <td>Public slot to initialize the project related actions.</td> |
634 </tr><tr> |
634 </tr><tr> |
635 <td><a href="#Project.initFileTypes">initFileTypes</a></td> |
635 <td><a href="#Project.initFileTypes">initFileTypes</a></td> |
636 <td>Public method to initialize the filetype associations with default values.</td> |
636 <td>Public method to initialize the filetype associations with default values.</td> |
637 </tr><tr> |
637 </tr><tr> |
638 <td><a href="#Project.initMenu">initMenu</a></td> |
638 <td><a href="#Project.initMenus">initMenus</a></td> |
639 <td>Public slot to initialize the project menu.</td> |
639 <td>Public slot to initialize the project menus.</td> |
640 </tr><tr> |
640 </tr><tr> |
641 <td><a href="#Project.initToolbars">initToolbars</a></td> |
641 <td><a href="#Project.initToolbars">initToolbars</a></td> |
642 <td>Public slot to initialize the project toolbar and the basic VCS toolbar.</td> |
642 <td>Public slot to initialize the project toolbar and the basic VCS toolbar.</td> |
643 </tr><tr> |
643 </tr><tr> |
644 <td><a href="#Project.initVCS">initVCS</a></td> |
644 <td><a href="#Project.initVCS">initVCS</a></td> |
2269 <h4>Project.initFileTypes</h4> |
2269 <h4>Project.initFileTypes</h4> |
2270 <b>initFileTypes</b>(<i></i>) |
2270 <b>initFileTypes</b>(<i></i>) |
2271 <p> |
2271 <p> |
2272 Public method to initialize the filetype associations with default |
2272 Public method to initialize the filetype associations with default |
2273 values. |
2273 values. |
2274 </p><a NAME="Project.initMenu" ID="Project.initMenu"></a> |
2274 </p><a NAME="Project.initMenus" ID="Project.initMenus"></a> |
2275 <h4>Project.initMenu</h4> |
2275 <h4>Project.initMenus</h4> |
2276 <b>initMenu</b>(<i></i>) |
2276 <b>initMenus</b>(<i></i>) |
2277 <p> |
2277 <p> |
2278 Public slot to initialize the project menu. |
2278 Public slot to initialize the project menus. |
2279 </p><dl> |
2279 </p><dl> |
2280 <dt>Returns:</dt> |
2280 <dt>Returns:</dt> |
2281 <dd> |
2281 <dd> |
2282 the menu generated (QMenu) |
2282 tuple of generated menus |
|
2283 </dd> |
|
2284 </dl><dl> |
|
2285 <dt>Return Type:</dt> |
|
2286 <dd> |
|
2287 tuple of (QMenu, QMenu) |
2283 </dd> |
2288 </dd> |
2284 </dl><a NAME="Project.initToolbars" ID="Project.initToolbars"></a> |
2289 </dl><a NAME="Project.initToolbars" ID="Project.initToolbars"></a> |
2285 <h4>Project.initToolbars</h4> |
2290 <h4>Project.initToolbars</h4> |
2286 <b>initToolbars</b>(<i>toolbarManager</i>) |
2291 <b>initToolbars</b>(<i>toolbarManager</i>) |
2287 <p> |
2292 <p> |