info

Widgets for displaying non-plot information from within the terminal

Classes:

Timer()

A simple timer that counts.

class Timer[source]

Bases: PySide2.QtWidgets.QLabel

A simple timer that counts… time…

Uses a QtCore.QTimer connected to Timer.update_time() .

Methods:

start_timer([update_interval])

Parameters

update_interval (float) -- How often (in ms) the timer should be updated.

stop_timer()

you can read the sign ya punk

update_time()

Called every (update_interval) milliseconds to set the text of the timer.

Attributes:

staticMetaObject

start_timer(update_interval=1000)[source]
Parameters

update_interval (float) – How often (in ms) the timer should be updated.

stop_timer()[source]

you can read the sign ya punk

update_time()[source]

Called every (update_interval) milliseconds to set the text of the timer.

staticMetaObject = <PySide2.QtCore.QMetaObject object at 0x7fa121bf2dc0>