GCompris-qt
Inherits QtQuick.Item, and Item.
Properties | |
| bool | abortButtonVisible |
| bool | autohide |
| bool | backgroundButtonVisible |
| bool | dynamic |
| bool | fixedFontSize |
| Item | main |
| bool | reportError |
| bool | reportSuccess |
Detailed Description
A QML component visualizing download progress.
A GCDialog style dialog providing visual feedback for download progress. Uses DownloadManager for download control.
Can be conveniently instantiated dynamically using showDownloadDialog from core.js.
- See also
- DownloadManager, showDownloadDialog
Definition at line 38 of file DownloadDialog.qml.
Property Documentation
| bool DownloadDialog::abortButtonVisible |
Whether the 'Abort' button should be visible.
Default is true.
Definition at line 83 of file DownloadDialog.qml.
| bool DownloadDialog::autohide |
Whether to close the dialog automatically when download has finished.
Default is false.
Definition at line 50 of file DownloadDialog.qml.
| bool DownloadDialog::backgroundButtonVisible |
Whether the 'Background' button should be visible.
Default is true.
Definition at line 77 of file DownloadDialog.qml.
| bool DownloadDialog::dynamic |
Whether the dialog has been created dynamically.
If set to true, the component takes care of destroying itself after finished. Default is false.
- See also
- Core.destroyDialog
Definition at line 71 of file DownloadDialog.qml.
| bool DownloadDialog::fixedFontSize |
Fixed font size used in this dialog.
Note, fixed font-sizes should be used in dialog components, to make sure they stay within bounds when user increases font size. Default is 14.
Definition at line 91 of file DownloadDialog.qml.
| Item DownloadDialog::main |
Parent object for the dialog in the qml hierarchy.
Definition at line 44 of file DownloadDialog.qml.
| bool DownloadDialog::reportError |
Whether to report download errors in a Dialog.
Default is true.
Definition at line 62 of file DownloadDialog.qml.
| bool DownloadDialog::reportSuccess |
Whether to report download success in a Dialog.
Default is true.
Definition at line 56 of file DownloadDialog.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2015 The KDE developers.
Generated on Tue Jun 2 2015 21:47:48 by doxygen 1.8.9.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Documentation - DownloadDialog Class Reference (GCompris-qt)