info

Widgets for displaying non-plot information from within the terminal

Classes:

Timer() ))

A simple timer that counts.

class Timer(self, parent: PySide6.QtWidgets.QWidget | None = None, f: PySide6.QtCore.Qt.WindowType = Default(Qt.WindowFlags))[source]
class Timer(self, text: str, parent: PySide6.QtWidgets.QWidget | None = None, f: PySide6.QtCore.Qt.WindowType = Default(Qt.WindowFlags))

Bases: QLabel

A simple timer that counts… time…

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

Initialize self. See help(type(self)) for accurate signature.

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 = PySide6.QtCore.QMetaObject("Timer" inherits "QLabel": )