src/eric7/RemoteServerInterface/Ui_EricServerConnectionDialog.py

branch
eric7
changeset 11033
6b197c3389f7
parent 10748
d14a35b8dc2c
equal deleted inserted replaced
11032:84a66daa5e34 11033:6b197c3389f7
1 # Form implementation generated from reading ui file 'src/eric7/RemoteServerInterface/EricServerConnectionDialog.ui' 1 # Form implementation generated from reading ui file 'src/eric7/RemoteServerInterface/EricServerConnectionDialog.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_EricServerConnectionDialog(object): 12 class Ui_EricServerConnectionDialog(object):
13 def setupUi(self, EricServerConnectionDialog): 13 def setupUi(self, EricServerConnectionDialog):
14 EricServerConnectionDialog.setObjectName("EricServerConnectionDialog") 14 EricServerConnectionDialog.setObjectName("EricServerConnectionDialog")
15 EricServerConnectionDialog.resize(400, 169) 15 EricServerConnectionDialog.resize(400, 200)
16 EricServerConnectionDialog.setSizeGripEnabled(True) 16 EricServerConnectionDialog.setSizeGripEnabled(True)
17 self.gridLayout = QtWidgets.QGridLayout(EricServerConnectionDialog) 17 self.gridLayout = QtWidgets.QGridLayout(EricServerConnectionDialog)
18 self.gridLayout.setObjectName("gridLayout") 18 self.gridLayout.setObjectName("gridLayout")
19 self.nameLabel = QtWidgets.QLabel(parent=EricServerConnectionDialog) 19 self.nameLabel = QtWidgets.QLabel(parent=EricServerConnectionDialog)
20 self.nameLabel.setObjectName("nameLabel") 20 self.nameLabel.setObjectName("nameLabel")
51 self.timeoutSpinBox = QtWidgets.QSpinBox(parent=EricServerConnectionDialog) 51 self.timeoutSpinBox = QtWidgets.QSpinBox(parent=EricServerConnectionDialog)
52 self.timeoutSpinBox.setAlignment(QtCore.Qt.AlignmentFlag.AlignRight|QtCore.Qt.AlignmentFlag.AlignTrailing|QtCore.Qt.AlignmentFlag.AlignVCenter) 52 self.timeoutSpinBox.setAlignment(QtCore.Qt.AlignmentFlag.AlignRight|QtCore.Qt.AlignmentFlag.AlignTrailing|QtCore.Qt.AlignmentFlag.AlignVCenter)
53 self.timeoutSpinBox.setMaximum(60) 53 self.timeoutSpinBox.setMaximum(60)
54 self.timeoutSpinBox.setObjectName("timeoutSpinBox") 54 self.timeoutSpinBox.setObjectName("timeoutSpinBox")
55 self.gridLayout.addWidget(self.timeoutSpinBox, 3, 1, 1, 1) 55 self.gridLayout.addWidget(self.timeoutSpinBox, 3, 1, 1, 1)
56 self.label_4 = QtWidgets.QLabel(parent=EricServerConnectionDialog)
57 self.label_4.setObjectName("label_4")
58 self.gridLayout.addWidget(self.label_4, 4, 0, 1, 1)
59 self.clientIdEdit = QtWidgets.QLineEdit(parent=EricServerConnectionDialog)
60 self.clientIdEdit.setClearButtonEnabled(True)
61 self.clientIdEdit.setObjectName("clientIdEdit")
62 self.gridLayout.addWidget(self.clientIdEdit, 4, 1, 1, 2)
56 self.buttonBox = QtWidgets.QDialogButtonBox(parent=EricServerConnectionDialog) 63 self.buttonBox = QtWidgets.QDialogButtonBox(parent=EricServerConnectionDialog)
57 self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal) 64 self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal)
58 self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Ok) 65 self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Ok)
59 self.buttonBox.setObjectName("buttonBox") 66 self.buttonBox.setObjectName("buttonBox")
60 self.gridLayout.addWidget(self.buttonBox, 4, 0, 1, 3) 67 self.gridLayout.addWidget(self.buttonBox, 5, 0, 1, 3)
61 68
62 self.retranslateUi(EricServerConnectionDialog) 69 self.retranslateUi(EricServerConnectionDialog)
63 self.buttonBox.accepted.connect(EricServerConnectionDialog.accept) # type: ignore 70 self.buttonBox.accepted.connect(EricServerConnectionDialog.accept) # type: ignore
64 self.buttonBox.rejected.connect(EricServerConnectionDialog.reject) # type: ignore 71 self.buttonBox.rejected.connect(EricServerConnectionDialog.reject) # type: ignore
65 QtCore.QMetaObject.connectSlotsByName(EricServerConnectionDialog) 72 QtCore.QMetaObject.connectSlotsByName(EricServerConnectionDialog)
66 EricServerConnectionDialog.setTabOrder(self.nameEdit, self.hostnameEdit) 73 EricServerConnectionDialog.setTabOrder(self.nameEdit, self.hostnameEdit)
67 EricServerConnectionDialog.setTabOrder(self.hostnameEdit, self.portSpinBox) 74 EricServerConnectionDialog.setTabOrder(self.hostnameEdit, self.portSpinBox)
68 EricServerConnectionDialog.setTabOrder(self.portSpinBox, self.timeoutSpinBox) 75 EricServerConnectionDialog.setTabOrder(self.portSpinBox, self.timeoutSpinBox)
76 EricServerConnectionDialog.setTabOrder(self.timeoutSpinBox, self.clientIdEdit)
69 77
70 def retranslateUi(self, EricServerConnectionDialog): 78 def retranslateUi(self, EricServerConnectionDialog):
71 _translate = QtCore.QCoreApplication.translate 79 _translate = QtCore.QCoreApplication.translate
72 EricServerConnectionDialog.setWindowTitle(_translate("EricServerConnectionDialog", "eric-ide Server Connection")) 80 EricServerConnectionDialog.setWindowTitle(_translate("EricServerConnectionDialog", "eric-ide Server Connection"))
73 self.nameLabel.setText(_translate("EricServerConnectionDialog", "Name:")) 81 self.nameLabel.setText(_translate("EricServerConnectionDialog", "Name:"))
78 self.portSpinBox.setToolTip(_translate("EricServerConnectionDialog", "Enter the port number the eric-ide server listens on (default: 42024).")) 86 self.portSpinBox.setToolTip(_translate("EricServerConnectionDialog", "Enter the port number the eric-ide server listens on (default: 42024)."))
79 self.portSpinBox.setSpecialValueText(_translate("EricServerConnectionDialog", "default")) 87 self.portSpinBox.setSpecialValueText(_translate("EricServerConnectionDialog", "default"))
80 self.label_3.setText(_translate("EricServerConnectionDialog", "Timeout:")) 88 self.label_3.setText(_translate("EricServerConnectionDialog", "Timeout:"))
81 self.timeoutSpinBox.setSpecialValueText(_translate("EricServerConnectionDialog", "default")) 89 self.timeoutSpinBox.setSpecialValueText(_translate("EricServerConnectionDialog", "default"))
82 self.timeoutSpinBox.setSuffix(_translate("EricServerConnectionDialog", " s")) 90 self.timeoutSpinBox.setSuffix(_translate("EricServerConnectionDialog", " s"))
91 self.label_4.setText(_translate("EricServerConnectionDialog", "Client ID:"))
92 self.clientIdEdit.setToolTip(_translate("EricServerConnectionDialog", "Enter the client ID string expected by the eric-ide server"))

eric ide

mercurial