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>Fido2ManagementDialog</class> <widget class="QDialog" name="Fido2ManagementDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>800</width> <height>700</height> </rect> </property> <property name="windowTitle"> <string>FIDO2 Security Key Management</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QToolButton" name="reloadButton"> <property name="toolTip"> <string>Press to reload the list of detected security keys.</string> </property> </widget> </item> <item> <widget class="QComboBox" name="securityKeysComboBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Select the security keys to be managed.</string> </property> </widget> </item> <item> <widget class="QToolButton" name="lockButton"> <property name="toolTip"> <string>Press to unlock the security key, release to lock it again.</string> </property> <property name="checkable"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="pinButton"> <property name="toolTip"> <string>Press to set or change the PIN of the selected security key.</string> </property> <property name="text"> <string>Set PIN</string> </property> </widget> </item> <item> <widget class="EricToolButton" name="menuButton"> <property name="popupMode"> <enum>QToolButton::InstantPopup</enum> </property> </widget> </item> </layout> </item> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Passkeys</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <layout class="QHBoxLayout" name="horizontalLayout_3"> <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="QPushButton" name="loadPasskeysButton"> <property name="toolTip"> <string>Press ro load the passkeys of the selected security key.</string> </property> <property name="text"> <string>Load Passkeys</string> </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="1" column="0"> <widget class="QTreeWidget" name="passkeysList"> <property name="editTriggers"> <set>QAbstractItemView::NoEditTriggers</set> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="sortingEnabled"> <bool>true</bool> </property> <attribute name="headerDefaultSectionSize"> <number>150</number> </attribute> <column> <property name="text"> <string>Domain</string> </property> </column> <column> <property name="text"> <string>Credential ID</string> </property> </column> <column> <property name="text"> <string>Display Name</string> </property> </column> <column> <property name="text"> <string>User Name</string> </property> </column> </widget> </item> <item row="1" column="1" rowspan="2"> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> </item> <item row="1" column="2" rowspan="2"> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QPushButton" name="editButton"> <property name="toolTip"> <string>Press to change the user info of the selected passkey.</string> </property> <property name="text"> <string>Edit...</string> </property> </widget> </item> <item> <widget class="QPushButton" name="deleteButton"> <property name="toolTip"> <string>Press to delete the selected passkey.</string> </property> <property name="text"> <string>Delete</string> </property> </widget> </item> <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> </layout> </item> <item row="2" column="0"> <layout class="QHBoxLayout" name="horizontalLayout_2"> <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"> <property name="text"> <string>Existing Passkeys:</string> </property> </widget> </item> <item> <widget class="QLabel" name="existingCountLabel"/> </item> <item> <spacer name="horizontalSpacer_5"> <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>Max. Remaining Passkeys:</string> </property> </widget> </item> <item> <widget class="QLabel" name="remainingCountLabel"/> </item> <item> <spacer name="horizontalSpacer_4"> <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> </layout> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Close</set> </property> </widget> </item> </layout> </widget> <customwidgets> <customwidget> <class>EricToolButton</class> <extends>QToolButton</extends> <header>eric7/EricWidgets/EricToolButton.h</header> </customwidget> </customwidgets> <tabstops> <tabstop>securityKeysComboBox</tabstop> <tabstop>lockButton</tabstop> <tabstop>pinButton</tabstop> <tabstop>loadPasskeysButton</tabstop> <tabstop>passkeysList</tabstop> <tabstop>editButton</tabstop> <tabstop>deleteButton</tabstop> <tabstop>reloadButton</tabstop> <tabstop>menuButton</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>Fido2ManagementDialog</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>Fido2ManagementDialog</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>