SpinBox.setWrap

Set whether the values wrap when the limit is reached during increment or decrement.

class SpinBox
setWrap
(
this T
)
()

Parameters

wrapValue bool

Value specifing whether the value wraps.

Return Value

Type: auto

This widget to aid method chaining.

Meta