67 <td>Private method to set the checkboxes according to the selected project type.</td> |
67 <td>Private method to set the checkboxes according to the selected project type.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#ProjectBrowserPage.__storeProjectBrowserFlags">__storeProjectBrowserFlags</a></td> |
69 <td><a href="#ProjectBrowserPage.__storeProjectBrowserFlags">__storeProjectBrowserFlags</a></td> |
70 <td>Private method to store the flags for the selected project type.</td> |
70 <td>Private method to store the flags for the selected project type.</td> |
71 </tr><tr> |
71 </tr><tr> |
|
72 <td><a href="#ProjectBrowserPage.on_followCursorLineCheckBox_toggled">on_followCursorLineCheckBox_toggled</a></td> |
|
73 <td>Private slot to handle the change of the 'Follow Cursor Line' checkbox.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#ProjectBrowserPage.on_followEditorCheckBox_toggled">on_followEditorCheckBox_toggled</a></td> |
|
76 <td>Private slot to handle the change of the 'Follow Editor' checkbox.</td> |
|
77 </tr><tr> |
72 <td><a href="#ProjectBrowserPage.on_projectTypeCombo_activated">on_projectTypeCombo_activated</a></td> |
78 <td><a href="#ProjectBrowserPage.on_projectTypeCombo_activated">on_projectTypeCombo_activated</a></td> |
73 <td>Private slot to set the browser checkboxes according to the selected project type.</td> |
79 <td>Private slot to set the browser checkboxes according to the selected project type.</td> |
74 </tr><tr> |
80 </tr><tr> |
75 <td><a href="#ProjectBrowserPage.save">save</a></td> |
81 <td><a href="#ProjectBrowserPage.save">save</a></td> |
76 <td>Public slot to save the Project Browser configuration.</td> |
82 <td>Public slot to save the Project Browser configuration.</td> |
103 </p><dl> |
109 </p><dl> |
104 <dt><i>projectType</i></dt> |
110 <dt><i>projectType</i></dt> |
105 <dd> |
111 <dd> |
106 type of the selected project (string) |
112 type of the selected project (string) |
107 </dd> |
113 </dd> |
|
114 </dl><a NAME="ProjectBrowserPage.on_followCursorLineCheckBox_toggled" ID="ProjectBrowserPage.on_followCursorLineCheckBox_toggled"></a> |
|
115 <h4>ProjectBrowserPage.on_followCursorLineCheckBox_toggled</h4> |
|
116 <b>on_followCursorLineCheckBox_toggled</b>(<i>checked</i>) |
|
117 <p> |
|
118 Private slot to handle the change of the 'Follow Cursor Line' checkbox. |
|
119 </p><dl> |
|
120 <dt><i>checked</i></dt> |
|
121 <dd> |
|
122 flag indicating the state of the checkbox |
|
123 </dd> |
|
124 </dl><a NAME="ProjectBrowserPage.on_followEditorCheckBox_toggled" ID="ProjectBrowserPage.on_followEditorCheckBox_toggled"></a> |
|
125 <h4>ProjectBrowserPage.on_followEditorCheckBox_toggled</h4> |
|
126 <b>on_followEditorCheckBox_toggled</b>(<i>checked</i>) |
|
127 <p> |
|
128 Private slot to handle the change of the 'Follow Editor' checkbox. |
|
129 </p><dl> |
|
130 <dt><i>checked</i></dt> |
|
131 <dd> |
|
132 flag indicating the state of the checkbox |
|
133 </dd> |
108 </dl><a NAME="ProjectBrowserPage.on_projectTypeCombo_activated" ID="ProjectBrowserPage.on_projectTypeCombo_activated"></a> |
134 </dl><a NAME="ProjectBrowserPage.on_projectTypeCombo_activated" ID="ProjectBrowserPage.on_projectTypeCombo_activated"></a> |
109 <h4>ProjectBrowserPage.on_projectTypeCombo_activated</h4> |
135 <h4>ProjectBrowserPage.on_projectTypeCombo_activated</h4> |
110 <b>on_projectTypeCombo_activated</b>(<i>index</i>) |
136 <b>on_projectTypeCombo_activated</b>(<i>index</i>) |
111 <p> |
137 <p> |
112 Private slot to set the browser checkboxes according to the selected |
138 Private slot to set the browser checkboxes according to the selected |