busy_widget

class camelot.view.controls.busy_widget.BusyWidget(parent=None)[source]

A widget indicating the application is performing some background task. The widget acts as an overlay of its parent widget and displays animating orbs

paintEvent(event)[source]

custom paint, painting the orbs

set_busy(busy_state)[source]

start/stop the animation :arg busy_state: True or False

timerEvent(event)[source]

custom timer event, updating the animation

Previous topic

appscheme

Next topic

calculator

This Page