2013-09-10 19:19:31 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
2013-09-13 13:47:39 +02:00
|
|
|
<class>Android::Internal::AndroidDeviceDialog</class>
|
|
|
|
|
<widget class="QDialog" name="Android::Internal::AndroidDeviceDialog">
|
2013-09-10 19:19:31 +02:00
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2015-04-29 15:21:37 +02:00
|
|
|
<width>788</width>
|
|
|
|
|
<height>466</height>
|
2013-09-10 19:19:31 +02:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Select Android Device</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2015-04-29 15:21:37 +02:00
|
|
|
<item row="6" column="2">
|
|
|
|
|
<spacer name="horizontalSpacer">
|
2013-09-10 19:19:31 +02:00
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
2015-04-29 15:21:37 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
2013-09-10 19:19:31 +02:00
|
|
|
</property>
|
2015-04-29 15:21:37 +02:00
|
|
|
</spacer>
|
2013-09-10 19:19:31 +02:00
|
|
|
</item>
|
2015-04-29 15:21:37 +02:00
|
|
|
<item row="2" column="0" colspan="2">
|
|
|
|
|
<widget class="QCheckBox" name="defaultDeviceCheckBox">
|
2015-12-01 12:28:28 +01:00
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>This can be later reset in deployment settings in the Projects mode.</string>
|
|
|
|
|
</property>
|
2014-03-06 17:35:11 +01:00
|
|
|
<property name="text">
|
2015-12-01 12:28:28 +01:00
|
|
|
<string>Always use this device for architecture %1 for this project</string>
|
2014-03-06 17:35:11 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-04-29 15:21:37 +02:00
|
|
|
<item row="0" column="0" colspan="4">
|
2014-03-06 17:35:11 +01:00
|
|
|
<widget class="QStackedWidget" name="stackedWidget">
|
|
|
|
|
<property name="currentIndex">
|
|
|
|
|
<number>0</number>
|
2013-09-10 19:19:31 +02:00
|
|
|
</property>
|
2014-03-06 17:35:11 +01:00
|
|
|
<widget class="QWidget" name="devicesPage">
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
2015-04-29 15:21:37 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="topMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="rightMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="bottomMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item row="1" column="0" colspan="2">
|
2014-03-06 17:35:11 +01:00
|
|
|
<widget class="QTreeView" name="deviceView">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>600</width>
|
|
|
|
|
<height>300</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-04-29 15:21:37 +02:00
|
|
|
<item row="2" column="0" colspan="2">
|
2014-03-06 17:35:11 +01:00
|
|
|
<widget class="QLabel" name="missingLabel">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string><html><head/><body><p><a href="aaa"><span style=" text-decoration: underline; color:#0057ae;">My device is missing</span></a></p></body></html></string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="textFormat">
|
|
|
|
|
<enum>Qt::RichText</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-04-29 15:21:37 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="lookingForDevice">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QPushButton" name="lookingForDeviceCancel">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Cancel</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2014-03-06 17:35:11 +01:00
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="noDevicesPage">
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2015-04-29 15:21:37 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="topMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="rightMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="bottomMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2014-03-06 17:35:11 +01:00
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="noDeviceFoundLabel">
|
|
|
|
|
<property name="text">
|
2014-03-19 09:32:06 +01:00
|
|
|
<string notr="true"><html><head/><body><p><br/></p></body></html></string>
|
2014-03-06 17:35:11 +01:00
|
|
|
</property>
|
|
|
|
|
<property name="textFormat">
|
|
|
|
|
<enum>Qt::RichText</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="wordWrap">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2013-09-10 19:19:31 +02:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
2015-04-29 15:21:37 +02:00
|
|
|
<item row="8" column="0" colspan="4">
|
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="standardButtons">
|
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="6" column="1">
|
|
|
|
|
<widget class="QPushButton" name="createAVDButton">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Create Android Virtual Device</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="6" column="0">
|
|
|
|
|
<widget class="QPushButton" name="refreshDevicesButton">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Refresh Device List</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2013-09-10 19:19:31 +02:00
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2016-08-02 11:52:22 +03:00
|
|
|
<tabstops>
|
|
|
|
|
<tabstop>lookingForDeviceCancel</tabstop>
|
|
|
|
|
<tabstop>deviceView</tabstop>
|
|
|
|
|
<tabstop>defaultDeviceCheckBox</tabstop>
|
|
|
|
|
<tabstop>refreshDevicesButton</tabstop>
|
|
|
|
|
<tabstop>createAVDButton</tabstop>
|
|
|
|
|
</tabstops>
|
2013-09-10 19:19:31 +02:00
|
|
|
<resources/>
|
|
|
|
|
<connections>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
|
<signal>accepted()</signal>
|
2013-09-13 13:47:39 +02:00
|
|
|
<receiver>Android::Internal::AndroidDeviceDialog</receiver>
|
2013-09-10 19:19:31 +02:00
|
|
|
<slot>accept()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>248</x>
|
|
|
|
|
<y>254</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>157</x>
|
|
|
|
|
<y>274</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
|
<signal>rejected()</signal>
|
2013-09-13 13:47:39 +02:00
|
|
|
<receiver>Android::Internal::AndroidDeviceDialog</receiver>
|
2013-09-10 19:19:31 +02:00
|
|
|
<slot>reject()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>316</x>
|
|
|
|
|
<y>260</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>286</x>
|
|
|
|
|
<y>274</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
</connections>
|
|
|
|
|
</ui>
|