|
cut 3.3.0
|
The class creates stopwatch widget to measure time. More...
Public Member Functions | |
| handleStartStop (self) | |
| Invoked when Start/Stop button is clicked. | |
| start (self) | |
| Starts the stopwatch. | |
| stop (self) | |
| Stops the stopwatch. | |
| reset (self) | |
| Resets the stopwatch. | |
| elapsed (self) | |
| Accumulates time that's passed. | |
| getQtDesignerPluginInfo (cls) | |
| Provides Qt Designer with widget information. | |
The class creates stopwatch widget to measure time.
| qestopwatch.QeStopwatch.elapsed | ( | self | ) |
Accumulates time that's passed.
| qestopwatch.QeStopwatch.getQtDesignerPluginInfo | ( | cls | ) |
Provides Qt Designer with widget information.
Return: dict Dictionary with values for keys: icon, module, container, tool_tip and xml.
| qestopwatch.QeStopwatch.handleStartStop | ( | self | ) |
Invoked when Start/Stop button is clicked.
Starts/stops the stopwatch depending on current state. Sets corresponding icon