Plasma/Active/Development/ActiveHIG/NumberStepper: Difference between revisions

From KDE Community Wiki
(Initial version)
 
 
(No difference)

Latest revision as of 21:45, 29 June 2012

Guideline for the widget "Number Stepper"

Purpose of the Widget

The Number Stepper is used for easy adjustment of numeric values within a defined, very small range (between 2 and 5 in size). For larger or unlimited ranges, use the Number Wheel.

Description of the Widget

The Number Stepper consists of the display of the selected number and two buttons next to it, one to the left to decrease the number by one, and one to the right which increases the number by one. If the number reaches the lower or upper limit of the defined range, the corresponding button is disabled.

Code to Implement the Widget

TODO: Insert code