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>ShowModulesDialog</class> <widget class="QDialog" name="ShowModulesDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>700</height> </rect> </property> <property name="windowTitle"> <string>Available Modules</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Filter:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="filterEdit"> <property name="toolTip"> <string>Enter a string used to filter the list below.</string> </property> <property name="placeholderText"> <string>Enter Filter String</string> </property> <property name="clearButtonEnabled"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QToolButton" name="filterButton"> <property name="toolTip"> <string>Press to apply the entered filter.</string> </property> </widget> </item> </layout> </item> <item> <widget class="QListWidget" name="modulesList"> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::NoSelection</enum> </property> <property name="sortingEnabled"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QLabel" name="infoLabel"> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QLabel" name="statusLabel"/> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Close</set> </property> </widget> </item> </layout> </widget> <tabstops> <tabstop>filterEdit</tabstop> <tabstop>filterButton</tabstop> <tabstop>modulesList</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>ShowModulesDialog</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>ShowModulesDialog</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>