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>DeleteFilesConfirmationDialog</class> <widget class="QDialog" name="DeleteFilesConfirmationDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>500</width> <height>350</height> </rect> </property> <property name="windowTitle"> <string/> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout"> <item> <widget class="QLabel" name="message"> <property name="text"> <string>Dummy</string> </property> <property name="alignment"> <set>Qt::AlignVCenter</set> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QLabel" name="label"> <property name="text"> <string><font color="#FF0000"><b>WARNING:</b> This operation is not reversible!</font></string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QListWidget" name="filesList"> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="selectionMode"> <enum>QAbstractItemView::NoSelection</enum> </property> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::No|QDialogButtonBox::Yes</set> </property> </widget> </item> </layout> </widget> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <tabstops> <tabstop>filesList</tabstop> </tabstops> <resources/> <connections/> </ui>