Sat, 26 Apr 2025 12:34:32 +0200
MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>FormattingDiffWidget</class> <widget class="QWidget" name="FormattingDiffWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>700</width> <height>700</height> </rect> </property> <property name="windowTitle"> <string>Reformatting Differences</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QPlainTextEdit" name="diffEdit"> <property name="lineWrapMode"> <enum>QPlainTextEdit::NoWrap</enum> </property> <property name="readOnly"> <bool>true</bool> </property> <property name="tabStopDistance"> <double>8.000000000000000</double> </property> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="standardButtons"> <set>QDialogButtonBox::Close</set> </property> </widget> </item> </layout> </widget> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>FormattingDiffWidget</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel"> <x>447</x> <y>680</y> </hint> <hint type="destinationlabel"> <x>598</x> <y>639</y> </hint> </hints> </connection> </connections> </ui>