nspyre.gui.widgets.subsystem

Module Contents

Classes

SubsystemsWidget

Qt widget for booting and shutting down subsystems.

Attributes

DEFAULT_BOOTED_COLOR

QColor of "booted" items in QTreeView of subsystems.

DEFAULT_SHUTDOWN_COLOR

QColor of "shutdown" items in QTreeView of subsystems.

nspyre.gui.widgets.subsystem.DEFAULT_BOOTED_COLOR

QColor of “booted” items in QTreeView of subsystems.

nspyre.gui.widgets.subsystem.DEFAULT_SHUTDOWN_COLOR

QColor of “shutdown” items in QTreeView of subsystems.

class nspyre.gui.widgets.subsystem.SubsystemsWidget(subsystems)

Qt widget for booting and shutting down subsystems.

Parameters:

subsystems (collections.abc.Iterable[nspyre.extras.subsystem.Subsystem]) – An iterable containing Subsystem objects.