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>CycloneDXMetaDataDialog</class> <widget class="QDialog" name="CycloneDXMetaDataDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>600</width> <height>600</height> </rect> </property> <property name="windowTitle"> <string>SBOM Meta Data</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Component</string> </property> <layout class="QFormLayout" name="formLayout"> <item row="0" column="0"> <widget class="QLabel" name="nameLabel"> <property name="text"> <string>Name:</string> </property> <property name="buddy"> <cstring>nameEdit</cstring> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="nameEdit"> <property name="toolTip"> <string>Enter the component name</string> </property> <property name="clearButtonEnabled"> <bool>true</bool> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Type:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QComboBox" name="typeComboBox"> <property name="toolTip"> <string>Select the component type</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Version:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QLineEdit" name="versionEdit"> <property name="toolTip"> <string>Enter the version number</string> </property> <property name="clearButtonEnabled"> <bool>true</bool> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="descriptionLabel"> <property name="text"> <string>Description:</string> </property> <property name="alignment"> <set>Qt::AlignTop</set> </property> <property name="buddy"> <cstring>descriptionEdit</cstring> </property> </widget> </item> <item row="3" column="1"> <widget class="EricSpellCheckedTextEdit" name="descriptionEdit"> <property name="toolTip"> <string>Enter a description of the component</string> </property> <property name="tabChangesFocus"> <bool>true</bool> </property> <property name="acceptRichText"> <bool>false</bool> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Author</string> </property> <layout class="QFormLayout" name="formLayout_2"> <item row="0" column="0"> <widget class="QLabel" name="authorLabel"> <property name="text"> <string>Name:</string> </property> <property name="buddy"> <cstring>authorEdit</cstring> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="authorEdit"> <property name="toolTip"> <string>Enter author's name</string> </property> <property name="clearButtonEnabled"> <bool>true</bool> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="emailLabel"> <property name="text"> <string>Email:</string> </property> <property name="buddy"> <cstring>emailEdit</cstring> </property> </widget> </item> <item row="1" column="1"> <widget class="QLineEdit" name="emailEdit"> <property name="toolTip"> <string>Enter author's email</string> </property> <property name="clearButtonEnabled"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_3"> <property name="title"> <string>License</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QComboBox" name="licenseComboBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Enter or select the license</string> </property> <property name="editable"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_4"> <property name="title"> <string>Various</string> </property> <layout class="QFormLayout" name="formLayout_3"> <item row="0" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Manufacturer:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="manufacturerEdit"> <property name="toolTip"> <string>Enter the name of the manufacturer</string> </property> <property name="clearButtonEnabled"> <bool>true</bool> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Supplier:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLineEdit" name="supplierEdit"> <property name="toolTip"> <string>Enter the name of the supplier</string> </property> <property name="clearButtonEnabled"> <bool>true</bool> </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::Ok</set> </property> </widget> </item> </layout> </widget> <customwidgets> <customwidget> <class>EricSpellCheckedTextEdit</class> <extends>QTextEdit</extends> <header>eric7/EricWidgets/EricSpellCheckedTextEdit.h</header> </customwidget> </customwidgets> <tabstops> <tabstop>nameEdit</tabstop> <tabstop>typeComboBox</tabstop> <tabstop>versionEdit</tabstop> <tabstop>descriptionEdit</tabstop> <tabstop>authorEdit</tabstop> <tabstop>emailEdit</tabstop> <tabstop>licenseComboBox</tabstop> <tabstop>manufacturerEdit</tabstop> <tabstop>supplierEdit</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>CycloneDXMetaDataDialog</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>CycloneDXMetaDataDialog</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>