VirtualProgressBarWidget#

class VirtualProgressBarWidget#

A widget representing a progress bar with a numeric value and orientation.

Inherited from NumericValueWidget

__init__() None#

Create a new VirtualProgressBarWidget instance.

get_orientation() Orientation#

Get the current orientation of the progress bar widget.

Returns:

Orientation of the widget.

set_orientation(orientation) None#

Set the current orientation of the progress bar widget.

Parameters:

orientation – Orientation of the widget.