QAction¶
- PyQt5.QtWidgets.QAction
Inherits from QObject.
Inherited by QWidgetAction.
Description¶
TODO
Enums¶
- ActionEvent
TODO
Member
Value
Description
Hover TODO
TODO
Trigger TODO
TODO
- MenuRole
TODO
Member
Value
Description
AboutQtRole TODO
TODO
AboutRole TODO
TODO
ApplicationSpecificRole TODO
TODO
NoRole TODO
TODO
PreferencesRole TODO
TODO
QuitRole TODO
TODO
TextHeuristicRole TODO
TODO
- Priority
TODO
Member
Value
Description
HighPriority TODO
TODO
LowPriority TODO
TODO
NormalPriority TODO
TODO
Methods¶
- __init__(parent: QObject = None)
TODO
- __init__(str, parent: QObject = None)
TODO
- actionGroup() → QActionGroup
TODO
- activate(ActionEvent)
TODO
- associatedGraphicsWidgets() → List[QGraphicsWidget]
TODO
- associatedWidgets() → List[QWidget]
TODO
- autoRepeat() → bool
TODO
- data() → Any
TODO
- event(QEvent) → bool
TODO
- font() → QFont
TODO
- hover()
TODO
- icon() → QIcon
TODO
- iconText() → str
TODO
- isCheckable() → bool
TODO
- isChecked() → bool
TODO
- isEnabled() → bool
TODO
- isIconVisibleInMenu() → bool
TODO
- isSeparator() → bool
TODO
- isShortcutVisibleInContextMenu() → bool
TODO
- isVisible() → bool
TODO
TODO
TODO
- parentWidget() → QWidget
TODO
- priority() → Priority
TODO
- setActionGroup(QActionGroup)
TODO
- setAutoRepeat(bool)
TODO
- setCheckable(bool)
TODO
- setChecked(bool)
TODO
- setData(Any)
TODO
- setDisabled(bool)
TODO
- setEnabled(bool)
TODO
- setFont(QFont)
TODO
- setIcon(QIcon)
TODO
- setIconText(str)
TODO
- setIconVisibleInMenu(bool)
TODO
- setMenu(QMenu)
TODO
- setMenuRole(MenuRole)
TODO
- setPriority(Priority)
TODO
- setSeparator(bool)
TODO
- setShortcut(Union[QKeySequence, StandardKey, str, int])
TODO
- setShortcutContext(ShortcutContext)
TODO
- setShortcuts(Iterable[Union[QKeySequence, StandardKey, str, int]])
TODO
- setShortcuts(StandardKey)
TODO
- setShortcutVisibleInContextMenu(bool)
TODO
- setStatusTip(str)
TODO
- setText(str)
TODO
- setToolTip(str)
TODO
- setVisible(bool)
TODO
- setWhatsThis(str)
TODO
- shortcut() → QKeySequence
TODO
- shortcutContext() → ShortcutContext
TODO
- shortcuts() → List[QKeySequence]
TODO
- showStatusText(widget: QWidget = None) → bool
TODO
- statusTip() → str
TODO
- text() → str
TODO
- toggle()
TODO
- toolTip() → str
TODO
- trigger()
TODO
- whatsThis() → str
TODO