src/eric7/Documentation/Source/eric7.Project.CreateDialogCodeDialog.html

branch
eric7
changeset 10430
e440aaf179ce
parent 10015
9352f33732ae
child 10479
856476537696
equal deleted inserted replaced
10429:643989a1e2bd 10430:e440aaf179ce
120 <p> 120 <p>
121 Constructor 121 Constructor
122 </p> 122 </p>
123 <dl> 123 <dl>
124 124
125 <dt><i>formName</i></dt> 125 <dt><i>formName</i> (str)</dt>
126 <dd> 126 <dd>
127 name of the file containing the form (string) 127 name of the file containing the form
128 </dd> 128 </dd>
129 <dt><i>project</i></dt> 129 <dt><i>project</i> (Project)</dt>
130 <dd> 130 <dd>
131 reference to the project object 131 reference to the project object
132 </dd> 132 </dd>
133 <dt><i>parent</i></dt> 133 <dt><i>parent</i> (QWidget)</dt>
134 <dd> 134 <dd>
135 parent widget if the dialog (QWidget) 135 parent widget if the dialog
136 </dd> 136 </dd>
137 </dl> 137 </dl>
138 <a NAME="CreateDialogCodeDialog.__className" ID="CreateDialogCodeDialog.__className"></a> 138 <a NAME="CreateDialogCodeDialog.__className" ID="CreateDialogCodeDialog.__className"></a>
139 <h4>CreateDialogCodeDialog.__className</h4> 139 <h4>CreateDialogCodeDialog.__className</h4>
140 <b>__className</b>(<i></i>) 140 <b>__className</b>(<i></i>)
169 Private method to map a type as reported by Qt's meta object to the 169 Private method to map a type as reported by Qt's meta object to the
170 correct Python type. 170 correct Python type.
171 </p> 171 </p>
172 <dl> 172 <dl>
173 173
174 <dt><i>type_</i></dt> 174 <dt><i>type_</i> (QByteArray)</dt>
175 <dd> 175 <dd>
176 type as reported by Qt (QByteArray) 176 type as reported by Qt
177 </dd> 177 </dd>
178 </dl> 178 </dl>
179 <dl> 179 <dl>
180 <dt>Return:</dt> 180 <dt>Return:</dt>
181 <dd> 181 <dd>
182 mapped Python type (string) 182 mapped Python type
183 </dd>
184 </dl>
185 <dl>
186 <dt>Return Type:</dt>
187 <dd>
188 str
183 </dd> 189 </dd>
184 </dl> 190 </dl>
185 <a NAME="CreateDialogCodeDialog.__objectName" ID="CreateDialogCodeDialog.__objectName"></a> 191 <a NAME="CreateDialogCodeDialog.__objectName" ID="CreateDialogCodeDialog.__objectName"></a>
186 <h4>CreateDialogCodeDialog.__objectName</h4> 192 <h4>CreateDialogCodeDialog.__objectName</h4>
187 <b>__objectName</b>(<i></i>) 193 <b>__objectName</b>(<i></i>)
236 Private slot to get the signatures. 242 Private slot to get the signatures.
237 </p> 243 </p>
238 <dl> 244 <dl>
239 <dt>Return:</dt> 245 <dt>Return:</dt>
240 <dd> 246 <dd>
241 list of signatures (list of strings) 247 list of signatures
248 </dd>
249 </dl>
250 <dl>
251 <dt>Return Type:</dt>
252 <dd>
253 list of str
242 </dd> 254 </dd>
243 </dl> 255 </dl>
244 <a NAME="CreateDialogCodeDialog.__updateSlotsModel" ID="CreateDialogCodeDialog.__updateSlotsModel"></a> 256 <a NAME="CreateDialogCodeDialog.__updateSlotsModel" ID="CreateDialogCodeDialog.__updateSlotsModel"></a>
245 <h4>CreateDialogCodeDialog.__updateSlotsModel</h4> 257 <h4>CreateDialogCodeDialog.__updateSlotsModel</h4>
246 <b>__updateSlotsModel</b>(<i></i>) 258 <b>__updateSlotsModel</b>(<i></i>)
256 Public method to determine, if there was an initialzation error. 268 Public method to determine, if there was an initialzation error.
257 </p> 269 </p>
258 <dl> 270 <dl>
259 <dt>Return:</dt> 271 <dt>Return:</dt>
260 <dd> 272 <dd>
261 flag indicating an initialzation error (boolean) 273 flag indicating an initialzation error
274 </dd>
275 </dl>
276 <dl>
277 <dt>Return Type:</dt>
278 <dd>
279 bool
262 </dd> 280 </dd>
263 </dl> 281 </dl>
264 <a NAME="CreateDialogCodeDialog.on_buttonBox_clicked" ID="CreateDialogCodeDialog.on_buttonBox_clicked"></a> 282 <a NAME="CreateDialogCodeDialog.on_buttonBox_clicked" ID="CreateDialogCodeDialog.on_buttonBox_clicked"></a>
265 <h4>CreateDialogCodeDialog.on_buttonBox_clicked</h4> 283 <h4>CreateDialogCodeDialog.on_buttonBox_clicked</h4>
266 <b>on_buttonBox_clicked</b>(<i>button</i>) 284 <b>on_buttonBox_clicked</b>(<i>button</i>)
268 <p> 286 <p>
269 Private slot to handle the buttonBox clicked signal. 287 Private slot to handle the buttonBox clicked signal.
270 </p> 288 </p>
271 <dl> 289 <dl>
272 290
273 <dt><i>button</i></dt> 291 <dt><i>button</i> (QAbstractButton)</dt>
274 <dd> 292 <dd>
275 reference to the button that was clicked 293 reference to the button that was clicked
276 (QAbstractButton)
277 </dd> 294 </dd>
278 </dl> 295 </dl>
279 <a NAME="CreateDialogCodeDialog.on_classNameCombo_activated" ID="CreateDialogCodeDialog.on_classNameCombo_activated"></a> 296 <a NAME="CreateDialogCodeDialog.on_classNameCombo_activated" ID="CreateDialogCodeDialog.on_classNameCombo_activated"></a>
280 <h4>CreateDialogCodeDialog.on_classNameCombo_activated</h4> 297 <h4>CreateDialogCodeDialog.on_classNameCombo_activated</h4>
281 <b>on_classNameCombo_activated</b>(<i>index</i>) 298 <b>on_classNameCombo_activated</b>(<i>index</i>)
283 <p> 300 <p>
284 Private slot to handle the activated signal of the classname combo. 301 Private slot to handle the activated signal of the classname combo.
285 </p> 302 </p>
286 <dl> 303 <dl>
287 304
288 <dt><i>index</i></dt> 305 <dt><i>index</i> (int)</dt>
289 <dd> 306 <dd>
290 index of the activated item (integer) 307 index of the activated item
291 </dd> 308 </dd>
292 </dl> 309 </dl>
293 <a NAME="CreateDialogCodeDialog.on_filterEdit_textChanged" ID="CreateDialogCodeDialog.on_filterEdit_textChanged"></a> 310 <a NAME="CreateDialogCodeDialog.on_filterEdit_textChanged" ID="CreateDialogCodeDialog.on_filterEdit_textChanged"></a>
294 <h4>CreateDialogCodeDialog.on_filterEdit_textChanged</h4> 311 <h4>CreateDialogCodeDialog.on_filterEdit_textChanged</h4>
295 <b>on_filterEdit_textChanged</b>(<i>text</i>) 312 <b>on_filterEdit_textChanged</b>(<i>text</i>)
297 <p> 314 <p>
298 Private slot called, when thext of the filter edit has changed. 315 Private slot called, when thext of the filter edit has changed.
299 </p> 316 </p>
300 <dl> 317 <dl>
301 318
302 <dt><i>text</i></dt> 319 <dt><i>text</i> (str)</dt>
303 <dd> 320 <dd>
304 changed text (string) 321 changed text
305 </dd> 322 </dd>
306 </dl> 323 </dl>
307 <a NAME="CreateDialogCodeDialog.on_newButton_clicked" ID="CreateDialogCodeDialog.on_newButton_clicked"></a> 324 <a NAME="CreateDialogCodeDialog.on_newButton_clicked" ID="CreateDialogCodeDialog.on_newButton_clicked"></a>
308 <h4>CreateDialogCodeDialog.on_newButton_clicked</h4> 325 <h4>CreateDialogCodeDialog.on_newButton_clicked</h4>
309 <b>on_newButton_clicked</b>(<i></i>) 326 <b>on_newButton_clicked</b>(<i></i>)

eric ide

mercurial