dev #21
@@ -354,6 +354,13 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_eta">
|
||||||
|
<property name="text">
|
||||||
|
<string/>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|||||||
@@ -218,6 +218,11 @@ class Ui_MainWindow(object):
|
|||||||
|
|
||||||
self.avail_layout.addWidget(self.progressBar)
|
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)
|
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.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.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_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.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))
|
self.automation_add_selected_books.setText(QCoreApplication.translate("MainWindow", u"Ausgew\u00e4hlte als verf\u00fcgbar markieren", None))
|
||||||
___qtablewidgetitem6 = self.tableWidget_apparat_media.horizontalHeaderItem(0)
|
___qtablewidgetitem6 = self.tableWidget_apparat_media.horizontalHeaderItem(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user