eric6/Preferences/ConfigurationPages/MicroPythonPage.ui

changeset 7161
728018c32b09
parent 7140
22f5fd76c10f
child 7327
71883ddcb762
equal deleted inserted replaced
7159:85a9d6a753bd 7161:728018c32b09
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>356</height> 10 <height>550</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_4">
171 <property name="title">
172 <string>Documentation</string>
173 </property>
174 <layout class="QGridLayout" name="gridLayout_3">
175 <item row="0" column="0">
176 <widget class="QLabel" name="label_4">
177 <property name="text">
178 <string>MicroPython:</string>
179 </property>
180 </widget>
181 </item>
182 <item row="0" column="1">
183 <widget class="E5ClearableLineEdit" name="micropythonDocuUrlLineEdit">
184 <property name="toolTip">
185 <string>Enter the URL for the MicroPython documentation</string>
186 </property>
187 </widget>
188 </item>
189 <item row="1" column="0">
190 <widget class="QLabel" name="label_5">
191 <property name="text">
192 <string>CircuitPython:</string>
193 </property>
194 </widget>
195 </item>
196 <item row="1" column="1">
197 <widget class="E5ClearableLineEdit" name="circuitpythonDocuUrlLineEdit">
198 <property name="toolTip">
199 <string>Enter the URL for the CircuitPython documentation</string>
200 </property>
201 </widget>
202 </item>
203 <item row="2" column="0">
204 <widget class="QLabel" name="label_6">
205 <property name="text">
206 <string>BBC micro:bit:</string>
207 </property>
208 </widget>
209 </item>
210 <item row="2" column="1">
211 <widget class="E5ClearableLineEdit" name="microbitDocuUrlLineEdit">
212 <property name="toolTip">
213 <string>Enter the URL for the BBC micro:bit MicroPython documentation</string>
163 </property> 214 </property>
164 </widget> 215 </widget>
165 </item> 216 </item>
166 </layout> 217 </layout>
167 </widget> 218 </widget>
186 <class>E5PathPicker</class> 237 <class>E5PathPicker</class>
187 <extends>QWidget</extends> 238 <extends>QWidget</extends>
188 <header>E5Gui/E5PathPicker.h</header> 239 <header>E5Gui/E5PathPicker.h</header>
189 <container>1</container> 240 <container>1</container>
190 </customwidget> 241 </customwidget>
242 <customwidget>
243 <class>E5ClearableLineEdit</class>
244 <extends>QLineEdit</extends>
245 <header>E5Gui/E5LineEdit.h</header>
246 </customwidget>
191 </customwidgets> 247 </customwidgets>
192 <tabstops> 248 <tabstops>
193 <tabstop>timeoutSpinBox</tabstop> 249 <tabstop>timeoutSpinBox</tabstop>
194 <tabstop>syncTimeCheckBox</tabstop> 250 <tabstop>syncTimeCheckBox</tabstop>
195 <tabstop>colorSchemeComboBox</tabstop> 251 <tabstop>colorSchemeComboBox</tabstop>
196 <tabstop>replWrapCheckBox</tabstop> 252 <tabstop>replWrapCheckBox</tabstop>
253 <tabstop>mpyCrossPicker</tabstop>
254 <tabstop>micropythonDocuUrlLineEdit</tabstop>
255 <tabstop>circuitpythonDocuUrlLineEdit</tabstop>
256 <tabstop>microbitDocuUrlLineEdit</tabstop>
197 </tabstops> 257 </tabstops>
198 <resources/> 258 <resources/>
199 <connections/> 259 <connections/>
200 </ui> 260 </ui>

eric ide

mercurial