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>
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 6.0 KiB |
@@ -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")}
|
||||
}
|
||||
});
|
||||
|
||||
|
@@ -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);
|
||||
}
|
||||
|