|
|
Display a round or rectangular light emitting diode.
It is configurable to five colors, the two on/off states and three styles (or "looks");
It may display itself in a performant flat view, a round view with light spot or a round view sunken in the screen.
| void |
[slot]
Toggle the state of the led from Off to On or vice versa.
The widget repaints itself immediately.
| void |
[slot]
Sets the state of the widget to On.
The widget will be painted immediately.
See also: off(), toggle(), toggleState(), setState()
| void |
[slot]
Sets the state of the widget to Off.
The widget will be painted immediately.
See also: on(), toggle(), toggleState(), setState()
| void |
[protected virtual]
Paints a circular, flat LED.
| void |
[protected virtual]
Paints a circular, raised LED.
| void |
[protected virtual]
Paints a circular, sunken LED.
| void |
[protected virtual]
Paints a rectangular, flat LED.
| void |
[protected virtual]
Paints a rectangular LED, either raised or sunken, depending on its argument.
| void |
[protected]
@reimplemented
Reimplemented from QWidget