"accelerated"

If this property is set, the spin box will increase/decrease the value faster the longer you press the respective button.

Synopsis

shape.accelerated(bool enabled);

Parameters

Parameter Description
shape Name of the object.
enabled
  • TRUE: Increasing/decreasing the value is accelerated by clicking and holding the spin button

  • FALSE: Default behavor

Description

If this property is set, the spin box will increase/decrease the value faster the longer you press the respective button.

Example

main()
{
  DateTimeEdit_ewo1.accelerated(TRUE);
}

Assignment

DateTimeEdit Widget