Inherits from
- MProgressDialog: enthought.pyface.i_progress_dialog.MProgressDialog
- Window: enthought.pyface.ui.qt4.window.Window
Attributes
- can_cancel
can_cancel = Bool(False)
- cancel_button_label
Label for the 'cancel' button
cancel_button_label = Unicode('Cancel')
- dialog_size
dialog_size = Instance(QtCore.QRect)
- margin
margin = Int(5)
- max
max = Int
- message
message = Unicode
- min
min = Int
- progress_bar
progress_bar = Instance(QtGui.QProgressBar)
- show_percent
show_percent = Bool(False)
- show_time
show_time = Bool(False)
- title
title = Unicode
Inherited from base classes
Method summary
Inherited from base classes
Methods
- close(self)
- open(self)
- reject(self, event)
- update(self, value)
updates the progress bar to the desired value. If the value is >= the maximum and the progress bar is not contained in another panel the parent window will be closed