|
1 # Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_default/src/eric7/EricWidgets/EricSimpleHelpDialog.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_EricSimpleHelpDialog(object): |
|
13 def setupUi(self, EricSimpleHelpDialog): |
|
14 EricSimpleHelpDialog.setObjectName("EricSimpleHelpDialog") |
|
15 EricSimpleHelpDialog.resize(500, 600) |
|
16 EricSimpleHelpDialog.setWindowTitle("") |
|
17 EricSimpleHelpDialog.setSizeGripEnabled(True) |
|
18 self.verticalLayout = QtWidgets.QVBoxLayout(EricSimpleHelpDialog) |
|
19 self.verticalLayout.setObjectName("verticalLayout") |
|
20 self.helpLabel = QtWidgets.QLabel(parent=EricSimpleHelpDialog) |
|
21 self.helpLabel.setObjectName("helpLabel") |
|
22 self.verticalLayout.addWidget(self.helpLabel) |
|
23 self.helpEdit = QtWidgets.QTextBrowser(parent=EricSimpleHelpDialog) |
|
24 self.helpEdit.setTabChangesFocus(True) |
|
25 self.helpEdit.setReadOnly(True) |
|
26 self.helpEdit.setTextInteractionFlags(QtCore.Qt.TextInteractionFlag.LinksAccessibleByMouse|QtCore.Qt.TextInteractionFlag.TextSelectableByKeyboard|QtCore.Qt.TextInteractionFlag.TextSelectableByMouse) |
|
27 self.helpEdit.setOpenExternalLinks(True) |
|
28 self.helpEdit.setObjectName("helpEdit") |
|
29 self.verticalLayout.addWidget(self.helpEdit) |
|
30 self.buttonBox = QtWidgets.QDialogButtonBox(parent=EricSimpleHelpDialog) |
|
31 self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal) |
|
32 self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Close) |
|
33 self.buttonBox.setObjectName("buttonBox") |
|
34 self.verticalLayout.addWidget(self.buttonBox) |
|
35 |
|
36 self.retranslateUi(EricSimpleHelpDialog) |
|
37 self.buttonBox.accepted.connect(EricSimpleHelpDialog.accept) # type: ignore |
|
38 self.buttonBox.rejected.connect(EricSimpleHelpDialog.reject) # type: ignore |
|
39 QtCore.QMetaObject.connectSlotsByName(EricSimpleHelpDialog) |
|
40 |
|
41 def retranslateUi(self, EricSimpleHelpDialog): |
|
42 pass |