Android: move SDK Manager to separate dialog

Hide the SDK Manager into own dialog which reduces the visible
elements on the Android Settings page by default. The dialog
will be brought up when installing essential packages for example.

Also, the dialog can be opened manually via a new button, which
makes it available on demand instead be there in the front all
the time, because that SDK Manager UI is needed only when installing
packages which doesn't happen often.

Change-Id: I09b92ae7b10673ba520da9ffd98d8120e1aaf104
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Assam Boudjelthia
2022-03-06 03:06:59 +02:00
parent 20c0d93f7d
commit b6c83df7d9
5 changed files with 41 additions and 43 deletions

View File

@@ -65,7 +65,7 @@ private:
QFuture<QString> m_optionsFuture;
};
class AndroidSdkManagerWidget : public QWidget
class AndroidSdkManagerWidget : public QDialog
{
Q_OBJECT