ProjectPyramid/Ui_PyramidDialog.py

branch
eric7
changeset 169
0405f4f83719
equal deleted inserted replaced
168:fee59283137b 169:0405f4f83719
1 # Form implementation generated from reading ui file 'ProjectPyramid/PyramidDialog.ui'
2 #
3 # Created by: PyQt6 UI code generator 6.7.1
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_PyramidDialog(object):
13 def setupUi(self, PyramidDialog):
14 PyramidDialog.setObjectName("PyramidDialog")
15 PyramidDialog.resize(650, 550)
16 PyramidDialog.setSizeGripEnabled(True)
17 self.vboxlayout = QtWidgets.QVBoxLayout(PyramidDialog)
18 self.vboxlayout.setContentsMargins(11, 11, 11, 11)
19 self.vboxlayout.setSpacing(6)
20 self.vboxlayout.setObjectName("vboxlayout")
21 self.outputGroup = QtWidgets.QGroupBox(parent=PyramidDialog)
22 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Preferred, QtWidgets.QSizePolicy.Policy.Expanding)
23 sizePolicy.setHorizontalStretch(0)
24 sizePolicy.setVerticalStretch(2)
25 sizePolicy.setHeightForWidth(self.outputGroup.sizePolicy().hasHeightForWidth())
26 self.outputGroup.setSizePolicy(sizePolicy)
27 self.outputGroup.setObjectName("outputGroup")
28 self.vboxlayout1 = QtWidgets.QVBoxLayout(self.outputGroup)
29 self.vboxlayout1.setContentsMargins(11, 11, 11, 11)
30 self.vboxlayout1.setSpacing(6)
31 self.vboxlayout1.setObjectName("vboxlayout1")
32 self.resultbox = QtWidgets.QTextEdit(parent=self.outputGroup)
33 self.resultbox.setReadOnly(True)
34 self.resultbox.setAcceptRichText(False)
35 self.resultbox.setObjectName("resultbox")
36 self.vboxlayout1.addWidget(self.resultbox)
37 self.vboxlayout.addWidget(self.outputGroup)
38 self.errorGroup = QtWidgets.QGroupBox(parent=PyramidDialog)
39 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Preferred, QtWidgets.QSizePolicy.Policy.Expanding)
40 sizePolicy.setHorizontalStretch(0)
41 sizePolicy.setVerticalStretch(1)
42 sizePolicy.setHeightForWidth(self.errorGroup.sizePolicy().hasHeightForWidth())
43 self.errorGroup.setSizePolicy(sizePolicy)
44 self.errorGroup.setObjectName("errorGroup")
45 self.vboxlayout2 = QtWidgets.QVBoxLayout(self.errorGroup)
46 self.vboxlayout2.setContentsMargins(11, 11, 11, 11)
47 self.vboxlayout2.setSpacing(6)
48 self.vboxlayout2.setObjectName("vboxlayout2")
49 self.errors = QtWidgets.QTextEdit(parent=self.errorGroup)
50 self.errors.setReadOnly(True)
51 self.errors.setAcceptRichText(False)
52 self.errors.setObjectName("errors")
53 self.vboxlayout2.addWidget(self.errors)
54 self.vboxlayout.addWidget(self.errorGroup)
55 self.inputGroup = QtWidgets.QGroupBox(parent=PyramidDialog)
56 self.inputGroup.setObjectName("inputGroup")
57 self.gridlayout = QtWidgets.QGridLayout(self.inputGroup)
58 self.gridlayout.setContentsMargins(11, 11, 11, 11)
59 self.gridlayout.setSpacing(6)
60 self.gridlayout.setObjectName("gridlayout")
61 spacerItem = QtWidgets.QSpacerItem(327, 29, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
62 self.gridlayout.addItem(spacerItem, 1, 1, 1, 1)
63 self.sendButton = QtWidgets.QPushButton(parent=self.inputGroup)
64 self.sendButton.setObjectName("sendButton")
65 self.gridlayout.addWidget(self.sendButton, 1, 2, 1, 1)
66 self.input = QtWidgets.QLineEdit(parent=self.inputGroup)
67 self.input.setObjectName("input")
68 self.gridlayout.addWidget(self.input, 0, 0, 1, 3)
69 self.passwordCheckBox = QtWidgets.QCheckBox(parent=self.inputGroup)
70 self.passwordCheckBox.setObjectName("passwordCheckBox")
71 self.gridlayout.addWidget(self.passwordCheckBox, 1, 0, 1, 1)
72 self.vboxlayout.addWidget(self.inputGroup)
73 self.buttonBox = QtWidgets.QDialogButtonBox(parent=PyramidDialog)
74 self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal)
75 self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Close)
76 self.buttonBox.setObjectName("buttonBox")
77 self.vboxlayout.addWidget(self.buttonBox)
78
79 self.retranslateUi(PyramidDialog)
80 QtCore.QMetaObject.connectSlotsByName(PyramidDialog)
81 PyramidDialog.setTabOrder(self.resultbox, self.errors)
82 PyramidDialog.setTabOrder(self.errors, self.input)
83 PyramidDialog.setTabOrder(self.input, self.passwordCheckBox)
84 PyramidDialog.setTabOrder(self.passwordCheckBox, self.sendButton)
85 PyramidDialog.setTabOrder(self.sendButton, self.buttonBox)
86
87 def retranslateUi(self, PyramidDialog):
88 _translate = QtCore.QCoreApplication.translate
89 PyramidDialog.setWindowTitle(_translate("PyramidDialog", "Pyramid"))
90 self.outputGroup.setTitle(_translate("PyramidDialog", "Output"))
91 self.errorGroup.setTitle(_translate("PyramidDialog", "Errors"))
92 self.inputGroup.setTitle(_translate("PyramidDialog", "Input"))
93 self.sendButton.setToolTip(_translate("PyramidDialog", "Press to send the input to the Pyramid process"))
94 self.sendButton.setText(_translate("PyramidDialog", "&Send"))
95 self.sendButton.setShortcut(_translate("PyramidDialog", "Alt+S"))
96 self.input.setToolTip(_translate("PyramidDialog", "Enter data to be sent to the Pyramid process"))
97 self.passwordCheckBox.setToolTip(_translate("PyramidDialog", "Select to switch the input field to password mode"))
98 self.passwordCheckBox.setText(_translate("PyramidDialog", "&Password Mode"))
99 self.passwordCheckBox.setShortcut(_translate("PyramidDialog", "Alt+P"))

eric ide

mercurial