src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/Ui_HgQueuesGuardsSelectionDialog.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/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesGuardsSelectionDialog.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_HgQueuesGuardsSelectionDialog(object):
13 def setupUi(self, HgQueuesGuardsSelectionDialog):
14 HgQueuesGuardsSelectionDialog.setObjectName("HgQueuesGuardsSelectionDialog")
15 HgQueuesGuardsSelectionDialog.resize(300, 300)
16 HgQueuesGuardsSelectionDialog.setSizeGripEnabled(True)
17 self.verticalLayout = QtWidgets.QVBoxLayout(HgQueuesGuardsSelectionDialog)
18 self.verticalLayout.setObjectName("verticalLayout")
19 self.guardsList = QtWidgets.QListWidget(parent=HgQueuesGuardsSelectionDialog)
20 self.guardsList.setAlternatingRowColors(True)
21 self.guardsList.setSelectionMode(QtWidgets.QAbstractItemView.SelectionMode.ExtendedSelection)
22 self.guardsList.setObjectName("guardsList")
23 self.verticalLayout.addWidget(self.guardsList)
24 self.buttonBox = QtWidgets.QDialogButtonBox(parent=HgQueuesGuardsSelectionDialog)
25 self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal)
26 self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Ok)
27 self.buttonBox.setObjectName("buttonBox")
28 self.verticalLayout.addWidget(self.buttonBox)
29
30 self.retranslateUi(HgQueuesGuardsSelectionDialog)
31 self.buttonBox.accepted.connect(HgQueuesGuardsSelectionDialog.accept) # type: ignore
32 self.buttonBox.rejected.connect(HgQueuesGuardsSelectionDialog.reject) # type: ignore
33 QtCore.QMetaObject.connectSlotsByName(HgQueuesGuardsSelectionDialog)
34 HgQueuesGuardsSelectionDialog.setTabOrder(self.guardsList, self.buttonBox)
35
36 def retranslateUi(self, HgQueuesGuardsSelectionDialog):
37 _translate = QtCore.QCoreApplication.translate
38 HgQueuesGuardsSelectionDialog.setWindowTitle(_translate("HgQueuesGuardsSelectionDialog", "Select Guards"))

eric ide

mercurial