SpriteActionGroup (hwx.gui)¶
A Palette of SpriteActions.
A SpriteActionGroup can be placed into a RibbonPage.
- Inherits:
 
Properties¶
Public Methods¶
showProgress (self, value, outOf=None, tooltip=’’)
Property Details¶
- property enabled¶
 
The availability of the SpriteActionGroup.
Disabled SpriteActionGroup are grayed out and the user cannot activate them.
Method Details¶
- showProgress(self, value, outOf=None, tooltip='')¶
 
Shows a progress meter icon to the left of the label text.
- param value
 Upper value of progress meter.
- type value
 Union[float, bool]
- param outOf
 Factor to divide value with.
- type outOf
 float
- param tooltip
 The tool tip to show to the user if mouse cursor is on the progress bar.
- type tooltip
 str