aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data/tst_exclusivegroup.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-25 19:28:36 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-25 19:49:47 +0000
commit46215a8bcc4423fe79be4e4830435a1e10db22e7 (patch)
tree319cad15d62597bea6f626ad1ade7774fb864e62 /tests/auto/controls/data/tst_exclusivegroup.qml
parentd703de8752e07cb12e8ce2e2a05d608f2b26425a (diff)
Remove ToggleButton
We don't have a sensible design. It's better not to have it at all than to have a confusing tiny bit tweaked clone of Switch. Change-Id: Ib0eabd075590100e9e49846c7172909525b54a57 Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Diffstat (limited to 'tests/auto/controls/data/tst_exclusivegroup.qml')
-rw-r--r--tests/auto/controls/data/tst_exclusivegroup.qml11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/controls/data/tst_exclusivegroup.qml b/tests/auto/controls/data/tst_exclusivegroup.qml
index 41794ab2..61076ec8 100644
--- a/tests/auto/controls/data/tst_exclusivegroup.qml
+++ b/tests/auto/controls/data/tst_exclusivegroup.qml
@@ -257,16 +257,6 @@ TestCase {
}
Component {
- id: toggleButtons
- Item {
- property ExclusiveGroup group: ExclusiveGroup { id: group }
- property ToggleButton control1: ToggleButton { ExclusiveGroup.group: group }
- property ToggleButton control2: ToggleButton { ExclusiveGroup.group: group }
- property ToggleButton control3: ToggleButton { ExclusiveGroup.group: group }
- }
- }
-
- Component {
id: childControls
Item {
id: container
@@ -285,7 +275,6 @@ TestCase {
{ tag: "CheckBox", component: checkBoxes },
{ tag: "RadioButton", component: radioButtons },
{ tag: "Switch", component: switches },
- { tag: "ToggleButton", component: toggleButtons },
{ tag: "Children", component: childControls }
]
}