VirtualSliderWidget#

class VirtualSliderWidget#

A widget representing a slider widget with numeric value and orientation.

Inherited from NumericValueWidget

__init__() None#

Create a new VirtualSliderWidget instance.

get_orientation() Orientation#

Get the current orientation of the slider widget.

Returns:

Orientation of the widget.

set_orientation(orientation) None#

Set the current orientation of the slider widget.

Parameters:

orientation – Orientation of the widget.