aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/nativestyle/CustomProgressBars.qml32
1 files changed, 0 insertions, 32 deletions
diff --git a/tests/manual/nativestyle/CustomProgressBars.qml b/tests/manual/nativestyle/CustomProgressBars.qml
index c920d243..b7617f92 100644
--- a/tests/manual/nativestyle/CustomProgressBars.qml
+++ b/tests/manual/nativestyle/CustomProgressBars.qml
@@ -59,38 +59,6 @@ ControlContainer {
spacing: container.rowSpacing
ProgressBar {
- id: c1
- width: 100
- from: 0
- to: 10
- value: time
- indeterminate: false
- padding: 5
- background: Rectangle {
- implicitWidth: 100
- implicitHeight: 6
- color: "darkgray"
- }
- }
-
- ProgressBar {
- id: c2
- width: 100
- from: 0
- to: 10
- value: time
- indeterminate: false
- padding: 5
- contentItem: ProgressBarImpl {
- implicitHeight: 6
- implicitWidth: 100
- progress: c2.position
- indeterminate: false
- color: "lightgreen"
- }
- }
-
- ProgressBar {
id: c3
width: 100
from: 0