Wizards: Remove unused QtQuick.Controls-style preview thumbnails

These were never used. And updated ones are upcoming with the new QDS
application wizards.

Change-Id: I998c3c0b8cfa3033d8be46524db3ed978738e729
Reviewed-by: Artem Sokolovskii <artem.sokolovskii@qt.io>
Reviewed-by: Samuel Ghinet <samuel.ghinet@qt.io>
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Alessandro Portale
2021-10-15 15:12:03 +02:00
parent bd4393a72c
commit 6fd8336b7f
12 changed files with 2 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

View File

@@ -270,7 +270,7 @@ void ProjectExplorer::ProjectExplorerPlugin::testJsonWizardsIconList()
QJsonObject{
{"trKey", "item no1"},
{"condition", true},
{"icon", iconInsideResource("templates/wizards/qtquickstyleicons/default.png")}
{"icon", iconInsideResource("templates/wizards/global/lib.png")}
},
QJsonObject{
{"trKey", "item no2"},
@@ -282,7 +282,7 @@ void ProjectExplorer::ProjectExplorerPlugin::testJsonWizardsIconList()
{"trKey", "item no3"},
{"condition", true},
{"trToolTip", "MyToolTip"},
{"icon", iconInsideResource("templates/wizards/qtquickstyleicons/default.png")}
{"icon", iconInsideResource("templates/wizards/global/lib.png")}
}
});

View File

@@ -1081,16 +1081,6 @@ void IconLister::addWizardIcons()
""},
{QIcon(wizardsPath + "projects/vcs/subversion/icon.png"), "subversion_vcs", prefix,
""},
{QIcon(wizardsPath + "qtquickstyleicons/default.png"), "default_qtquickstyle", prefix,
""},
{QIcon(wizardsPath + "qtquickstyleicons/material-dark.png"), "material-dark_qtquickstyle", prefix,
""},
{QIcon(wizardsPath + "qtquickstyleicons/material-light.png"), "material-light_qtquickstyle", prefix,
""},
{QIcon(wizardsPath + "qtquickstyleicons/universal-dark.png"), "universal-dark_qtquickstyle", prefix,
""},
{QIcon(wizardsPath + "qtquickstyleicons/universal-light.png"), "universal-light_qtquickstyle", prefix,
""},
};
m_icons.append(icons);
}