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>HgQueuesDefineGuardsDialog</class> <widget class="QDialog" name="HgQueuesDefineGuardsDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>434</height> </rect> </property> <property name="windowTitle"> <string>Define Guards</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Select patch (leave empty for current patch):</string> </property> </widget> </item> <item> <widget class="QComboBox" name="patchSelector"> <property name="toolTip"> <string>Select the patch to show the guards of</string> </property> </widget> </item> <item> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLabel" name="label_3"> <property name="text"> <string>Patch:</string> </property> </widget> </item> <item> <widget class="QLabel" name="patchNameLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Shows the name of the patch</string> </property> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item> <widget class="QListWidget" name="guardsList"> <property name="toolTip"> <string>This shows the list of guards to be defined for the selected patch</string> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::ExtendedSelection</enum> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QRadioButton" name="plusButton"> <property name="toolTip"> <string>Select to define a positive guard</string> </property> <property name="text"> <string/> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QRadioButton" name="minusButton"> <property name="toolTip"> <string>Select to define a negative guard</string> </property> <property name="text"> <string/> </property> </widget> </item> <item> <widget class="QComboBox" name="guardCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Enter the guard name</string> </property> <property name="editable"> <bool>true</bool> </property> <property name="insertPolicy"> <enum>QComboBox::InsertAlphabetically</enum> </property> </widget> </item> <item> <widget class="QPushButton" name="addButton"> <property name="toolTip"> <string>Press to add the guard to the list or change it</string> </property> <property name="text"> <string>Add/Change</string> </property> </widget> </item> </layout> </item> <item> <widget class="QPushButton" name="removeButton"> <property name="toolTip"> <string>Press to remove the selected guards from the list</string> </property> <property name="text"> <string>Remove</string> </property> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Apply|QDialogButtonBox::Close</set> </property> </widget> </item> </layout> </widget> <tabstops> <tabstop>patchSelector</tabstop> <tabstop>guardsList</tabstop> <tabstop>plusButton</tabstop> <tabstop>minusButton</tabstop> <tabstop>guardCombo</tabstop> <tabstop>addButton</tabstop> <tabstop>removeButton</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>HgQueuesDefineGuardsDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>222</x> <y>419</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>HgQueuesDefineGuardsDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>290</x> <y>425</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>