Skip to content

Draft: Add Digit Spinner Widget

This MR creates a Spinner monitor to represent a numeric value and allow changing each digit of the value.

It should,

  • Have the color of the value based on the color given by a 'range' option.
  • Have up and down arrows in the value based on the imposed 'range' limits.
  • Allow each digit of the value to be modified with the up and down arrows or by hovering the mouse on top of the digit and using the mouse scroll wheel.
  • Dispatch an update signal with 1 second of delay after the last value modification.

See https://confluence.cern.ch/pages/viewpage.action?spaceKey=INSP&title=Spinner for detailed reference.

Merge request reports

Loading