input_urn
/home/onoda/Documents/qt-everywhere-opensource-src-4.7.4/doc/html/qprogressdialog.html

output_urn
QProgressDialog

inherits

public_types

properties
autoClose : bool
autoReset : bool
labelText : QString
maximum : int

public_functions
QProgressDialog ( QWidget * parent = 0, Qt::WindowFlags f = 0 )
QProgressDialog ( const QString & labelText, const QString & cancelButtonText, int minimum, int maximum, QWidget * parent = 0, Qt::WindowFlags f = 0 )
~QProgressDialog ()
 bool autoClose () const
 bool autoReset () const
 QString labelText () const
 int maximum () const
 int minimum () const
 int minimumDuration () const
 void open ( QObject * receiver, const char * member )
 void setAutoClose ( bool close )
 void setAutoReset ( bool reset )
 void setBar ( QProgressBar * bar )
 void setCancelButton ( QPushButton * cancelButton )
 void setLabel ( QLabel * label )
 int value () const
 bool wasCanceled () const

public_slots
 void cancel ()
 void reset ()
 void setCancelButtonText ( const QString & cancelButtonText )
 void setLabelText ( const QString & text )
 void setMaximum ( int maximum )
 void setMinimum ( int minimum )
 void setMinimumDuration ( int ms )
 void setRange ( int minimum, int maximum )
 void setValue ( int progress )

signals
 void canceled ()

static_public_members

protected_functions

reimplemented_public_functions
 virtual QSize sizeHint () const

reimplemented_protected_functions
 virtual void changeEvent ( QEvent * ev )
 virtual void closeEvent ( QCloseEvent * e )
 virtual void resizeEvent ( QResizeEvent * event )
 virtual void showEvent ( QShowEvent * e )

protected_slots
 void forceShow ()

related_non_members

templateClass
false

abstractClass
false

enbeddedClass
false

flag_objects

parent_flag_objects
class
QWidget
name
RenderFlags

typedefed_objects

parent_typedefed_objects

class_objects

parent_class_objects

enums

parent_enums
class_name
QDialog
name
DialogCode
key
Accepted
Rejected
public_flag
true
class_name
QWidget
name
RenderFlag
key
DrawWindowBackground
DrawChildren
IgnoreMask
public_flag
true
class_name
QPaintDevice
name
PaintDeviceMetric
key
PdmWidth
PdmHeight
PdmWidthMM
PdmHeightMM
PdmNumColors
PdmDepth
PdmDpiX
PdmDpiY
PdmPhysicalDpiX
PdmPhysicalDpiY
public_flag
true

parent_index
719

parent_name
QDialog

