Skip to content
ben-sangster edited this page Nov 4, 2010 · 1 revision

Description

Base spinbox class. Functions will return integers for SpinBox and doubles for DoubleSpinBox.

Signals

valueChanged (Number value)

Function Calls

Number/void value ([Number value])

  • If called with an argument, set the spinbox's value to value.

  • If not called with an argument, return spinbox's value.

Number/void maximum ([Number value])

  • If called with an argument, set the spinbox's maximum to value.

  • If not called with an argument, return spinbox's maximum.

Number/void minimum ([Number value])

  • If called with an argument, set the spinbox's minimum to value.

  • If not called with an argument, return spinbox's minimum.

Clone this wiki locally