Skip to main content
ViewModeAction.addAction
-
ViewModeAction.addAction(self, action: PySide6.QtGui.QAction) → None
-
ViewModeAction.addAction(self, icon: PySide6.QtGui.QIcon | PySide6.QtGui.QPixmap, text: str) → PySide6.QtGui.QAction
-
ViewModeAction.addAction(self, icon: PySide6.QtGui.QIcon | PySide6.QtGui.QPixmap, text: str, callable: object) → PySide6.QtGui.QAction
-
ViewModeAction.addAction(self, icon: PySide6.QtGui.QIcon | PySide6.QtGui.QPixmap, text: str, receiver: PySide6.QtCore.QObject, member: bytes | bytearray | memoryview, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) → PySide6.QtGui.QAction
-
ViewModeAction.addAction(self, icon: PySide6.QtGui.QIcon | PySide6.QtGui.QPixmap, text: str, shortcut: PySide6.QtGui.QKeySequence | PySide6.QtCore.QKeyCombination | PySide6.QtGui.QKeySequence.StandardKey | str | int) → PySide6.QtGui.QAction
-
ViewModeAction.addAction(self, icon: PySide6.QtGui.QIcon | PySide6.QtGui.QPixmap, text: str, shortcut: PySide6.QtGui.QKeySequence | PySide6.QtCore.QKeyCombination | PySide6.QtGui.QKeySequence.StandardKey | str | int, callable: object) → PySide6.QtGui.QAction
-
ViewModeAction.addAction(self, icon: PySide6.QtGui.QIcon | PySide6.QtGui.QPixmap, text: str, shortcut: PySide6.QtGui.QKeySequence | PySide6.QtCore.QKeyCombination | PySide6.QtGui.QKeySequence.StandardKey | str | int, receiver: PySide6.QtCore.QObject, member: bytes | bytearray | memoryview, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) → PySide6.QtGui.QAction
-
ViewModeAction.addAction(self, text: str) → PySide6.QtGui.QAction
-
ViewModeAction.addAction(self, text: str, callable: object) → PySide6.QtGui.QAction
-
ViewModeAction.addAction(self, text: str, receiver: PySide6.QtCore.QObject, member: bytes | bytearray | memoryview, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) → PySide6.QtGui.QAction
-
ViewModeAction.addAction(self, text: str, shortcut: PySide6.QtGui.QKeySequence | PySide6.QtCore.QKeyCombination | PySide6.QtGui.QKeySequence.StandardKey | str | int) → PySide6.QtGui.QAction
-
ViewModeAction.addAction(self, text: str, shortcut: PySide6.QtGui.QKeySequence | PySide6.QtCore.QKeyCombination | PySide6.QtGui.QKeySequence.StandardKey | str | int, callable: object) → PySide6.QtGui.QAction
-
ViewModeAction.addAction(self, text: str, shortcut: PySide6.QtGui.QKeySequence | PySide6.QtCore.QKeyCombination | PySide6.QtGui.QKeySequence.StandardKey | str | int, receiver: PySide6.QtCore.QObject, member: bytes | bytearray | memoryview, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) → PySide6.QtGui.QAction