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.
<ui version="4.0" > <class>SvnPropListDialog</class> <widget class="QWidget" name="SvnPropListDialog" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>826</width> <height>569</height> </rect> </property> <property name="windowTitle" > <string>Subversion List Properties</string> </property> <property name="whatsThis" > <string><b>Subversion List Prperties</b> <p>This dialog shows the properties of the selected file or project.</p></string> </property> <layout class="QVBoxLayout" name="verticalLayout_2" > <item> <widget class="QTreeWidget" name="propsList" > <property name="sizePolicy" > <sizepolicy vsizetype="Expanding" hsizetype="Expanding" > <horstretch>0</horstretch> <verstretch>3</verstretch> </sizepolicy> </property> <property name="whatsThis" > <string><b>Properties List</b> <p>This shows the properties of the selected file or project.</p></string> </property> <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>Path</string> </property> </column> <column> <property name="text" > <string>Name</string> </property> </column> <column> <property name="text" > <string>Value</string> </property> </column> </widget> </item> <item> <widget class="QGroupBox" name="errorGroup" > <property name="sizePolicy" > <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > <horstretch>0</horstretch> <verstretch>1</verstretch> </sizepolicy> </property> <property name="title" > <string>Errors</string> </property> <layout class="QVBoxLayout" name="verticalLayout" > <item> <widget class="QTextEdit" name="errors" > <property name="whatsThis" > <string><b>Subversion proplist errors</b> <p>This shows possible error messages of the subversion proplist command.</p></string> </property> </widget> </item> </layout> </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> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <tabstops> <tabstop>propsList</tabstop> <tabstop>errors</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections/> </ui>