aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/fonts
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/manual/fonts
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/manual/fonts')
-rw-r--r--tests/manual/fonts/main.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/manual/fonts/main.qml b/tests/manual/fonts/main.qml
index d7c16ab0..978435c0 100644
--- a/tests/manual/fonts/main.qml
+++ b/tests/manual/fonts/main.qml
@@ -82,7 +82,6 @@ ApplicationWindow {
}
TextField { placeholder.text: "TextField" }
TextArea { placeholder.text: "TextArea" }
- ToggleButton { text: "ToggleButton" }
ToolButton { text: "ToolButton" }
Tumbler { model: 3 }
}