src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgDialog.py

branch
eric7
changeset 11080
92cd5f094e7a
parent 10745
2921faddeaec
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgDialog.py	Wed Dec 04 08:20:35 2024 +0100
+++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/Ui_HgDialog.py	Wed Dec 04 08:21:32 2024 +0100
@@ -1,6 +1,6 @@
 # Form implementation generated from reading ui file 'src/eric7/Plugins/VcsPlugins/vcsMercurial/HgDialog.ui'
 #
-# Created by: PyQt6 UI code generator 6.7.0
+# Created by: PyQt6 UI code generator 6.7.1
 #
 # 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.
@@ -31,6 +31,24 @@
         self.resultbox.setObjectName("resultbox")
         self.vboxlayout.addWidget(self.resultbox)
         self.verticalLayout.addWidget(self.outputGroup)
+        self.progressWidget = QtWidgets.QWidget(parent=HgDialog)
+        self.progressWidget.setObjectName("progressWidget")
+        self.horizontalLayout = QtWidgets.QHBoxLayout(self.progressWidget)
+        self.horizontalLayout.setContentsMargins(0, 0, 0, 0)
+        self.horizontalLayout.setObjectName("horizontalLayout")
+        self.topicLabel = QtWidgets.QLabel(parent=self.progressWidget)
+        self.topicLabel.setText("Topic")
+        self.topicLabel.setObjectName("topicLabel")
+        self.horizontalLayout.addWidget(self.topicLabel)
+        self.progressBar = QtWidgets.QProgressBar(parent=self.progressWidget)
+        self.progressBar.setProperty("value", 24)
+        self.progressBar.setObjectName("progressBar")
+        self.horizontalLayout.addWidget(self.progressBar)
+        self.remainingTimeLabel = QtWidgets.QLabel(parent=self.progressWidget)
+        self.remainingTimeLabel.setText("")
+        self.remainingTimeLabel.setObjectName("remainingTimeLabel")
+        self.horizontalLayout.addWidget(self.remainingTimeLabel)
+        self.verticalLayout.addWidget(self.progressWidget)
         self.errorGroup = QtWidgets.QGroupBox(parent=HgDialog)
         sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Preferred, QtWidgets.QSizePolicy.Policy.Expanding)
         sizePolicy.setHorizontalStretch(0)
@@ -79,6 +97,7 @@
         _translate = QtCore.QCoreApplication.translate
         HgDialog.setWindowTitle(_translate("HgDialog", "Mercurial"))
         self.outputGroup.setTitle(_translate("HgDialog", "Output"))
+        self.progressBar.setFormat(_translate("HgDialog", "%v/%m"))
         self.errorGroup.setTitle(_translate("HgDialog", "Errors"))
         self.inputGroup.setTitle(_translate("HgDialog", "Input"))
         self.sendButton.setToolTip(_translate("HgDialog", "Press to send the input to the Mercurial process"))

eric ide

mercurial