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>IsortFormattingDialog</class> <widget class="QDialog" name="IsortFormattingDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>700</width> <height>650</height> </rect> </property> <property name="windowTitle"> <string>Sort Imports with isort</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer name="horizontalSpacer_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>Status Filter:</string> </property> </widget> </item> <item> <widget class="QComboBox" name="statusFilterComboBox"> <property name="minimumSize"> <size> <width>150</width> <height>0</height> </size> </property> <property name="toolTip"> <string>Select the status of items to be shown.</string> </property> <property name="sizeAdjustPolicy"> <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum> </property> </widget> </item> </layout> </item> <item> <widget class="QTreeWidget" name="resultsList"> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="rootIsDecorated"> <bool>false</bool> </property> <property name="itemsExpandable"> <bool>false</bool> </property> <property name="sortingEnabled"> <bool>true</bool> </property> <column> <property name="text"> <string>Status</string> </property> </column> <column> <property name="text"> <string>File Name</string> </property> </column> </widget> </item> <item> <widget class="QGroupBox" name="statisticsGroup"> <property name="title"> <string>Statistics</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Total Files:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLabel" name="totalCountLabel"> <property name="text"> <string notr="true">0</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item row="0" column="2"> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>183</width> <height>20</height> </size> </property> </spacer> </item> <item row="0" column="3"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Skipped:</string> </property> </widget> </item> <item row="0" column="4"> <widget class="QLabel" name="skippedCountLabel"> <property name="text"> <string notr="true">0</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item row="0" column="5"> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>182</width> <height>20</height> </size> </property> </spacer> </item> <item row="0" column="6"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Failures:</string> </property> </widget> </item> <item row="0" column="7"> <widget class="QLabel" name="failuresCountLabel"> <property name="text"> <string notr="true">0</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_6"> <property name="text"> <string>Processed:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLabel" name="processedCountLabel"> <property name="text"> <string notr="true">0</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item row="1" column="3"> <widget class="QLabel" name="reformattedLabel"> <property name="text"> <string>Resorted:</string> </property> </widget> </item> <item row="1" column="4"> <widget class="QLabel" name="reformattedCountLabel"> <property name="text"> <string notr="true">0</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> <item row="1" column="6"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Unchanged:</string> </property> </widget> </item> <item row="1" column="7"> <widget class="QLabel" name="unchangedCountLabel"> <property name="text"> <string notr="true">0</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QProgressBar" name="progressBar"> <property name="format"> <string>%v/%m Files</string> </property> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> </property> </widget> </item> </layout> </widget> <tabstops> <tabstop>resultsList</tabstop> <tabstop>statusFilterComboBox</tabstop> </tabstops> <resources/> <connections/> </ui>