126 Public slot to retrieve the dialogs data. |
126 Public slot to retrieve the dialogs data. |
127 </p> |
127 </p> |
128 <dl> |
128 <dl> |
129 <dt>Return:</dt> |
129 <dt>Return:</dt> |
130 <dd> |
130 <dd> |
131 tuple of five values (string, string, boolean, string, string) |
131 tuple of five values giving the project name, the name of the project |
132 giving the project name, the name of the project file, a flag |
132 file, a flag telling whether the project shall be the main project, a short |
133 telling whether the project shall be the main project, a short |
|
134 description for the project and the project category |
133 description for the project and the project category |
|
134 </dd> |
|
135 </dl> |
|
136 <dl> |
|
137 <dt>Return Type:</dt> |
|
138 <dd> |
|
139 tuple of (str, str, bool, str, str) |
135 </dd> |
140 </dd> |
136 </dl> |
141 </dl> |
137 <a NAME="AddProjectDialog.on_filenamePicker_textChanged" ID="AddProjectDialog.on_filenamePicker_textChanged"></a> |
142 <a NAME="AddProjectDialog.on_filenamePicker_textChanged" ID="AddProjectDialog.on_filenamePicker_textChanged"></a> |
138 <h4>AddProjectDialog.on_filenamePicker_textChanged</h4> |
143 <h4>AddProjectDialog.on_filenamePicker_textChanged</h4> |
139 <b>on_filenamePicker_textChanged</b>(<i>txt</i>) |
144 <b>on_filenamePicker_textChanged</b>(<i>txt</i>) |
141 <p> |
146 <p> |
142 Private slot called when the project filename has changed. |
147 Private slot called when the project filename has changed. |
143 </p> |
148 </p> |
144 <dl> |
149 <dl> |
145 |
150 |
146 <dt><i>txt</i></dt> |
151 <dt><i>txt</i> (str)</dt> |
147 <dd> |
152 <dd> |
148 text of the edit (string) |
153 text of the edit |
149 </dd> |
154 </dd> |
150 </dl> |
155 </dl> |
151 <a NAME="AddProjectDialog.on_nameEdit_textChanged" ID="AddProjectDialog.on_nameEdit_textChanged"></a> |
156 <a NAME="AddProjectDialog.on_nameEdit_textChanged" ID="AddProjectDialog.on_nameEdit_textChanged"></a> |
152 <h4>AddProjectDialog.on_nameEdit_textChanged</h4> |
157 <h4>AddProjectDialog.on_nameEdit_textChanged</h4> |
153 <b>on_nameEdit_textChanged</b>(<i>txt</i>) |
158 <b>on_nameEdit_textChanged</b>(<i>txt</i>) |