From 03f6517a6a5a07fc14377f8d7c1433c9c1683869 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Tue, 16 Jun 2020 14:03:11 +0300 Subject: [PATCH] Android: use text button for openssl download instead of icon only Change-Id: I37dd0076c9dad78f8e40921facfec62a7363c27c Reviewed-by: hjk Reviewed-by: Leena Miettinen --- src/plugins/android/androidsettingswidget.cpp | 1 - src/plugins/android/androidsettingswidget.ui | 46 +++++++++---------- 2 files changed, 21 insertions(+), 26 deletions(-) diff --git a/src/plugins/android/androidsettingswidget.cpp b/src/plugins/android/androidsettingswidget.cpp index ff1766411b1..30442612210 100644 --- a/src/plugins/android/androidsettingswidget.cpp +++ b/src/plugins/android/androidsettingswidget.cpp @@ -462,7 +462,6 @@ AndroidSettingsWidget::AndroidSettingsWidget() m_ui.downloadSDKToolButton->setIcon(downloadIcon); m_ui.downloadNDKToolButton->setIcon(downloadIcon); m_ui.downloadOpenJDKToolButton->setIcon(downloadIcon); - m_ui.downloadOpenSSLPrebuiltLibs->setIcon(downloadIcon); m_ui.sdkToolsAutoDownloadButton->setToolTip(tr( "Automatically download Android SDK Tools to selected location.\n\n" "If the selected path contains no valid SDK Tools, the SDK Tools package " diff --git a/src/plugins/android/androidsettingswidget.ui b/src/plugins/android/androidsettingswidget.ui index 6a5bfb95906..1ba51d59f09 100644 --- a/src/plugins/android/androidsettingswidget.ui +++ b/src/plugins/android/androidsettingswidget.ui @@ -239,16 +239,6 @@ - - - - Open Android NDK download URL in the system's browser. - - - - - - @@ -265,7 +255,7 @@ - Android OpenSSL settings + Android OpenSSL settings (Optional) @@ -281,26 +271,32 @@ - + + + + + + + + 0 + 0 + + + + Automatically download OpenSSL prebuilt libraries. If the automatic download fails, Qt Creator proposes to open the download URL in the system's browser for manual download. + + + Download OpenSSL + + + + Select the path of the prebuilt OpenSSL binaries. - - - - Automatically download OpenSSL prebuilt libraries. If the automatic download fails, the download URL will be opened in the system's browser for manual download. - - - - - - - - -