.. include:: headings.inc .. _ProgressDialog: ========================================================================================================================================== |phoenix_title| **ProgressDialog** ========================================================================================================================================== If supported by the platform this class will provide the platform's native progress dialog, else it will simply be the `` :ref:`GenericProgressDialog` `` . | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **ProgressDialog** .. raw:: html

Inheritance diagram of ProgressDialog

| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~ProgressDialog.__init__` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: ProgressDialog(GenericProgressDialog) If supported by the platform this class will provide the platform's native progress dialog, else it will simply be the GenericProgressDialog. **Possible constructors**:: ProgressDialog(title, message, maximum=100, parent=None, style=PD_APP_MODAL|PD_AUTO_HIDE) .. method:: __init__(self, title, message, maximum=100, parent=None, style=PD_APP_MODAL|PD_AUTO_HIDE) :param `title`: :type `title`: string :param `message`: :type `message`: string :param `maximum`: :type `maximum`: int :param `parent`: :type `parent`: Window :param `style`: :type `style`: int