eric7/MicroPython/EspBackupRestoreFirmwareDialog.ui

branch
eric7
changeset 8312
800c432b34c8
parent 7352
5f69f55b919f
child 8356
68ec9c3d4de5
equal deleted inserted replaced
8311:4e8b98454baa 8312:800c432b34c8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>EspBackupRestoreFirmwareDialog</class>
4 <widget class="QDialog" name="EspBackupRestoreFirmwareDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>166</height>
11 </rect>
12 </property>
13 <property name="sizeGripEnabled">
14 <bool>true</bool>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QGridLayout" name="gridLayout">
19 <item row="0" column="0">
20 <widget class="QLabel" name="label">
21 <property name="text">
22 <string>ESP Chip Type:</string>
23 </property>
24 </widget>
25 </item>
26 <item row="0" column="1">
27 <widget class="QComboBox" name="espComboBox">
28 <property name="toolTip">
29 <string>Select the ESP chip type</string>
30 </property>
31 <property name="sizeAdjustPolicy">
32 <enum>QComboBox::AdjustToContents</enum>
33 </property>
34 </widget>
35 </item>
36 <item row="0" column="2">
37 <spacer name="horizontalSpacer">
38 <property name="orientation">
39 <enum>Qt::Horizontal</enum>
40 </property>
41 <property name="sizeHint" stdset="0">
42 <size>
43 <width>268</width>
44 <height>20</height>
45 </size>
46 </property>
47 </spacer>
48 </item>
49 <item row="1" column="0">
50 <widget class="QLabel" name="label_2">
51 <property name="text">
52 <string>Firmware Size:</string>
53 </property>
54 </widget>
55 </item>
56 <item row="1" column="1">
57 <widget class="QComboBox" name="sizeComboBox">
58 <property name="toolTip">
59 <string>Select the firmware size</string>
60 </property>
61 </widget>
62 </item>
63 <item row="2" column="0">
64 <widget class="QLabel" name="label_3">
65 <property name="toolTip">
66 <string/>
67 </property>
68 <property name="text">
69 <string>Flashmode:</string>
70 </property>
71 </widget>
72 </item>
73 <item row="2" column="1">
74 <widget class="QComboBox" name="modeComboBox">
75 <property name="toolTip">
76 <string>Select the flash mode</string>
77 </property>
78 </widget>
79 </item>
80 <item row="3" column="0">
81 <widget class="QLabel" name="label_4">
82 <property name="text">
83 <string>Firmware:</string>
84 </property>
85 </widget>
86 </item>
87 <item row="3" column="1" colspan="2">
88 <widget class="E5PathPicker" name="firmwarePicker" native="true">
89 <property name="focusPolicy">
90 <enum>Qt::WheelFocus</enum>
91 </property>
92 <property name="toolTip">
93 <string>Enter the path of the firmware file</string>
94 </property>
95 </widget>
96 </item>
97 </layout>
98 </item>
99 <item>
100 <widget class="QDialogButtonBox" name="buttonBox">
101 <property name="orientation">
102 <enum>Qt::Horizontal</enum>
103 </property>
104 <property name="standardButtons">
105 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
106 </property>
107 </widget>
108 </item>
109 </layout>
110 </widget>
111 <customwidgets>
112 <customwidget>
113 <class>E5PathPicker</class>
114 <extends>QWidget</extends>
115 <header>E5Gui/E5PathPicker.h</header>
116 <container>1</container>
117 </customwidget>
118 </customwidgets>
119 <resources/>
120 <connections>
121 <connection>
122 <sender>buttonBox</sender>
123 <signal>accepted()</signal>
124 <receiver>EspBackupRestoreFirmwareDialog</receiver>
125 <slot>accept()</slot>
126 <hints>
127 <hint type="sourcelabel">
128 <x>248</x>
129 <y>254</y>
130 </hint>
131 <hint type="destinationlabel">
132 <x>157</x>
133 <y>274</y>
134 </hint>
135 </hints>
136 </connection>
137 <connection>
138 <sender>buttonBox</sender>
139 <signal>rejected()</signal>
140 <receiver>EspBackupRestoreFirmwareDialog</receiver>
141 <slot>reject()</slot>
142 <hints>
143 <hint type="sourcelabel">
144 <x>316</x>
145 <y>260</y>
146 </hint>
147 <hint type="destinationlabel">
148 <x>286</x>
149 <y>274</y>
150 </hint>
151 </hints>
152 </connection>
153 </connections>
154 </ui>

eric ide

mercurial