From de6d7e1de7d6b9f6bc45f087c76cb84ac8af1fe0 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Tue, 25 Apr 2017 17:19:18 +0200 Subject: Gallery: utilize the new icon-support for the tool buttons Change-Id: I275856925ebf82c0ed8822d45299fd4d5c9218ba Reviewed-by: Mitch Curtis --- examples/quickcontrols2/gallery/gallery.cpp | 3 +++ examples/quickcontrols2/gallery/gallery.pro | 3 ++- examples/quickcontrols2/gallery/gallery.qml | 16 +++----------- .../gallery/icons/gallery/20x20/+material/back.png | Bin 0 -> 219 bytes .../icons/gallery/20x20/+material/drawer.png | Bin 0 -> 213 bytes .../gallery/icons/gallery/20x20/+material/menu.png | Bin 0 -> 232 bytes .../gallery/icons/gallery/20x20/back.png | Bin 0 -> 220 bytes .../gallery/icons/gallery/20x20/drawer.png | Bin 0 -> 123 bytes .../gallery/icons/gallery/20x20/menu.png | Bin 0 -> 123 bytes .../icons/gallery/20x20@2/+material/back.png | Bin 0 -> 299 bytes .../icons/gallery/20x20@2/+material/drawer.png | Bin 0 -> 286 bytes .../icons/gallery/20x20@2/+material/menu.png | Bin 0 -> 366 bytes .../gallery/icons/gallery/20x20@2/back.png | Bin 0 -> 289 bytes .../gallery/icons/gallery/20x20@2/drawer.png | Bin 0 -> 126 bytes .../gallery/icons/gallery/20x20@2/menu.png | Bin 0 -> 158 bytes .../icons/gallery/20x20@3/+material/back.png | Bin 0 -> 344 bytes .../icons/gallery/20x20@3/+material/drawer.png | Bin 0 -> 345 bytes .../icons/gallery/20x20@3/+material/menu.png | Bin 0 -> 499 bytes .../gallery/icons/gallery/20x20@3/back.png | Bin 0 -> 351 bytes .../gallery/icons/gallery/20x20@3/drawer.png | Bin 0 -> 130 bytes .../gallery/icons/gallery/20x20@3/menu.png | Bin 0 -> 193 bytes .../icons/gallery/20x20@4/+material/back.png | Bin 0 -> 473 bytes .../icons/gallery/20x20@4/+material/drawer.png | Bin 0 -> 420 bytes .../icons/gallery/20x20@4/+material/menu.png | Bin 0 -> 642 bytes .../gallery/icons/gallery/20x20@4/back.png | Bin 0 -> 452 bytes .../gallery/icons/gallery/20x20@4/drawer.png | Bin 0 -> 131 bytes .../gallery/icons/gallery/20x20@4/menu.png | Bin 0 -> 223 bytes .../gallery/icons/gallery/index.theme | 24 +++++++++++++++++++++ .../gallery/images/+material/back.png | Bin 219 -> 0 bytes .../gallery/images/+material/back@2x.png | Bin 299 -> 0 bytes .../gallery/images/+material/back@3x.png | Bin 344 -> 0 bytes .../gallery/images/+material/back@4x.png | Bin 473 -> 0 bytes .../gallery/images/+material/drawer.png | Bin 213 -> 0 bytes .../gallery/images/+material/drawer@2x.png | Bin 286 -> 0 bytes .../gallery/images/+material/drawer@3x.png | Bin 345 -> 0 bytes .../gallery/images/+material/drawer@4x.png | Bin 420 -> 0 bytes .../gallery/images/+material/menu.png | Bin 232 -> 0 bytes .../gallery/images/+material/menu@2x.png | Bin 366 -> 0 bytes .../gallery/images/+material/menu@3x.png | Bin 499 -> 0 bytes .../gallery/images/+material/menu@4x.png | Bin 642 -> 0 bytes examples/quickcontrols2/gallery/images/back.png | Bin 220 -> 0 bytes examples/quickcontrols2/gallery/images/back@2x.png | Bin 289 -> 0 bytes examples/quickcontrols2/gallery/images/back@3x.png | Bin 351 -> 0 bytes examples/quickcontrols2/gallery/images/back@4x.png | Bin 452 -> 0 bytes examples/quickcontrols2/gallery/images/drawer.png | Bin 123 -> 0 bytes .../quickcontrols2/gallery/images/drawer@2x.png | Bin 126 -> 0 bytes .../quickcontrols2/gallery/images/drawer@3x.png | Bin 130 -> 0 bytes .../quickcontrols2/gallery/images/drawer@4x.png | Bin 131 -> 0 bytes examples/quickcontrols2/gallery/images/menu.png | Bin 123 -> 0 bytes examples/quickcontrols2/gallery/images/menu@2x.png | Bin 158 -> 0 bytes examples/quickcontrols2/gallery/images/menu@3x.png | Bin 193 -> 0 bytes examples/quickcontrols2/gallery/images/menu@4x.png | Bin 223 -> 0 bytes 52 files changed, 32 insertions(+), 14 deletions(-) create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20/+material/back.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20/+material/drawer.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20/+material/menu.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20/back.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20/drawer.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20/menu.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20@2/+material/back.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20@2/+material/drawer.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20@2/+material/menu.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20@2/back.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20@2/drawer.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20@2/menu.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20@3/+material/back.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20@3/+material/drawer.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20@3/+material/menu.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20@3/back.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20@3/drawer.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20@3/menu.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20@4/+material/back.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20@4/+material/drawer.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20@4/+material/menu.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20@4/back.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20@4/drawer.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/20x20@4/menu.png create mode 100644 examples/quickcontrols2/gallery/icons/gallery/index.theme delete mode 100644 examples/quickcontrols2/gallery/images/+material/back.png delete mode 100644 examples/quickcontrols2/gallery/images/+material/back@2x.png delete mode 100644 examples/quickcontrols2/gallery/images/+material/back@3x.png delete mode 100644 examples/quickcontrols2/gallery/images/+material/back@4x.png delete mode 100644 examples/quickcontrols2/gallery/images/+material/drawer.png delete mode 100644 examples/quickcontrols2/gallery/images/+material/drawer@2x.png delete mode 100644 examples/quickcontrols2/gallery/images/+material/drawer@3x.png delete mode 100644 examples/quickcontrols2/gallery/images/+material/drawer@4x.png delete mode 100644 examples/quickcontrols2/gallery/images/+material/menu.png delete mode 100644 examples/quickcontrols2/gallery/images/+material/menu@2x.png delete mode 100644 examples/quickcontrols2/gallery/images/+material/menu@3x.png delete mode 100644 examples/quickcontrols2/gallery/images/+material/menu@4x.png delete mode 100644 examples/quickcontrols2/gallery/images/back.png delete mode 100644 examples/quickcontrols2/gallery/images/back@2x.png delete mode 100644 examples/quickcontrols2/gallery/images/back@3x.png delete mode 100644 examples/quickcontrols2/gallery/images/back@4x.png delete mode 100644 examples/quickcontrols2/gallery/images/drawer.png delete mode 100644 examples/quickcontrols2/gallery/images/drawer@2x.png delete mode 100644 examples/quickcontrols2/gallery/images/drawer@3x.png delete mode 100644 examples/quickcontrols2/gallery/images/drawer@4x.png delete mode 100644 examples/quickcontrols2/gallery/images/menu.png delete mode 100644 examples/quickcontrols2/gallery/images/menu@2x.png delete mode 100644 examples/quickcontrols2/gallery/images/menu@3x.png delete mode 100644 examples/quickcontrols2/gallery/images/menu@4x.png (limited to 'examples/quickcontrols2') diff --git a/examples/quickcontrols2/gallery/gallery.cpp b/examples/quickcontrols2/gallery/gallery.cpp index 7b70f1c8..b4d59685 100644 --- a/examples/quickcontrols2/gallery/gallery.cpp +++ b/examples/quickcontrols2/gallery/gallery.cpp @@ -53,6 +53,7 @@ #include #include #include +#include int main(int argc, char *argv[]) { @@ -62,6 +63,8 @@ int main(int argc, char *argv[]) QGuiApplication app(argc, argv); + QIcon::setThemeName("gallery"); + QSettings settings; QString style = QQuickStyle::name(); if (!style.isEmpty()) diff --git a/examples/quickcontrols2/gallery/gallery.pro b/examples/quickcontrols2/gallery/gallery.pro index 45496a35..705eeae0 100644 --- a/examples/quickcontrols2/gallery/gallery.pro +++ b/examples/quickcontrols2/gallery/gallery.pro @@ -8,8 +8,9 @@ SOURCES += \ RESOURCES += \ gallery.qml \ qtquickcontrols2.conf \ + icons/gallery/index.theme \ + $$files(icons/*.png, true) \ $$files(images/*.png) \ - $$files(images/+material/*.png) \ $$files(pages/*.qml) target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/gallery diff --git a/examples/quickcontrols2/gallery/gallery.qml b/examples/quickcontrols2/gallery/gallery.qml index 9f253ab3..5344b74e 100644 --- a/examples/quickcontrols2/gallery/gallery.qml +++ b/examples/quickcontrols2/gallery/gallery.qml @@ -50,7 +50,7 @@ import QtQuick 2.9 import QtQuick.Layouts 1.3 -import QtQuick.Controls 2.2 +import QtQuick.Controls 2.3 import QtQuick.Controls.Material 2.1 import QtQuick.Controls.Universal 2.1 import Qt.labs.settings 1.0 @@ -89,12 +89,7 @@ ApplicationWindow { anchors.fill: parent ToolButton { - contentItem: Image { - fillMode: Image.Pad - horizontalAlignment: Image.AlignHCenter - verticalAlignment: Image.AlignVCenter - source: stackView.depth > 1 ? "images/back.png" : "images/drawer.png" - } + icon.name: stackView.depth > 1 ? "back" : "drawer" onClicked: { if (stackView.depth > 1) { stackView.pop() @@ -116,12 +111,7 @@ ApplicationWindow { } ToolButton { - contentItem: Image { - fillMode: Image.Pad - horizontalAlignment: Image.AlignHCenter - verticalAlignment: Image.AlignVCenter - source: "images/menu.png" - } + icon.name: "menu" onClicked: optionsMenu.open() Menu { diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20/+material/back.png b/examples/quickcontrols2/gallery/icons/gallery/20x20/+material/back.png new file mode 100644 index 00000000..ebc1000f Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20/+material/back.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20/+material/drawer.png b/examples/quickcontrols2/gallery/icons/gallery/20x20/+material/drawer.png new file mode 100644 index 00000000..615cc817 Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20/+material/drawer.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20/+material/menu.png b/examples/quickcontrols2/gallery/icons/gallery/20x20/+material/menu.png new file mode 100644 index 00000000..f02429e9 Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20/+material/menu.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20/back.png b/examples/quickcontrols2/gallery/icons/gallery/20x20/back.png new file mode 100644 index 00000000..db43e273 Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20/back.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20/drawer.png b/examples/quickcontrols2/gallery/icons/gallery/20x20/drawer.png new file mode 100644 index 00000000..1e974efa Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20/drawer.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20/menu.png b/examples/quickcontrols2/gallery/icons/gallery/20x20/menu.png new file mode 100644 index 00000000..a10473d9 Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20/menu.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@2/+material/back.png b/examples/quickcontrols2/gallery/icons/gallery/20x20@2/+material/back.png new file mode 100644 index 00000000..cf6163c8 Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20@2/+material/back.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@2/+material/drawer.png b/examples/quickcontrols2/gallery/icons/gallery/20x20@2/+material/drawer.png new file mode 100644 index 00000000..b1dd106d Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20@2/+material/drawer.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@2/+material/menu.png b/examples/quickcontrols2/gallery/icons/gallery/20x20@2/+material/menu.png new file mode 100644 index 00000000..9309ad9a Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20@2/+material/menu.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@2/back.png b/examples/quickcontrols2/gallery/icons/gallery/20x20@2/back.png new file mode 100644 index 00000000..c55ab315 Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20@2/back.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@2/drawer.png b/examples/quickcontrols2/gallery/icons/gallery/20x20@2/drawer.png new file mode 100644 index 00000000..eba3b6cc Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20@2/drawer.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@2/menu.png b/examples/quickcontrols2/gallery/icons/gallery/20x20@2/menu.png new file mode 100644 index 00000000..649c2a08 Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20@2/menu.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@3/+material/back.png b/examples/quickcontrols2/gallery/icons/gallery/20x20@3/+material/back.png new file mode 100644 index 00000000..96376a5a Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20@3/+material/back.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@3/+material/drawer.png b/examples/quickcontrols2/gallery/icons/gallery/20x20@3/+material/drawer.png new file mode 100644 index 00000000..289889bf Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20@3/+material/drawer.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@3/+material/menu.png b/examples/quickcontrols2/gallery/icons/gallery/20x20@3/+material/menu.png new file mode 100644 index 00000000..7bddf71f Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20@3/+material/menu.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@3/back.png b/examples/quickcontrols2/gallery/icons/gallery/20x20@3/back.png new file mode 100644 index 00000000..b228eb87 Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20@3/back.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@3/drawer.png b/examples/quickcontrols2/gallery/icons/gallery/20x20@3/drawer.png new file mode 100644 index 00000000..3584ed6d Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20@3/drawer.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@3/menu.png b/examples/quickcontrols2/gallery/icons/gallery/20x20@3/menu.png new file mode 100644 index 00000000..9554b695 Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20@3/menu.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@4/+material/back.png b/examples/quickcontrols2/gallery/icons/gallery/20x20@4/+material/back.png new file mode 100644 index 00000000..578ac14f Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20@4/+material/back.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@4/+material/drawer.png b/examples/quickcontrols2/gallery/icons/gallery/20x20@4/+material/drawer.png new file mode 100644 index 00000000..215e6a82 Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20@4/+material/drawer.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@4/+material/menu.png b/examples/quickcontrols2/gallery/icons/gallery/20x20@4/+material/menu.png new file mode 100644 index 00000000..e5c23a3b Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20@4/+material/menu.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@4/back.png b/examples/quickcontrols2/gallery/icons/gallery/20x20@4/back.png new file mode 100644 index 00000000..dd157e78 Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20@4/back.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@4/drawer.png b/examples/quickcontrols2/gallery/icons/gallery/20x20@4/drawer.png new file mode 100644 index 00000000..60d93aff Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20@4/drawer.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@4/menu.png b/examples/quickcontrols2/gallery/icons/gallery/20x20@4/menu.png new file mode 100644 index 00000000..187c171c Binary files /dev/null and b/examples/quickcontrols2/gallery/icons/gallery/20x20@4/menu.png differ diff --git a/examples/quickcontrols2/gallery/icons/gallery/index.theme b/examples/quickcontrols2/gallery/icons/gallery/index.theme new file mode 100644 index 00000000..a1bcd5e0 --- /dev/null +++ b/examples/quickcontrols2/gallery/icons/gallery/index.theme @@ -0,0 +1,24 @@ +[Icon Theme] +Name=Gallery +Comment=Qt Quick Controls 2 Gallery Example Icon Theme + +Directories=20x20,20x20@2,20x20@3,20x20@4 + +[20x20] +Size=20 +Type=Fixed + +[20x20@2] +Size=20 +Scale=2 +Type=Fixed + +[20x20@3] +Size=20 +Scale=3 +Type=Fixed + +[20x20@4] +Size=20 +Scale=4 +Type=Fixed diff --git a/examples/quickcontrols2/gallery/images/+material/back.png b/examples/quickcontrols2/gallery/images/+material/back.png deleted file mode 100644 index ebc1000f..00000000 Binary files a/examples/quickcontrols2/gallery/images/+material/back.png and /dev/null differ diff --git a/examples/quickcontrols2/gallery/images/+material/back@2x.png b/examples/quickcontrols2/gallery/images/+material/back@2x.png deleted file mode 100644 index cf6163c8..00000000 Binary files a/examples/quickcontrols2/gallery/images/+material/back@2x.png and /dev/null differ diff --git a/examples/quickcontrols2/gallery/images/+material/back@3x.png b/examples/quickcontrols2/gallery/images/+material/back@3x.png deleted file mode 100644 index 96376a5a..00000000 Binary files a/examples/quickcontrols2/gallery/images/+material/back@3x.png and /dev/null differ diff --git a/examples/quickcontrols2/gallery/images/+material/back@4x.png b/examples/quickcontrols2/gallery/images/+material/back@4x.png deleted file mode 100644 index 578ac14f..00000000 Binary files a/examples/quickcontrols2/gallery/images/+material/back@4x.png and /dev/null differ diff --git a/examples/quickcontrols2/gallery/images/+material/drawer.png b/examples/quickcontrols2/gallery/images/+material/drawer.png deleted file mode 100644 index 615cc817..00000000 Binary files a/examples/quickcontrols2/gallery/images/+material/drawer.png and /dev/null differ diff --git a/examples/quickcontrols2/gallery/images/+material/drawer@2x.png b/examples/quickcontrols2/gallery/images/+material/drawer@2x.png deleted file mode 100644 index b1dd106d..00000000 Binary files a/examples/quickcontrols2/gallery/images/+material/drawer@2x.png and /dev/null differ diff --git a/examples/quickcontrols2/gallery/images/+material/drawer@3x.png b/examples/quickcontrols2/gallery/images/+material/drawer@3x.png deleted file mode 100644 index 289889bf..00000000 Binary files a/examples/quickcontrols2/gallery/images/+material/drawer@3x.png and /dev/null differ diff --git a/examples/quickcontrols2/gallery/images/+material/drawer@4x.png b/examples/quickcontrols2/gallery/images/+material/drawer@4x.png deleted file mode 100644 index 215e6a82..00000000 Binary files a/examples/quickcontrols2/gallery/images/+material/drawer@4x.png and /dev/null differ diff --git a/examples/quickcontrols2/gallery/images/+material/menu.png b/examples/quickcontrols2/gallery/images/+material/menu.png deleted file mode 100644 index f02429e9..00000000 Binary files a/examples/quickcontrols2/gallery/images/+material/menu.png and /dev/null differ diff --git a/examples/quickcontrols2/gallery/images/+material/menu@2x.png b/examples/quickcontrols2/gallery/images/+material/menu@2x.png deleted file mode 100644 index 9309ad9a..00000000 Binary files a/examples/quickcontrols2/gallery/images/+material/menu@2x.png and /dev/null differ diff --git a/examples/quickcontrols2/gallery/images/+material/menu@3x.png b/examples/quickcontrols2/gallery/images/+material/menu@3x.png deleted file mode 100644 index 7bddf71f..00000000 Binary files a/examples/quickcontrols2/gallery/images/+material/menu@3x.png and /dev/null differ diff --git a/examples/quickcontrols2/gallery/images/+material/menu@4x.png b/examples/quickcontrols2/gallery/images/+material/menu@4x.png deleted file mode 100644 index e5c23a3b..00000000 Binary files a/examples/quickcontrols2/gallery/images/+material/menu@4x.png and /dev/null differ diff --git a/examples/quickcontrols2/gallery/images/back.png b/examples/quickcontrols2/gallery/images/back.png deleted file mode 100644 index db43e273..00000000 Binary files a/examples/quickcontrols2/gallery/images/back.png and /dev/null differ diff --git a/examples/quickcontrols2/gallery/images/back@2x.png b/examples/quickcontrols2/gallery/images/back@2x.png deleted file mode 100644 index c55ab315..00000000 Binary files a/examples/quickcontrols2/gallery/images/back@2x.png and /dev/null differ diff --git a/examples/quickcontrols2/gallery/images/back@3x.png b/examples/quickcontrols2/gallery/images/back@3x.png deleted file mode 100644 index b228eb87..00000000 Binary files a/examples/quickcontrols2/gallery/images/back@3x.png and /dev/null differ diff --git a/examples/quickcontrols2/gallery/images/back@4x.png b/examples/quickcontrols2/gallery/images/back@4x.png deleted file mode 100644 index dd157e78..00000000 Binary files a/examples/quickcontrols2/gallery/images/back@4x.png and /dev/null differ diff --git a/examples/quickcontrols2/gallery/images/drawer.png b/examples/quickcontrols2/gallery/images/drawer.png deleted file mode 100644 index 1e974efa..00000000 Binary files a/examples/quickcontrols2/gallery/images/drawer.png and /dev/null differ diff --git a/examples/quickcontrols2/gallery/images/drawer@2x.png b/examples/quickcontrols2/gallery/images/drawer@2x.png deleted file mode 100644 index eba3b6cc..00000000 Binary files a/examples/quickcontrols2/gallery/images/drawer@2x.png and /dev/null differ diff --git a/examples/quickcontrols2/gallery/images/drawer@3x.png b/examples/quickcontrols2/gallery/images/drawer@3x.png deleted file mode 100644 index 3584ed6d..00000000 Binary files a/examples/quickcontrols2/gallery/images/drawer@3x.png and /dev/null differ diff --git a/examples/quickcontrols2/gallery/images/drawer@4x.png b/examples/quickcontrols2/gallery/images/drawer@4x.png deleted file mode 100644 index 60d93aff..00000000 Binary files a/examples/quickcontrols2/gallery/images/drawer@4x.png and /dev/null differ diff --git a/examples/quickcontrols2/gallery/images/menu.png b/examples/quickcontrols2/gallery/images/menu.png deleted file mode 100644 index a10473d9..00000000 Binary files a/examples/quickcontrols2/gallery/images/menu.png and /dev/null differ diff --git a/examples/quickcontrols2/gallery/images/menu@2x.png b/examples/quickcontrols2/gallery/images/menu@2x.png deleted file mode 100644 index 649c2a08..00000000 Binary files a/examples/quickcontrols2/gallery/images/menu@2x.png and /dev/null differ diff --git a/examples/quickcontrols2/gallery/images/menu@3x.png b/examples/quickcontrols2/gallery/images/menu@3x.png deleted file mode 100644 index 9554b695..00000000 Binary files a/examples/quickcontrols2/gallery/images/menu@3x.png and /dev/null differ diff --git a/examples/quickcontrols2/gallery/images/menu@4x.png b/examples/quickcontrols2/gallery/images/menu@4x.png deleted file mode 100644 index 187c171c..00000000 Binary files a/examples/quickcontrols2/gallery/images/menu@4x.png and /dev/null differ -- cgit v1.2.3