src/eric7/WebBrowser/WebAuth/Ui_Fido2PinDialog.py

branch
eric7
changeset 10856
b19cefceca15
parent 10854
30c45bd597e6
equal deleted inserted replaced
10855:9082eb8f6571 10856:b19cefceca15
1 # Form implementation generated from reading ui file 'src/eric7/WebBrowser/WebAuth/Fido2PinDialog.ui' 1 # Form implementation generated from reading ui file 'src/eric7/WebBrowser/WebAuth/Fido2PinDialog.ui'
2 # 2 #
3 # Created by: PyQt6 UI code generator 6.7.0 3 # Created by: PyQt6 UI code generator 6.7.1
4 # 4 #
5 # WARNING: Any manual changes made to this file will be lost when pyuic6 is 5 # WARNING: Any manual changes made to this file will be lost when pyuic6 is
6 # run again. Do not edit this file unless you know what you are doing. 6 # run again. Do not edit this file unless you know what you are doing.
7 7
8 8
10 10
11 11
12 class Ui_Fido2PinDialog(object): 12 class Ui_Fido2PinDialog(object):
13 def setupUi(self, Fido2PinDialog): 13 def setupUi(self, Fido2PinDialog):
14 Fido2PinDialog.setObjectName("Fido2PinDialog") 14 Fido2PinDialog.setObjectName("Fido2PinDialog")
15 Fido2PinDialog.resize(614, 251) 15 Fido2PinDialog.resize(400, 280)
16 Fido2PinDialog.setSizeGripEnabled(True) 16 Fido2PinDialog.setSizeGripEnabled(True)
17 self.verticalLayout = QtWidgets.QVBoxLayout(Fido2PinDialog) 17 self.verticalLayout = QtWidgets.QVBoxLayout(Fido2PinDialog)
18 self.verticalLayout.setObjectName("verticalLayout") 18 self.verticalLayout.setObjectName("verticalLayout")
19 self.headerLabel = QtWidgets.QLabel(parent=Fido2PinDialog) 19 self.headerLabel = QtWidgets.QLabel(parent=Fido2PinDialog)
20 self.headerLabel.setText("Header") 20 self.headerLabel.setText("Header")
21 self.headerLabel.setObjectName("headerLabel") 21 self.headerLabel.setObjectName("headerLabel")
22 self.verticalLayout.addWidget(self.headerLabel) 22 self.verticalLayout.addWidget(self.headerLabel)
23 self.descriptionLabel = QtWidgets.QLabel(parent=Fido2PinDialog) 23 self.descriptionLabel = QtWidgets.QLabel(parent=Fido2PinDialog)
24 self.descriptionLabel.setText("Description") 24 self.descriptionLabel.setText("Description")
25 self.descriptionLabel.setWordWrap(True)
26 self.descriptionLabel.setObjectName("descriptionLabel") 25 self.descriptionLabel.setObjectName("descriptionLabel")
27 self.verticalLayout.addWidget(self.descriptionLabel) 26 self.verticalLayout.addWidget(self.descriptionLabel)
27 self.remainingWidget = QtWidgets.QWidget(parent=Fido2PinDialog)
28 self.remainingWidget.setObjectName("remainingWidget")
29 self.horizontalLayout_2 = QtWidgets.QHBoxLayout(self.remainingWidget)
30 self.horizontalLayout_2.setContentsMargins(0, 0, 0, 0)
31 self.horizontalLayout_2.setObjectName("horizontalLayout_2")
32 self.label = QtWidgets.QLabel(parent=self.remainingWidget)
33 self.label.setObjectName("label")
34 self.horizontalLayout_2.addWidget(self.label)
35 self.remainingLabel = QtWidgets.QLabel(parent=self.remainingWidget)
36 self.remainingLabel.setObjectName("remainingLabel")
37 self.horizontalLayout_2.addWidget(self.remainingLabel)
38 spacerItem = QtWidgets.QSpacerItem(251, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
39 self.horizontalLayout_2.addItem(spacerItem)
40 self.verticalLayout.addWidget(self.remainingWidget)
28 self.horizontalLayout = QtWidgets.QHBoxLayout() 41 self.horizontalLayout = QtWidgets.QHBoxLayout()
29 self.horizontalLayout.setObjectName("horizontalLayout") 42 self.horizontalLayout.setObjectName("horizontalLayout")
30 self.pinLabel = QtWidgets.QLabel(parent=Fido2PinDialog) 43 self.pinLabel = QtWidgets.QLabel(parent=Fido2PinDialog)
31 self.pinLabel.setObjectName("pinLabel") 44 self.pinLabel.setObjectName("pinLabel")
32 self.horizontalLayout.addWidget(self.pinLabel) 45 self.horizontalLayout.addWidget(self.pinLabel)
76 89
77 self.retranslateUi(Fido2PinDialog) 90 self.retranslateUi(Fido2PinDialog)
78 self.buttonBox.accepted.connect(Fido2PinDialog.accept) # type: ignore 91 self.buttonBox.accepted.connect(Fido2PinDialog.accept) # type: ignore
79 self.buttonBox.rejected.connect(Fido2PinDialog.reject) # type: ignore 92 self.buttonBox.rejected.connect(Fido2PinDialog.reject) # type: ignore
80 QtCore.QMetaObject.connectSlotsByName(Fido2PinDialog) 93 QtCore.QMetaObject.connectSlotsByName(Fido2PinDialog)
94 Fido2PinDialog.setTabOrder(self.pinEdit, self.newPinEdit)
95 Fido2PinDialog.setTabOrder(self.newPinEdit, self.confirmNewPinEdit)
96 Fido2PinDialog.setTabOrder(self.confirmNewPinEdit, self.pinButton)
97 Fido2PinDialog.setTabOrder(self.pinButton, self.newPinButton)
81 98
82 def retranslateUi(self, Fido2PinDialog): 99 def retranslateUi(self, Fido2PinDialog):
83 _translate = QtCore.QCoreApplication.translate 100 _translate = QtCore.QCoreApplication.translate
84 Fido2PinDialog.setWindowTitle(_translate("Fido2PinDialog", "PIN Entry")) 101 Fido2PinDialog.setWindowTitle(_translate("Fido2PinDialog", "PIN Entry"))
102 self.label.setText(_translate("Fido2PinDialog", "Attempts remaining:"))
85 self.pinLabel.setText(_translate("Fido2PinDialog", "PIN:")) 103 self.pinLabel.setText(_translate("Fido2PinDialog", "PIN:"))
86 self.pinEdit.setToolTip(_translate("Fido2PinDialog", "Enter the PIN")) 104 self.pinEdit.setToolTip(_translate("Fido2PinDialog", "Enter the PIN"))
87 self.pinButton.setToolTip(_translate("Fido2PinDialog", "Press to show or hide the PIN.")) 105 self.pinButton.setToolTip(_translate("Fido2PinDialog", "Press to show or hide the PIN."))
88 self.newPinGroupBox.setTitle(_translate("Fido2PinDialog", "New PIN")) 106 self.newPinGroupBox.setTitle(_translate("Fido2PinDialog", "New PIN"))
89 self.newPinLabel.setText(_translate("Fido2PinDialog", "PIN:")) 107 self.newPinLabel.setText(_translate("Fido2PinDialog", "PIN:"))

eric ide

mercurial