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>HgQueuesFoldDialog</class> <widget class="QDialog" name="HgQueuesFoldDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>450</width> <height>600</height> </rect> </property> <property name="windowTitle"> <string>Fold Patches</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Message:</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> </widget> </item> <item row="0" column="1"> <widget class="EricSpellCheckedPlainTextEdit" name="messageEdit"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>1</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Enter commit message for the folded patch</string> </property> <property name="tabChangesFocus"> <bool>true</bool> </property> </widget> </item> <item row="1" column="0" colspan="2"> <widget class="QTreeWidget" name="sourcePatches"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>2</verstretch> </sizepolicy> </property> <property name="editTriggers"> <set>QAbstractItemView::NoEditTriggers</set> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="rootIsDecorated"> <bool>false</bool> </property> <property name="itemsExpandable"> <bool>false</bool> </property> <property name="allColumnsShowFocus"> <bool>true</bool> </property> <property name="expandsOnDoubleClick"> <bool>false</bool> </property> <column> <property name="text"> <string>Name</string> </property> </column> <column> <property name="text"> <string>Summary</string> </property> </column> </widget> </item> <item row="2" column="0" colspan="2"> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer name="horizontalSpacer"> <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="QToolButton" name="addButton"> <property name="enabled"> <bool>false</bool> </property> <property name="toolTip"> <string>Press to add the selected entry to the list of selected patches</string> </property> <property name="text"> <string notr="true"/> </property> </widget> </item> <item> <widget class="QToolButton" name="removeButton"> <property name="enabled"> <bool>false</bool> </property> <property name="toolTip"> <string>Press to remove the selected entry from the list of selected patches</string> </property> <property name="text"> <string notr="true"/> </property> </widget> </item> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item row="3" column="0" colspan="2"> <widget class="QTreeWidget" name="selectedPatches"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>2</verstretch> </sizepolicy> </property> <property name="editTriggers"> <set>QAbstractItemView::NoEditTriggers</set> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="rootIsDecorated"> <bool>false</bool> </property> <property name="itemsExpandable"> <bool>false</bool> </property> <property name="expandsOnDoubleClick"> <bool>false</bool> </property> <column> <property name="text"> <string>Name</string> </property> </column> <column> <property name="text"> <string>Summary</string> </property> </column> </widget> </item> <item row="3" column="2"> <layout class="QVBoxLayout" name="verticalLayout"> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item> <widget class="QToolButton" name="upButton"> <property name="enabled"> <bool>false</bool> </property> <property name="toolTip"> <string>Press to move the selected patch up</string> </property> <property name="text"> <string notr="true"/> </property> </widget> </item> <item> <widget class="QToolButton" name="downButton"> <property name="enabled"> <bool>false</bool> </property> <property name="toolTip"> <string>Press to move the selected patch down</string> </property> <property name="text"> <string notr="true"/> </property> </widget> </item> <item> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </item> <item row="4" column="0" colspan="3"> <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>EricSpellCheckedPlainTextEdit</class> <extends>QPlainTextEdit</extends> <header>eric7/EricWidgets/EricSpellCheckedTextEdit.h</header> </customwidget> </customwidgets> <tabstops> <tabstop>messageEdit</tabstop> <tabstop>sourcePatches</tabstop> <tabstop>addButton</tabstop> <tabstop>removeButton</tabstop> <tabstop>selectedPatches</tabstop> <tabstop>upButton</tabstop> <tabstop>downButton</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>HgQueuesFoldDialog</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>HgQueuesFoldDialog</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>