QMacToolBarItem¶
- PyQt5.QtMacExtras.QMacToolBarItem
Inherits from QObject.
Description¶
The QMacToolBarItem class provides an item for QMacToolBar.
All items should have the text and icon properites set, or have the standardItem property set to something else than NoStandardItem.
See also
Enums¶
- StandardItem
Member
Value
Description
FlexibleSpace 2
A spacing item which grows to fill available space
NoStandardItem 0
Don’t use a standard item
Space 1
A spacing item
Methods¶
- __init__(parent: QObject = None)
TODO
- nativeToolBarItem() → NSToolbarItem
TODO
- selectable() → bool
See also
- setSelectable(bool)
See also
- setStandardItem(StandardItem)
See also
- setText(str)
See also
- standardItem() → StandardItem
See also
- text() → str
See also
Signals¶
- activated()
TODO