slint/internal/compiler/widgets/qt/progressindicator.slint
Montel Laurent 1a57e9fc7a
Fix accessible-role of ProgressIndicator (#4912)
In other styles it's defined as progress-indicator.
2024-03-21 15:42:31 +01:00

7 lines
307 B
Text

// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial
export component ProgressIndicator inherits NativeProgressIndicator {
accessible-role: progress-indicator;
accessible-value: root.progress;
}