288 str, QBrush or None |
288 str, QBrush or None |
289 </dd> |
289 </dd> |
290 </dl> |
290 </dl> |
291 <a NAME="PreviewModel.flags" ID="PreviewModel.flags"></a> |
291 <a NAME="PreviewModel.flags" ID="PreviewModel.flags"></a> |
292 <h4>PreviewModel.flags</h4> |
292 <h4>PreviewModel.flags</h4> |
293 <b>flags</b>(<i>index</i>) |
293 <b>flags</b>(<i>_index</i>) |
294 <p> |
294 <p> |
295 Public Qt slot to get the item flags. |
295 Public Qt slot to get the item flags. |
296 </p> |
296 </p> |
297 |
297 |
298 <dl> |
298 <dl> |
299 |
299 |
300 <dt><i>index</i> (QModelIndex)</dt> |
300 <dt><i>_index</i> (QModelIndex)</dt> |
301 <dd> |
301 <dd> |
302 of item |
302 of item (unused) |
303 </dd> |
303 </dd> |
304 </dl> |
304 </dl> |
305 <dl> |
305 <dl> |
306 <dt>Return:</dt> |
306 <dt>Return:</dt> |
307 <dd> |
307 <dd> |
348 QModelIndex |
348 QModelIndex |
349 </dd> |
349 </dd> |
350 </dl> |
350 </dl> |
351 <a NAME="PreviewModel.parent" ID="PreviewModel.parent"></a> |
351 <a NAME="PreviewModel.parent" ID="PreviewModel.parent"></a> |
352 <h4>PreviewModel.parent</h4> |
352 <h4>PreviewModel.parent</h4> |
353 <b>parent</b>(<i>child</i>) |
353 <b>parent</b>(<i>_child</i>) |
354 <p> |
354 <p> |
355 Public Qt slot to get the parent of the given child. |
355 Public Qt slot to get the parent of the given child. |
356 </p> |
356 </p> |
357 |
357 |
358 <dl> |
358 <dl> |
359 |
359 |
360 <dt><i>child</i> (QModelIndex)</dt> |
360 <dt><i>_child</i> (QModelIndex)</dt> |
361 <dd> |
361 <dd> |
362 the model child node |
362 the model child node (unused) |
363 </dd> |
363 </dd> |
364 </dl> |
364 </dl> |
365 <dl> |
365 <dl> |
366 <dt>Return:</dt> |
366 <dt>Return:</dt> |
367 <dd> |
367 <dd> |
421 <div align="right"><a href="#top">Up</a></div> |
421 <div align="right"><a href="#top">Up</a></div> |
422 <hr /> |
422 <hr /> |
423 <hr /> |
423 <hr /> |
424 <a NAME="create" ID="create"></a> |
424 <a NAME="create" ID="create"></a> |
425 <h2>create</h2> |
425 <h2>create</h2> |
426 <b>create</b>(<i>dlg</i>) |
426 <b>create</b>(<i>_dlg</i>) |
427 <p> |
427 <p> |
428 Module function to create the configuration page. |
428 Module function to create the configuration page. |
429 </p> |
429 </p> |
430 |
430 |
431 <dl> |
431 <dl> |
432 |
432 |
433 <dt><i>dlg</i> (ConfigurationDialog)</dt> |
433 <dt><i>_dlg</i> (ConfigurationDialog)</dt> |
434 <dd> |
434 <dd> |
435 reference to the configuration dialog |
435 reference to the configuration dialog (unused) |
436 </dd> |
436 </dd> |
437 </dl> |
437 </dl> |
438 <dl> |
438 <dl> |
439 <dt>Return:</dt> |
439 <dt>Return:</dt> |
440 <dd> |
440 <dd> |