shaffex

ProgressView

Description

A view that shows the progress of a task.

Parameters

Example

<body>
    <vstack spacing="20" padding="20">
        <progressview key="progress" value="0.75" range="from:0;to:1;type:double"/>
        <slider key="progress" value="0.75" range="from:0;to:1;type:double"/>
    </vstack>
</body>

Screenshot