Skip to content
  • Artur Grunau's avatar
    IntAdjusterWidget: widget for modifying ints · 4dbd1800
    Artur Grunau authored
    IntAdjusterWidget displays and provides two ways of modifying integers:
    a slider that can be used to quickly change numeric values, and a spin
    box, which is better suited for precise adjustments.
    
    IntAdjusterWidget is a simple extension of AbstractAdjusterWidget<int>.
    It is designed to be used by IntPropertyWidget and widgets for vector
    properties storing integers.
    4dbd1800