Added Spinner widget (#3871)

This commit is contained in:
Florian Blasius 2023-11-07 15:04:24 +01:00 committed by GitHub
parent 3c9dca6daf
commit 110689bad1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 217 additions and 5 deletions

View file

@ -40,4 +40,7 @@ import { HorizontalBox, VerticalBox, GridBox } from "layouts.slint";
export { HorizontalBox, VerticalBox, GridBox }
import { ProgressIndicator } from "progressindicator.slint";
export { ProgressIndicator }
export { ProgressIndicator }
import { Spinner } from "spinner.slint";
export { Spinner }