src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/Ui_HgQueuesQueueManagementDialog.py

branch
eric7
changeset 10743
5d3a5a05114e
child 10745
2921faddeaec
diff -r 7aa41173b44b -r 5d3a5a05114e src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/Ui_HgQueuesQueueManagementDialog.py
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/Ui_HgQueuesQueueManagementDialog.py	Fri Jun 07 10:05:06 2024 +0200
@@ -0,0 +1,56 @@
+# Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_default/src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.ui'
+#
+# Created by: PyQt6 UI code generator 6.7.0
+#
+# WARNING: Any manual changes made to this file will be lost when pyuic6 is
+# run again.  Do not edit this file unless you know what you are doing.
+
+
+from PyQt6 import QtCore, QtGui, QtWidgets
+
+
+class Ui_HgQueuesQueueManagementDialog(object):
+    def setupUi(self, HgQueuesQueueManagementDialog):
+        HgQueuesQueueManagementDialog.setObjectName("HgQueuesQueueManagementDialog")
+        HgQueuesQueueManagementDialog.resize(400, 300)
+        HgQueuesQueueManagementDialog.setSizeGripEnabled(True)
+        self.verticalLayout = QtWidgets.QVBoxLayout(HgQueuesQueueManagementDialog)
+        self.verticalLayout.setObjectName("verticalLayout")
+        self.inputFrame = QtWidgets.QFrame(parent=HgQueuesQueueManagementDialog)
+        self.inputFrame.setObjectName("inputFrame")
+        self.horizontalLayout = QtWidgets.QHBoxLayout(self.inputFrame)
+        self.horizontalLayout.setContentsMargins(0, 0, 0, 0)
+        self.horizontalLayout.setObjectName("horizontalLayout")
+        self.label = QtWidgets.QLabel(parent=self.inputFrame)
+        self.label.setObjectName("label")
+        self.horizontalLayout.addWidget(self.label)
+        self.nameEdit = QtWidgets.QLineEdit(parent=self.inputFrame)
+        self.nameEdit.setObjectName("nameEdit")
+        self.horizontalLayout.addWidget(self.nameEdit)
+        self.verticalLayout.addWidget(self.inputFrame)
+        self.selectLabel = QtWidgets.QLabel(parent=HgQueuesQueueManagementDialog)
+        self.selectLabel.setObjectName("selectLabel")
+        self.verticalLayout.addWidget(self.selectLabel)
+        self.queuesList = QtWidgets.QListWidget(parent=HgQueuesQueueManagementDialog)
+        self.queuesList.setAlternatingRowColors(True)
+        self.queuesList.setObjectName("queuesList")
+        self.verticalLayout.addWidget(self.queuesList)
+        self.buttonBox = QtWidgets.QDialogButtonBox(parent=HgQueuesQueueManagementDialog)
+        self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal)
+        self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Close|QtWidgets.QDialogButtonBox.StandardButton.Ok)
+        self.buttonBox.setObjectName("buttonBox")
+        self.verticalLayout.addWidget(self.buttonBox)
+
+        self.retranslateUi(HgQueuesQueueManagementDialog)
+        self.buttonBox.accepted.connect(HgQueuesQueueManagementDialog.accept) # type: ignore
+        self.buttonBox.rejected.connect(HgQueuesQueueManagementDialog.reject) # type: ignore
+        QtCore.QMetaObject.connectSlotsByName(HgQueuesQueueManagementDialog)
+        HgQueuesQueueManagementDialog.setTabOrder(self.nameEdit, self.queuesList)
+        HgQueuesQueueManagementDialog.setTabOrder(self.queuesList, self.buttonBox)
+
+    def retranslateUi(self, HgQueuesQueueManagementDialog):
+        _translate = QtCore.QCoreApplication.translate
+        self.label.setText(_translate("HgQueuesQueueManagementDialog", "Queue Name:"))
+        self.nameEdit.setToolTip(_translate("HgQueuesQueueManagementDialog", "Enter the queue name"))
+        self.selectLabel.setText(_translate("HgQueuesQueueManagementDialog", "Select queue name:"))
+        self.queuesList.setToolTip(_translate("HgQueuesQueueManagementDialog", "This shows a list of available queues (active queue in bold)"))

eric ide

mercurial