Table Of Contents

Previous topic

ProcessEvent

Next topic

PropagateOnce

This Page

phoenix_title ProgressDialog

If supported by the platform this class will provide the platform’s native progress dialog, else it will simply be the `` GenericProgressDialog `` .


class_hierarchy Inheritance Diagram

Inheritance diagram for class ProgressDialog

Inheritance diagram of ProgressDialog


method_summary Methods Summary

__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)

Methods



__init__(self, title, message, maximum=100, parent=None, style=PD_APP_MODAL|PD_AUTO_HIDE)
Parameters:
  • title (string) –
  • message (string) –
  • maximum (int) –
  • parent (Window) –
  • style (int) –