builtins.object Object QPaintDevice builtins.object Object QObject QWidget QProgressBar
class QProgressBar(QWidget):
QProgressBar(self, /, parent: Optional[PySide6.QtWidgets.QWidget] = None, *, minimum: Optional[int] = None, maximum: Optional[int] = None, text: Optional[str] = None, value: Optional[int] = None, alignment: Optional[PySide6.QtCore.Qt.AlignmentFlag] = None, textVisible: Optional[bool] = None, orientation: Optional[PySide6.QtCore.Qt.Orientation] = None, invertedAppearance: Optional[bool] = None, textDirection: Optional[PySide6.QtWidgets.QProgressBar.Direction] = None, format: 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("QProgressBar" inherits "QWidget": Enumerators: #0 "Direction" {TopToBottom, BottomToTop} Properties: #60 "minimum", int [writeable] [designable] #61 "maximum", int [writeable] [designable] #62 "text", QString [designable] #63 "value", int [writeable] [designable], notify=valueChanged #64 "alignment", QFlags<Qt::AlignmentFlag> [writeable] [designable] #65 "textVisible", bool [writeable] [designable] #66 "orientation", Qt::Orientation [writeable] [designable] #67 "invertedAppearance", bool [writeable] [designable] #68 "textDirection", QProgressBar::Direction [writeable] [designable] #69 "format", QString [writeable] [resettable] [designable] Methods: #33 type=Signal, signature=valueChanged(int), parameters=int #34 type=Slot, signature=reset() #35 type=Slot, signature=setRange(int,int), parameters=int, int #36 type=Slot, signature=setMinimum(int), parameters=int #37 type=Slot, signature=setMaximum(int), parameters=int #38 type=Slot, signature=setValue(int), parameters=int #39 type=Slot, signature=setOrientation(Qt::Orientation), parameters=Qt::Orientation ) |
| 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__] |
| alignment(self) | |
| customContextMenuRequested | |
| destroyed | |
| Direction(*values) | |
| event(self, object) | |
| format(self) | |
| initStyleOption(self, object) | |
| invertedAppearance(self) | |
| isTextVisible(self) | |
| maximum(self) | |
| minimum(self) | |
| minimumSizeHint(self) | |
| objectNameChanged | |
| orientation(self) | |
| paintEvent(self, object) | |
| reset(self) | |
| resetFormat(self) | |
| setAlignment(self, object) | |
| setFormat(self, object) | |
| setInvertedAppearance(self, object) | |
| setMaximum(self, object) | |
| setMinimum(self, object) | |
| setOrientation(self, object) | |
| setRange | |
| setTextDirection(self, object) | |
| setTextVisible(self, object) | |
| setValue(self, object) | |
| sizeHint(self) | |
| text(self) | |
| textDirection(self) | |
| tr | |
| value(self) | |
| valueChanged | |
| 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 :