|
1 # Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_default/src/eric7/WebBrowser/VirusTotal/VirusTotalWhoisDialog.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_VirusTotalWhoisDialog(object): |
|
13 def setupUi(self, VirusTotalWhoisDialog): |
|
14 VirusTotalWhoisDialog.setObjectName("VirusTotalWhoisDialog") |
|
15 VirusTotalWhoisDialog.resize(500, 400) |
|
16 VirusTotalWhoisDialog.setSizeGripEnabled(True) |
|
17 self.verticalLayout = QtWidgets.QVBoxLayout(VirusTotalWhoisDialog) |
|
18 self.verticalLayout.setObjectName("verticalLayout") |
|
19 self.horizontalLayout_4 = QtWidgets.QHBoxLayout() |
|
20 self.horizontalLayout_4.setObjectName("horizontalLayout_4") |
|
21 self.headerPixmap = QtWidgets.QLabel(parent=VirusTotalWhoisDialog) |
|
22 self.headerPixmap.setObjectName("headerPixmap") |
|
23 self.horizontalLayout_4.addWidget(self.headerPixmap) |
|
24 self.headerLabel = QtWidgets.QLabel(parent=VirusTotalWhoisDialog) |
|
25 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) |
|
26 sizePolicy.setHorizontalStretch(0) |
|
27 sizePolicy.setVerticalStretch(0) |
|
28 sizePolicy.setHeightForWidth(self.headerLabel.sizePolicy().hasHeightForWidth()) |
|
29 self.headerLabel.setSizePolicy(sizePolicy) |
|
30 self.headerLabel.setObjectName("headerLabel") |
|
31 self.horizontalLayout_4.addWidget(self.headerLabel) |
|
32 self.verticalLayout.addLayout(self.horizontalLayout_4) |
|
33 self.line9_3 = QtWidgets.QFrame(parent=VirusTotalWhoisDialog) |
|
34 self.line9_3.setFrameShape(QtWidgets.QFrame.Shape.HLine) |
|
35 self.line9_3.setFrameShadow(QtWidgets.QFrame.Shadow.Sunken) |
|
36 self.line9_3.setFrameShape(QtWidgets.QFrame.Shape.HLine) |
|
37 self.line9_3.setObjectName("line9_3") |
|
38 self.verticalLayout.addWidget(self.line9_3) |
|
39 self.whoisEdit = QtWidgets.QPlainTextEdit(parent=VirusTotalWhoisDialog) |
|
40 self.whoisEdit.setTabChangesFocus(True) |
|
41 self.whoisEdit.setLineWrapMode(QtWidgets.QPlainTextEdit.LineWrapMode.NoWrap) |
|
42 self.whoisEdit.setReadOnly(True) |
|
43 self.whoisEdit.setObjectName("whoisEdit") |
|
44 self.verticalLayout.addWidget(self.whoisEdit) |
|
45 self.buttonBox = QtWidgets.QDialogButtonBox(parent=VirusTotalWhoisDialog) |
|
46 self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal) |
|
47 self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Close) |
|
48 self.buttonBox.setObjectName("buttonBox") |
|
49 self.verticalLayout.addWidget(self.buttonBox) |
|
50 |
|
51 self.retranslateUi(VirusTotalWhoisDialog) |
|
52 self.buttonBox.accepted.connect(VirusTotalWhoisDialog.accept) # type: ignore |
|
53 self.buttonBox.rejected.connect(VirusTotalWhoisDialog.reject) # type: ignore |
|
54 QtCore.QMetaObject.connectSlotsByName(VirusTotalWhoisDialog) |
|
55 |
|
56 def retranslateUi(self, VirusTotalWhoisDialog): |
|
57 _translate = QtCore.QCoreApplication.translate |
|
58 VirusTotalWhoisDialog.setWindowTitle(_translate("VirusTotalWhoisDialog", "Whois Information")) |