forked from qt-creator/qt-creator
Utils/Android: Add themable, DPI-endabled Download icon to Utils::Icons
And use it in AdroidSettingsDialog Change-Id: Ia847b6df0e5ab26fc02157f888565a3e6d86bb34 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -196,6 +196,9 @@ const Icon TOGGLE_PROGRESSDETAILS_TOOLBAR({
|
||||
{QLatin1String(":/utils/images/toggleprogressdetails.png"), Theme::IconsBaseColor}});
|
||||
const Icon ONLINE_TOOLBAR({
|
||||
{QLatin1String(":/utils/images/online.png"), Theme::IconsBaseColor}});
|
||||
const Icon DOWNLOAD({
|
||||
{QLatin1String(":/utils/images/download_arrow.png"), Theme::IconsRunColor},
|
||||
{QLatin1String(":/utils/images/download_base.png"), Theme::PanelTextColorDark}}, Icon::Tint);
|
||||
|
||||
const Icon WARNING({
|
||||
{QLatin1String(":/utils/images/warningfill.png"), Theme::BackgroundColorNormal},
|
||||
|
||||
Reference in New Issue
Block a user