BusyWidget Class Reference
from PyKDE4.plasma import *
Inherits: QGraphicsWidget → QObject
Namespace: Plasma
Detailed Description
BusyWidget plasma/widgets/spinner.h <Plasma/Widgets/BusyWidget>
A widget that provides a waiting spinner
A simple spinner widget that can be used to represent a wait of unknown length
Signals |
| clicked () |
Methods |
| __init__ (self, QGraphicsWidget parent=0) |
| clicked (self) |
| hideEvent (self, QHideEvent event) |
bool | isRunning (self) |
QString | label (self) |
| mousePressEvent (self, QGraphicsSceneMouseEvent event) |
| paint (self, QPainter painter, QStyleOptionGraphicsItem option, QWidget widget=0) |
| resizeEvent (self, QGraphicsSceneResizeEvent event) |
| setLabel (self, QString label) |
| setRunning (self, bool running) |
| showEvent (self, QShowEvent event) |
| timerEvent (self, QTimerEvent event) |
Method Documentation
Constructs a new BusyWidget
@arg parent the parent of this widget
- Signal syntax:
QObject.connect(source, SIGNAL("clicked()"), target_slot)
- Returns:
- whether or not the spinner is animated.
- Parameters:
-
| label | the string that is shown in front of the icon.
|
- Parameters:
-
| label | a string to be shown in front of the icon.
|
setRunning |
( |
self, |
|
|
|
bool |
running |
|
) |
|
|
|
- Parameters:
-
| running | whether or not the spinner has to be animated. defaults to true.
|