src/eric7/VCS/Ui_RepositoryInfoDialog.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/VCS/RepositoryInfoDialog.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_VcsRepositoryInfoDialog(object):
13 def setupUi(self, VcsRepositoryInfoDialog):
14 VcsRepositoryInfoDialog.setObjectName("VcsRepositoryInfoDialog")
15 VcsRepositoryInfoDialog.resize(590, 437)
16 VcsRepositoryInfoDialog.setSizeGripEnabled(True)
17 self.vboxlayout = QtWidgets.QVBoxLayout(VcsRepositoryInfoDialog)
18 self.vboxlayout.setObjectName("vboxlayout")
19 self.infoBrowser = QtWidgets.QTextEdit(parent=VcsRepositoryInfoDialog)
20 self.infoBrowser.setReadOnly(True)
21 self.infoBrowser.setObjectName("infoBrowser")
22 self.vboxlayout.addWidget(self.infoBrowser)
23 self.buttonBox = QtWidgets.QDialogButtonBox(parent=VcsRepositoryInfoDialog)
24 self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal)
25 self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Close)
26 self.buttonBox.setObjectName("buttonBox")
27 self.vboxlayout.addWidget(self.buttonBox)
28
29 self.retranslateUi(VcsRepositoryInfoDialog)
30 self.buttonBox.accepted.connect(VcsRepositoryInfoDialog.accept) # type: ignore
31 self.buttonBox.rejected.connect(VcsRepositoryInfoDialog.reject) # type: ignore
32 QtCore.QMetaObject.connectSlotsByName(VcsRepositoryInfoDialog)
33
34 def retranslateUi(self, VcsRepositoryInfoDialog):
35 _translate = QtCore.QCoreApplication.translate
36 VcsRepositoryInfoDialog.setWindowTitle(_translate("VcsRepositoryInfoDialog", "Repository Information"))

eric ide

mercurial