Skip to content

Status-bar operator resource/health indicator #158

Description

@rolker

Part of #154.

Summary

An always-on operator gauge in the main-window status bar, riding the same
ResourceSnapshot (child 1) and health level (child 2) — at-a-glance "is camp OK"
without a separate panel.

Scope

  • A small permanent widget added via QStatusBar::addPermanentWidget (the
    right/permanent zone — the transient zone is already used by projectView's
    setStatusBar(statusBar()), so no conflict).
  • Shows RAM / VRAM(self-accounted) / live-tile count + a colored health dot
    (green/amber/red from the OK/WARN/ERROR level).
  • Tooltip with the full breakdown; flashes/red on WARN/ERROR. Optional click →
    detail popup.
  • Updates from snapshotUpdated (no polling of its own).

Verified

MainWindow is a QMainWindow with a QStatusBar (mainwindow.ui); the permanent
zone is currently unused.

Depends on

Child 1 (snapshot), child 2 (health level).


Authored-By: Claude Code Agent
Model: Claude Opus 4.8

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions