UI: add eta label
This commit is contained in:
@@ -354,6 +354,13 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="label_eta">
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
|
||||
@@ -218,6 +218,11 @@ class Ui_MainWindow(object):
|
||||
|
||||
self.avail_layout.addWidget(self.progressBar)
|
||||
|
||||
self.label_eta = QLabel(self.gridLayoutWidget_2)
|
||||
self.label_eta.setObjectName(u"label_eta")
|
||||
|
||||
self.avail_layout.addWidget(self.label_eta)
|
||||
|
||||
|
||||
self.horizontalLayout_5.addLayout(self.avail_layout)
|
||||
|
||||
@@ -878,6 +883,7 @@ class Ui_MainWindow(object):
|
||||
self.label_info.setText(QCoreApplication.translate("MainWindow", u"Medien werden hinzugef\u00fcgt", None))
|
||||
self.progress_label.setText(QCoreApplication.translate("MainWindow", u"Medium x/y", None))
|
||||
self.label_20.setText(QCoreApplication.translate("MainWindow", u"Medien werden gepr\u00fcft", None))
|
||||
self.label_eta.setText("")
|
||||
self.avail_status.setText(QCoreApplication.translate("MainWindow", u"TextLabel", None))
|
||||
self.automation_add_selected_books.setText(QCoreApplication.translate("MainWindow", u"Ausgew\u00e4hlte als verf\u00fcgbar markieren", None))
|
||||
___qtablewidgetitem6 = self.tableWidget_apparat_media.horizontalHeaderItem(0)
|
||||
|
||||
Reference in New Issue
Block a user