src/eric7/UI/Ui_InstallInfoDialog.py

branch
eric7
changeset 10743
5d3a5a05114e
child 10745
2921faddeaec
equal deleted inserted replaced
10742:7aa41173b44b 10743:5d3a5a05114e
1 # Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_default/src/eric7/UI/InstallInfoDialog.ui'
2 #
3 # Created by: PyQt6 UI code generator 6.7.0
4 #
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.
7
8
9 from PyQt6 import QtCore, QtGui, QtWidgets
10
11
12 class Ui_InstallInfoDialog(object):
13 def setupUi(self, InstallInfoDialog):
14 InstallInfoDialog.setObjectName("InstallInfoDialog")
15 InstallInfoDialog.resize(800, 500)
16 InstallInfoDialog.setSizeGripEnabled(True)
17 self.verticalLayout = QtWidgets.QVBoxLayout(InstallInfoDialog)
18 self.verticalLayout.setObjectName("verticalLayout")
19 self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
20 self.horizontalLayout_2.setObjectName("horizontalLayout_2")
21 spacerItem = QtWidgets.QSpacerItem(749, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
22 self.horizontalLayout_2.addItem(spacerItem)
23 self.editButton = QtWidgets.QToolButton(parent=InstallInfoDialog)
24 self.editButton.setCheckable(True)
25 self.editButton.setObjectName("editButton")
26 self.horizontalLayout_2.addWidget(self.editButton)
27 self.saveButton = QtWidgets.QToolButton(parent=InstallInfoDialog)
28 self.saveButton.setObjectName("saveButton")
29 self.horizontalLayout_2.addWidget(self.saveButton)
30 self.verticalLayout.addLayout(self.horizontalLayout_2)
31 self.gridLayout = QtWidgets.QGridLayout()
32 self.gridLayout.setObjectName("gridLayout")
33 self.commandEdit = QtWidgets.QLineEdit(parent=InstallInfoDialog)
34 self.commandEdit.setReadOnly(True)
35 self.commandEdit.setObjectName("commandEdit")
36 self.gridLayout.addWidget(self.commandEdit, 4, 1, 1, 1)
37 self.label_8 = QtWidgets.QLabel(parent=InstallInfoDialog)
38 self.label_8.setObjectName("label_8")
39 self.gridLayout.addWidget(self.label_8, 2, 0, 1, 1)
40 self.installedFromEdit = QtWidgets.QLineEdit(parent=InstallInfoDialog)
41 self.installedFromEdit.setReadOnly(True)
42 self.installedFromEdit.setObjectName("installedFromEdit")
43 self.gridLayout.addWidget(self.installedFromEdit, 2, 1, 1, 1)
44 self.label_5 = QtWidgets.QLabel(parent=InstallInfoDialog)
45 self.label_5.setObjectName("label_5")
46 self.gridLayout.addWidget(self.label_5, 6, 0, 1, 1)
47 self.label_2 = QtWidgets.QLabel(parent=InstallInfoDialog)
48 self.label_2.setObjectName("label_2")
49 self.gridLayout.addWidget(self.label_2, 1, 0, 1, 1)
50 self.label_3 = QtWidgets.QLabel(parent=InstallInfoDialog)
51 self.label_3.setObjectName("label_3")
52 self.gridLayout.addWidget(self.label_3, 4, 0, 1, 1)
53 self.virtenvLabel = QtWidgets.QLabel(parent=InstallInfoDialog)
54 self.virtenvLabel.setText("")
55 self.virtenvLabel.setObjectName("virtenvLabel")
56 self.gridLayout.addWidget(self.virtenvLabel, 6, 1, 1, 1)
57 self.sudoLabel1 = QtWidgets.QLabel(parent=InstallInfoDialog)
58 self.sudoLabel1.setText("")
59 self.sudoLabel1.setObjectName("sudoLabel1")
60 self.gridLayout.addWidget(self.sudoLabel1, 0, 0, 1, 1)
61 self.sudoLabel2 = QtWidgets.QLabel(parent=InstallInfoDialog)
62 self.sudoLabel2.setObjectName("sudoLabel2")
63 self.gridLayout.addWidget(self.sudoLabel2, 0, 1, 1, 1)
64 self.installDateTimeLabel = QtWidgets.QLabel(parent=InstallInfoDialog)
65 self.installDateTimeLabel.setObjectName("installDateTimeLabel")
66 self.gridLayout.addWidget(self.installDateTimeLabel, 7, 1, 1, 1)
67 self.userLabel = QtWidgets.QLabel(parent=InstallInfoDialog)
68 self.userLabel.setObjectName("userLabel")
69 self.gridLayout.addWidget(self.userLabel, 1, 1, 1, 1)
70 self.label_4 = QtWidgets.QLabel(parent=InstallInfoDialog)
71 self.label_4.setObjectName("label_4")
72 self.gridLayout.addWidget(self.label_4, 5, 0, 1, 1)
73 self.label_7 = QtWidgets.QLabel(parent=InstallInfoDialog)
74 self.label_7.setObjectName("label_7")
75 self.gridLayout.addWidget(self.label_7, 3, 0, 1, 1)
76 self.interpreteEdit = QtWidgets.QLineEdit(parent=InstallInfoDialog)
77 self.interpreteEdit.setReadOnly(True)
78 self.interpreteEdit.setObjectName("interpreteEdit")
79 self.gridLayout.addWidget(self.interpreteEdit, 3, 1, 1, 1)
80 self.installPathEdit = QtWidgets.QLineEdit(parent=InstallInfoDialog)
81 self.installPathEdit.setReadOnly(True)
82 self.installPathEdit.setObjectName("installPathEdit")
83 self.gridLayout.addWidget(self.installPathEdit, 5, 1, 1, 1)
84 self.label = QtWidgets.QLabel(parent=InstallInfoDialog)
85 self.label.setObjectName("label")
86 self.gridLayout.addWidget(self.label, 7, 0, 1, 1)
87 self.verticalLayout.addLayout(self.gridLayout)
88 self.pipLabel = QtWidgets.QLabel(parent=InstallInfoDialog)
89 self.pipLabel.setWordWrap(True)
90 self.pipLabel.setObjectName("pipLabel")
91 self.verticalLayout.addWidget(self.pipLabel)
92 self.guessLabel = QtWidgets.QLabel(parent=InstallInfoDialog)
93 self.guessLabel.setWordWrap(True)
94 self.guessLabel.setTextInteractionFlags(QtCore.Qt.TextInteractionFlag.LinksAccessibleByMouse)
95 self.guessLabel.setObjectName("guessLabel")
96 self.verticalLayout.addWidget(self.guessLabel)
97 self.horizontalLayout = QtWidgets.QHBoxLayout()
98 self.horizontalLayout.setObjectName("horizontalLayout")
99 self.label_6 = QtWidgets.QLabel(parent=InstallInfoDialog)
100 self.label_6.setAlignment(QtCore.Qt.AlignmentFlag.AlignLeading|QtCore.Qt.AlignmentFlag.AlignLeft|QtCore.Qt.AlignmentFlag.AlignTop)
101 self.label_6.setObjectName("label_6")
102 self.horizontalLayout.addWidget(self.label_6)
103 self.remarksEdit = EricSpellCheckedPlainTextEdit(parent=InstallInfoDialog)
104 self.remarksEdit.setToolTip("")
105 self.remarksEdit.setReadOnly(True)
106 self.remarksEdit.setObjectName("remarksEdit")
107 self.horizontalLayout.addWidget(self.remarksEdit)
108 self.verticalLayout.addLayout(self.horizontalLayout)
109 self.userProvidedLabel = QtWidgets.QLabel(parent=InstallInfoDialog)
110 self.userProvidedLabel.setText("")
111 self.userProvidedLabel.setObjectName("userProvidedLabel")
112 self.verticalLayout.addWidget(self.userProvidedLabel)
113 self.buttonBox = QtWidgets.QDialogButtonBox(parent=InstallInfoDialog)
114 self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal)
115 self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Close)
116 self.buttonBox.setObjectName("buttonBox")
117 self.verticalLayout.addWidget(self.buttonBox)
118
119 self.retranslateUi(InstallInfoDialog)
120 self.buttonBox.accepted.connect(InstallInfoDialog.accept) # type: ignore
121 self.buttonBox.rejected.connect(InstallInfoDialog.reject) # type: ignore
122 QtCore.QMetaObject.connectSlotsByName(InstallInfoDialog)
123 InstallInfoDialog.setTabOrder(self.installedFromEdit, self.interpreteEdit)
124 InstallInfoDialog.setTabOrder(self.interpreteEdit, self.commandEdit)
125 InstallInfoDialog.setTabOrder(self.commandEdit, self.installPathEdit)
126 InstallInfoDialog.setTabOrder(self.installPathEdit, self.remarksEdit)
127 InstallInfoDialog.setTabOrder(self.remarksEdit, self.editButton)
128 InstallInfoDialog.setTabOrder(self.editButton, self.saveButton)
129
130 def retranslateUi(self, InstallInfoDialog):
131 _translate = QtCore.QCoreApplication.translate
132 InstallInfoDialog.setWindowTitle(_translate("InstallInfoDialog", "Installation Information"))
133 self.editButton.setToolTip(_translate("InstallInfoDialog", "Press to change to edit mode"))
134 self.saveButton.setToolTip(_translate("InstallInfoDialog", "Press to save the changed information"))
135 self.label_8.setText(_translate("InstallInfoDialog", "Installed From:"))
136 self.label_5.setText(_translate("InstallInfoDialog", "Installed in VirtualEnv:"))
137 self.label_2.setText(_translate("InstallInfoDialog", "User name of installer:"))
138 self.label_3.setText(_translate("InstallInfoDialog", "Install Command:"))
139 self.label_4.setText(_translate("InstallInfoDialog", "Installation Path:"))
140 self.label_7.setText(_translate("InstallInfoDialog", "Python Interpreter:"))
141 self.label.setText(_translate("InstallInfoDialog", "Installation Date:"))
142 self.label_6.setText(_translate("InstallInfoDialog", "Remarks:"))
143 from eric7.EricWidgets.EricSpellCheckedTextEdit import EricSpellCheckedPlainTextEdit

eric ide

mercurial