eric6/Preferences/ConfigurationPages/MicroPythonPage.ui

changeset 7327
71883ddcb762
parent 7161
728018c32b09
child 7328
e2d85ef3fadb
equal deleted inserted replaced
7326:eab46b63ed91 7327:71883ddcb762
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>476</width> 9 <width>476</width>
10 <height>550</height> 10 <height>691</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout"> 13 <layout class="QVBoxLayout" name="verticalLayout">
14 <item> 14 <item>
15 <widget class="QLabel" name="headerLabel"> 15 <widget class="QLabel" name="headerLabel">
158 <property name="focusPolicy"> 158 <property name="focusPolicy">
159 <enum>Qt::WheelFocus</enum> 159 <enum>Qt::WheelFocus</enum>
160 </property> 160 </property>
161 <property name="toolTip"> 161 <property name="toolTip">
162 <string>Enter the path of the cross compiler executable</string> 162 <string>Enter the path of the cross compiler executable</string>
163 </property>
164 </widget>
165 </item>
166 </layout>
167 </widget>
168 </item>
169 <item>
170 <widget class="QGroupBox" name="groupBox_5">
171 <property name="title">
172 <string>PyBoard</string>
173 </property>
174 <layout class="QHBoxLayout" name="horizontalLayout_2">
175 <item>
176 <widget class="QLabel" name="label_7">
177 <property name="text">
178 <string>dfu-util Path:</string>
179 </property>
180 </widget>
181 </item>
182 <item>
183 <widget class="E5PathPicker" name="dfuUtilPathPicker" native="true">
184 <property name="sizePolicy">
185 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
186 <horstretch>0</horstretch>
187 <verstretch>0</verstretch>
188 </sizepolicy>
189 </property>
190 <property name="focusPolicy">
191 <enum>Qt::WheelFocus</enum>
192 </property>
193 <property name="toolTip">
194 <string>Enter the path of the dfu-util flashing executable</string>
163 </property> 195 </property>
164 </widget> 196 </widget>
165 </item> 197 </item>
166 </layout> 198 </layout>
167 </widget> 199 </widget>
249 <tabstop>timeoutSpinBox</tabstop> 281 <tabstop>timeoutSpinBox</tabstop>
250 <tabstop>syncTimeCheckBox</tabstop> 282 <tabstop>syncTimeCheckBox</tabstop>
251 <tabstop>colorSchemeComboBox</tabstop> 283 <tabstop>colorSchemeComboBox</tabstop>
252 <tabstop>replWrapCheckBox</tabstop> 284 <tabstop>replWrapCheckBox</tabstop>
253 <tabstop>mpyCrossPicker</tabstop> 285 <tabstop>mpyCrossPicker</tabstop>
286 <tabstop>dfuUtilPathPicker</tabstop>
254 <tabstop>micropythonDocuUrlLineEdit</tabstop> 287 <tabstop>micropythonDocuUrlLineEdit</tabstop>
255 <tabstop>circuitpythonDocuUrlLineEdit</tabstop> 288 <tabstop>circuitpythonDocuUrlLineEdit</tabstop>
256 <tabstop>microbitDocuUrlLineEdit</tabstop> 289 <tabstop>microbitDocuUrlLineEdit</tabstop>
257 </tabstops> 290 </tabstops>
258 <resources/> 291 <resources/>

eric ide

mercurial