forked from qt-creator/qt-creator
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:
@@ -65,7 +65,7 @@ private:
|
||||
QFuture<QString> m_optionsFuture;
|
||||
};
|
||||
|
||||
class AndroidSdkManagerWidget : public QWidget
|
||||
class AndroidSdkManagerWidget : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user