src/eric7/MicroPython/UF2FlashDialog.ui

branch
mpy_network
changeset 9815
6cbe3948044c
parent 9413
80c06d472826
child 9953
1aa8517bc61f
equal deleted inserted replaced
9814:1445ca4be40d 9815:6cbe3948044c
24 <property name="text"> 24 <property name="text">
25 <string>Detected Devices:</string> 25 <string>Detected Devices:</string>
26 </property> 26 </property>
27 </widget> 27 </widget>
28 </item> 28 </item>
29 <item row="0" column="1"> 29 <item row="0" column="1" colspan="2">
30 <widget class="QComboBox" name="devicesComboBox"> 30 <widget class="QComboBox" name="devicesComboBox">
31 <property name="sizePolicy"> 31 <property name="sizePolicy">
32 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 32 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
33 <horstretch>0</horstretch> 33 <horstretch>0</horstretch>
34 <verstretch>0</verstretch> 34 <verstretch>0</verstretch>
44 <property name="text"> 44 <property name="text">
45 <string>MicroPython:</string> 45 <string>MicroPython:</string>
46 </property> 46 </property>
47 </widget> 47 </widget>
48 </item> 48 </item>
49 <item row="1" column="1"> 49 <item row="1" column="1" colspan="2">
50 <widget class="EricPathPicker" name="firmwarePicker" native="true"> 50 <widget class="EricPathPicker" name="firmwarePicker" native="true">
51 <property name="sizePolicy"> 51 <property name="sizePolicy">
52 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 52 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
53 <horstretch>0</horstretch> 53 <horstretch>0</horstretch>
54 <verstretch>0</verstretch> 54 <verstretch>0</verstretch>
63 </widget> 63 </widget>
64 </item> 64 </item>
65 <item row="2" column="0"> 65 <item row="2" column="0">
66 <widget class="QLabel" name="label_2"> 66 <widget class="QLabel" name="label_2">
67 <property name="text"> 67 <property name="text">
68 <string>'Boot' Path:</string> 68 <string>'Boot' Volume:</string>
69 </property> 69 </property>
70 </widget> 70 </widget>
71 </item> 71 </item>
72 <item row="2" column="1"> 72 <item row="2" column="1">
73 <widget class="EricPathPicker" name="bootPicker" native="true"> 73 <widget class="EricPathPicker" name="bootPicker" native="true">
80 <property name="focusPolicy"> 80 <property name="focusPolicy">
81 <enum>Qt::WheelFocus</enum> 81 <enum>Qt::WheelFocus</enum>
82 </property> 82 </property>
83 <property name="toolTip"> 83 <property name="toolTip">
84 <string>Enter the path of the bootloader volume</string> 84 <string>Enter the path of the bootloader volume</string>
85 </property>
86 </widget>
87 </item>
88 <item row="2" column="2">
89 <widget class="QToolButton" name="searchBootButton">
90 <property name="toolTip">
91 <string>Press to check for all known boot volume names.</string>
85 </property> 92 </property>
86 </widget> 93 </widget>
87 </item> 94 </item>
88 </layout> 95 </layout>
89 </item> 96 </item>
165 </customwidgets> 172 </customwidgets>
166 <tabstops> 173 <tabstops>
167 <tabstop>devicesComboBox</tabstop> 174 <tabstop>devicesComboBox</tabstop>
168 <tabstop>firmwarePicker</tabstop> 175 <tabstop>firmwarePicker</tabstop>
169 <tabstop>bootPicker</tabstop> 176 <tabstop>bootPicker</tabstop>
177 <tabstop>searchBootButton</tabstop>
170 <tabstop>flashButton</tabstop> 178 <tabstop>flashButton</tabstop>
171 <tabstop>infoEdit</tabstop> 179 <tabstop>infoEdit</tabstop>
172 <tabstop>refreshButton</tabstop> 180 <tabstop>refreshButton</tabstop>
173 </tabstops> 181 </tabstops>
174 <resources/> 182 <resources/>

eric ide

mercurial