builtins.object Object QPaintDevice builtins.object Object QObject QWidget QDialog QProgressDialog
class QProgressDialog(QDialog):
QProgressDialog(self, labelText: str, cancelButtonText: str, minimum: int, maximum: int, /, parent: Optional[PySide6.QtWidgets.QWidget] = None, flags: PySide6.QtCore.Qt.WindowType = Default(Qt.WindowFlags), *, wasCanceled: Optional[bool] = None, value: Optional[int] = None, autoReset: Optional[bool] = None, autoClose: Optional[bool] = None, minimumDuration: Optional[int] = None) -> None QProgressDialog(self, /, parent: Optional[PySide6.QtWidgets.QWidget] = None, flags: PySide6.QtCore.Qt.WindowType = Default(Qt.WindowFlags), *, wasCanceled: Optional[bool] = None, minimum: Optional[int] = None, maximum: Optional[int] = None, value: Optional[int] = None, autoReset: Optional[bool] = None, autoClose: Optional[bool] = None, minimumDuration: Optional[int] = None, labelText: Optional[str] = None) -> None
| Signature du constructeur | Description |
|---|---|
| __new__(*args, **kwargs) | Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__] |
| __init__(self, /, *args, **kwargs) | Initialize self. See help(type(self)) for accurate signature. [extrait de __init__.__doc__] |
| Nom de l'attribut | Valeur |
|---|---|
| staticMetaObject | PySide6.QtCore.QMetaObject("QProgressDialog" inherits "QDialog": Properties: #62 "wasCanceled", bool [designable] #63 "minimum", int [writeable] [designable] #64 "maximum", int [writeable] [designable] #65 "value", int [writeable] [designable] #66 "autoReset", bool [writeable] [designable] #67 "autoClose", bool [writeable] [designable] #68 "minimumDuration", int [writeable] [designable] #69 "labelText", QString [writeable] [designable] Methods: #41 type=Signal, signature=canceled() #42 type=Slot, signature=cancel() #43 type=Slot, signature=reset() #44 type=Slot, signature=setMaximum(int), parameters=int #45 type=Slot, signature=setMinimum(int), parameters=int #46 type=Slot, signature=setRange(int,int), parameters=int, int #47 type=Slot, signature=setValue(int), parameters=int #48 type=Slot, signature=setLabelText(QString), parameters=QString #49 type=Slot, signature=setCancelButtonText(QString), parameters=QString #50 type=Slot, signature=setMinimumDuration(int), parameters=int #51 type=Slot, signature=forceShow() #52 type=Slot, signature=_q_disconnectOnClose() ) |
| Signature de la méthode | Description |
|---|---|
| __delattr__(self, name) | Implement delattr(self, name). [extrait de __delattr__.__doc__] |
| __setattr__(self, name, value) | Implement setattr(self, name, value). [extrait de __setattr__.__doc__] |
| accepted | |
| autoClose(self) | |
| autoReset(self) | |
| cancel(self) | |
| canceled | |
| changeEvent(self, object) | |
| closeEvent(self, object) | |
| customContextMenuRequested | |
| destroyed | |
| finished | |
| forceShow(self) | |
| labelText(self) | |
| maximum(self) | |
| minimum(self) | |
| minimumDuration(self) | |
| objectNameChanged | |
| open | |
| rejected | |
| reset(self) | |
| resizeEvent(self, object) | |
| setAutoClose(self, object) | |
| setAutoReset(self, object) | |
| setBar(self, object) | |
| setCancelButton(self, object) | |
| setCancelButtonText(self, object) | |
| setLabel(self, object) | |
| setLabelText(self, object) | |
| setMaximum(self, object) | |
| setMinimum(self, object) | |
| setMinimumDuration(self, object) | |
| setRange | |
| setValue(self, object) | |
| showEvent(self, object) | |
| sizeHint(self) | |
| tr | |
| value(self) | |
| wasCanceled(self) | |
| windowIconChanged | |
| windowIconTextChanged | |
| windowTitleChanged |
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :