ewoksnotify.gui.actions.ParametersAction#
- class ewoksnotify.gui.actions.ParametersAction(parent)#
Bases:
QActionAction to display a window with nxtomomill configuration
- AboutQtRole = 3#
- AboutRole = 4#
- class ActionEvent#
Bases:
int
- ApplicationSpecificRole = 2#
- HighPriority = 256#
- Hover = 1#
- LowPriority = 0#
- class MenuRole#
Bases:
int
- NoRole = 0#
- NormalPriority = 128#
- PreferencesRole = 5#
- class Priority#
Bases:
int
- QuitRole = 6#
- TextHeuristicRole = 1#
- Trigger = 0#
- actionGroup(self) QActionGroup | None#
- activate(self, event: QAction.ActionEvent)#
- associatedGraphicsWidgets(self) List[QGraphicsWidget]#
- associatedWidgets(self) List[QWidget]#
- autoRepeat(self) bool#
- blockSignals(self, b: bool) bool#
- changed#
changed(self) [signal]
- childEvent(self, a0: QChildEvent | None)#
- children(self) List[QObject]#
- connectNotify(self, signal: QMetaMethod)#
- customEvent(self, a0: QEvent | None)#
- data(self) Any#
- 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.FindChildOptions | Qt.FindChildOption = Qt.FindChildrenRecursively) QObjectT#
- findChild(self, types: Tuple[Type[QObjectT], ...], name: str | None = '', options: Qt.FindChildOptions | Qt.FindChildOption = Qt.FindChildrenRecursively) QObjectT
- findChildren(self, type: Type[QObjectT], name: str | None = '', options: Qt.FindChildOptions | Qt.FindChildOption = Qt.FindChildrenRecursively) List[QObjectT]#
- findChildren(self, types: Tuple[Type[QObjectT], ...], name: str | None = '', options: Qt.FindChildOptions | Qt.FindChildOption = Qt.FindChildrenRecursively) List[QObjectT]
- findChildren(self, type: Type[QObjectT], regExp: QRegExp, options: Qt.FindChildOptions | Qt.FindChildOption = Qt.FindChildrenRecursively) List[QObjectT]
- findChildren(self, types: Tuple[Type[QObjectT], ...], regExp: QRegExp, options: Qt.FindChildOptions | Qt.FindChildOption = Qt.FindChildrenRecursively) List[QObjectT]
- findChildren(self, type: Type[QObjectT], re: QRegularExpression, options: Qt.FindChildOptions | Qt.FindChildOption = Qt.FindChildrenRecursively) List[QObjectT]
- findChildren(self, types: Tuple[Type[QObjectT], ...], re: QRegularExpression, options: Qt.FindChildOptions | Qt.FindChildOption = Qt.FindChildrenRecursively) List[QObjectT]
- font(self) QFont#
- hover(self)#
- hovered#
hovered(self) [signal]
- icon(self) QIcon#
- iconText(self) str#
- inherits(self, classname: str | None) bool#
- installEventFilter(self, a0: QObject | None)#
- isCheckable(self) bool#
- isChecked(self) bool#
- isEnabled(self) bool#
- isIconVisibleInMenu(self) bool#
- isSeparator(self) bool#
- isShortcutVisibleInContextMenu(self) bool#
- isSignalConnected(self, signal: QMetaMethod) bool#
- isVisible(self) 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#
- parentWidget(self) QWidget | None#
- priority(self) QAction.Priority#
- 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)#
- sender(self) QObject | None#
- senderSignalIndex(self) int#
- setActionGroup(self, group: QActionGroup | None)#
- setAutoRepeat(self, a0: bool)#
- setCheckable(self, a0: bool)#
- setChecked(self, a0: bool)#
- setData(self, var: Any)#
- setDisabled(self, b: bool)#
- setEnabled(self, a0: bool)#
- setFont(self, font: QFont)#
- setIcon(self, icon: QIcon)#
- setIconText(self, text: str | None)#
- setIconVisibleInMenu(self, visible: bool)#
- setMenu(self, menu: QMenu | None)#
- setMenuRole(self, menuRole: QAction.MenuRole)#
- setObjectName(self, name: str | None)#
- setParent(self, a0: QObject | None)#
- setPriority(self, priority: QAction.Priority)#
- setProperty(self, name: str | None, value: Any) bool#
- setSeparator(self, b: bool)#
- setShortcut(self, shortcut: QKeySequence | QKeySequence.StandardKey | str | None | int)#
- setShortcutContext(self, context: Qt.ShortcutContext)#
- setShortcutVisibleInContextMenu(self, show: bool)#
- setShortcuts(self, shortcuts: Iterable[QKeySequence | QKeySequence.StandardKey | str | None | int])#
- setShortcuts(self, a0: QKeySequence.StandardKey) None
- setStatusTip(self, statusTip: str | None)#
- setText(self, text: str | None)#
- setToolTip(self, tip: str | None)#
- setVisible(self, a0: bool)#
- setWhatsThis(self, what: str | None)#
- shortcut(self) QKeySequence#
- shortcutContext(self) Qt.ShortcutContext#
- shortcuts(self) List[QKeySequence]#
- showStatusText(self, widget: QWidget | None = None) bool#
- signalsBlocked(self) bool#
- startTimer(self, interval: int, timerType: Qt.TimerType = Qt.CoarseTimer) int#
- staticMetaObject = <PyQt5.QtCore.QMetaObject object>#
- statusTip(self) str#
- text(self) str#
- thread(self) QThread | None#
- timerEvent(self, a0: QTimerEvent | None)#
- toggle(self)#
- toggled#
toggled(self, a0: bool) [signal]
- toolTip(self) str#
- tr(self, sourceText: str | None, disambiguation: str | None = None, n: int = -1) str#
- trigger(self)#
- triggered#
triggered(self, checked: bool = False) [signal]
- whatsThis(self) str#