Thu, 11 Jul 2024 14:21:34 +0200
MicroPython
- Updated the list of known CircuitPython boards for CPy 9.1.0.
- Updated the list of known UF2 capable boards.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>HostnameDialog</class> <widget class="QDialog" name="HostnameDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>78</height> </rect> </property> <property name="windowTitle"> <string>Host Name</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="label_5"> <property name="text"> <string>Hostname:</string> </property> </widget> </item> <item> <widget class="EricHostnameInputWidget" name="hostnameEdit"> <property name="toolTip"> <string>Enter the host name for the device (leave empty for MicroPython &lt; 1.20).</string> </property> </widget> </item> </layout> </item> <item> <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> </layout> </widget> <customwidgets> <customwidget> <class>EricHostnameInputWidget</class> <extends>QLineEdit</extends> <header>eric7/EricNetwork/EricHostnameInputWidget.h</header> </customwidget> </customwidgets> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>HostnameDialog</receiver> <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> <receiver>HostnameDialog</receiver> <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>