builtins.object Object QPaintDevice builtins.object Object QObject QWidget QFrame QToolBox
class QToolBox(QFrame):
QToolBox(self, /, parent: Optional[PySide6.QtWidgets.QWidget] = None, f: PySide6.QtCore.Qt.WindowType = Default(Qt.WindowFlags), *, currentIndex: Optional[int] = None, count: Optional[int] = 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("QToolBox" inherits "QFrame": Properties: #66 "currentIndex", int [writeable] [designable], notify=currentChanged #67 "count", int [designable] Methods: #33 type=Signal, signature=currentChanged(int), parameters=int #34 type=Slot, signature=setCurrentIndex(int), parameters=int #35 type=Slot, signature=setCurrentWidget(QWidget*), parameters=QWidget* #36 type=Slot, signature=_q_buttonClicked() #37 type=Slot, signature=_q_widgetDestroyed(QObject*), parameters=QObject* ) |
| 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__] |
| addItem | |
| changeEvent(self, object) | |
| count(self) | |
| currentChanged | |
| currentIndex(self) | |
| currentWidget(self) | |
| customContextMenuRequested | |
| destroyed | |
| event(self, object) | |
| indexOf(self, object) | |
| insertItem | |
| isItemEnabled(self, object) | |
| itemIcon(self, object) | |
| itemInserted(self, object) | |
| itemRemoved(self, object) | |
| itemText(self, object) | |
| itemToolTip(self, object) | |
| objectNameChanged | |
| removeItem(self, object) | |
| setCurrentIndex(self, object) | |
| setCurrentWidget(self, object) | |
| setItemEnabled | |
| setItemIcon | |
| setItemText | |
| setItemToolTip | |
| showEvent(self, object) | |
| tr | |
| widget(self, object) | |
| 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 :