summaryrefslogtreecommitdiff
path: root/src/plugins/android/androiddeploystepwidget.ui
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@digia.com>2013-09-10 19:19:31 +0200
committerDaniel Teske <daniel.teske@digia.com>2013-09-13 12:34:46 +0200
commit3bb7339fd4d7887231db4dc0504c79c1f1594cd3 (patch)
tree98f48e568378b4af426dc4ed49da67f4ed33abc3 /src/plugins/android/androiddeploystepwidget.ui
parent6669e8ea753623f5abfab2b4f2cbffbf1a1b6ae5 (diff)
downloadqt-creator-3bb7339fd4d7887231db4dc0504c79c1f1594cd3.tar.gz
Android: Implement device selection dialog
Change-Id: I1f4f3065a09837414429bbfc68110ada85ea174a Reviewed-by: BogDan Vatra <bogdan@kde.org>
Diffstat (limited to 'src/plugins/android/androiddeploystepwidget.ui')
-rw-r--r--src/plugins/android/androiddeploystepwidget.ui15
1 files changed, 11 insertions, 4 deletions
diff --git a/src/plugins/android/androiddeploystepwidget.ui b/src/plugins/android/androiddeploystepwidget.ui
index 96ed9eb533..2c44ffc55d 100644
--- a/src/plugins/android/androiddeploystepwidget.ui
+++ b/src/plugins/android/androiddeploystepwidget.ui
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>678</width>
+ <width>682</width>
<height>155</height>
</rect>
</property>
@@ -69,21 +69,21 @@ The APK will not be usable on any other device.</string>
<string>Advanced Actions</string>
</property>
<layout class="QGridLayout" name="gridLayout">
- <item row="0" column="0">
+ <item row="1" column="0">
<widget class="QPushButton" name="cleanLibsPushButton">
<property name="text">
<string>Clean Temporary Libraries Directory on Device</string>
</property>
</widget>
</item>
- <item row="1" column="0">
+ <item row="2" column="0">
<widget class="QPushButton" name="chooseButton">
<property name="text">
<string>Install Ministro from APK</string>
</property>
</widget>
</item>
- <item row="2" column="0">
+ <item row="3" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
@@ -96,6 +96,13 @@ The APK will not be usable on any other device.</string>
</property>
</spacer>
</item>
+ <item row="0" column="0">
+ <widget class="QPushButton" name="resetDefaultDevices">
+ <property name="text">
+ <string>Reset Default Devices</string>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
</item>