ewoksorange.bindings.progress.QProgress#
- class ewoksorange.bindings.progress.QProgress(*args, **kwargs)[source]#
Bases:
QObject,BasePercentageProgressProgress associated to a QObject. This is connected to the Orange :class:’ProgressBar’ from classes: *
OWEwoksWidgetOneThread*OWEwoksWidgetWithTaskStack- blockSignals(self, b: bool) bool#
- childEvent(self, a0: QChildEvent | None)#
- children(self) list[QObject]#
- connectNotify(self, signal: QMetaMethod)#
- customEvent(self, a0: QEvent | None)#
- deleteLater(self)#
- destroyed#
destroyed(self, object: Optional[QObject] = None) [signal]
- disconnect(a0: QMetaObject.Connection) bool#
- disconnect(self) None
- disconnectNotify(self, signal: QMetaMethod)#
- dumpObjectInfo(self)#
- dumpObjectTree(self)#
- dynamicPropertyNames(self) list[QByteArray]#
- event(self, a0: QEvent | None) bool#
- eventFilter(self, a0: QObject | None, a1: QEvent | None) bool#
- findChild(self, type: type[QObjectT], name: str | None = '', options: Qt.FindChildOption = Qt.FindChildrenRecursively) QObjectT#
- findChild(self, types: tuple[type[QObjectT], ...], name: str | None = '', options: Qt.FindChildOption = Qt.FindChildrenRecursively) QObjectT
- findChildren(self, type: type[QObjectT], name: str | None = '', options: Qt.FindChildOption = Qt.FindChildrenRecursively) list[QObjectT]#
- findChildren(self, types: tuple[type[QObjectT], ...], name: str | None = '', options: Qt.FindChildOption = Qt.FindChildrenRecursively) list[QObjectT]
- findChildren(self, type: type[QObjectT], re: QRegularExpression, options: Qt.FindChildOption = Qt.FindChildrenRecursively) list[QObjectT]
- findChildren(self, types: tuple[type[QObjectT], ...], re: QRegularExpression, options: Qt.FindChildOption = Qt.FindChildrenRecursively) list[QObjectT]
- inherits(self, classname: str | None) bool#
- installEventFilter(self, a0: QObject | None)#
- isQuickItemType(self) bool#
- isSignalConnected(self, signal: QMetaMethod) bool#
- isWidgetType(self) bool#
- isWindowType(self) bool#
- killTimer(self, id: int)#
- metaObject(self) QMetaObject | None#
- moveToThread(self, thread: QThread | None)#
- objectName(self) str#
- objectNameChanged#
objectNameChanged(self, objectName: Optional[str]) [signal]
- parent(self) QObject | None#
- property progress#
- property(self, name: str | None) Any#
- pyqtConfigure(...)#
Each keyword argument is either the name of a Qt property or a Qt signal. For properties the property is set to the given value which should be of an appropriate type. For signals the signal is connected to the given value which should be a callable.
- receivers(self, signal: PYQT_SIGNAL) int#
- removeEventFilter(self, a0: QObject | None)#
- reset()#
- sender(self) QObject | None#
- senderSignalIndex(self) int#
- setObjectName(self, name: QByteArray | bytes | bytearray | memoryview | str | None)#
- setParent(self, a0: QObject | None)#
- setProperty(self, name: str | None, value: Any) bool#
- sigProgressChanged#
- signalsBlocked(self) bool#
- startTimer(self, interval: int, timerType: Qt.TimerType = Qt.CoarseTimer) int#
- staticMetaObject = <PyQt6.QtCore.QMetaObject object>#
- thread(self) QThread | None#
- timerEvent(self, a0: QTimerEvent | None)#
- tr(sourceText: str | None, disambiguation: str | None = None, n: int = -1) str#
- update()#
Update is call when the progress evolves :return: