diff --git a/src/ui/semesterapparat_ui.ui b/src/ui/semesterapparat_ui.ui
index 9831acd..203a7fe 100644
--- a/src/ui/semesterapparat_ui.ui
+++ b/src/ui/semesterapparat_ui.ui
@@ -339,14 +339,22 @@
-
-
-
- -
-
-
- Medien werden geprüft
-
-
+
+
-
+
+
+ Medien werden geprüft
+
+
+
+ -
+
+
+ 24
+
+
+
+
-
diff --git a/src/ui/semesterapparat_ui_ui.py b/src/ui/semesterapparat_ui_ui.py
index 0b27766..29c32c1 100644
--- a/src/ui/semesterapparat_ui_ui.py
+++ b/src/ui/semesterapparat_ui_ui.py
@@ -3,7 +3,7 @@
################################################################################
## Form generated from reading UI file 'semesterapparat_ui.ui'
##
-## Created by: Qt User Interface Compiler version 6.9.1
+## Created by: Qt User Interface Compiler version 6.9.2
##
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################
@@ -20,9 +20,9 @@ from PySide6.QtWidgets import (QAbstractItemView, QAbstractScrollArea, QApplicat
QComboBox, QFormLayout, QFrame, QGridLayout,
QGroupBox, QHBoxLayout, QHeaderView, QLabel,
QLineEdit, QMainWindow, QMenu, QMenuBar,
- QPushButton, QSizePolicy, QSpacerItem, QStatusBar,
- QTabWidget, QTableWidget, QTableWidgetItem, QToolButton,
- QVBoxLayout, QWidget)
+ QProgressBar, QPushButton, QSizePolicy, QSpacerItem,
+ QStatusBar, QTabWidget, QTableWidget, QTableWidgetItem,
+ QToolButton, QVBoxLayout, QWidget)
class Ui_MainWindow(object):
def setupUi(self, MainWindow):
@@ -207,13 +207,19 @@ class Ui_MainWindow(object):
self.avail_layout = QHBoxLayout()
self.avail_layout.setObjectName(u"avail_layout")
-
- self.horizontalLayout_5.addLayout(self.avail_layout)
-
self.label_20 = QLabel(self.gridLayoutWidget_2)
self.label_20.setObjectName(u"label_20")
- self.horizontalLayout_5.addWidget(self.label_20)
+ self.avail_layout.addWidget(self.label_20)
+
+ self.progressBar = QProgressBar(self.gridLayoutWidget_2)
+ self.progressBar.setObjectName(u"progressBar")
+ self.progressBar.setValue(24)
+
+ self.avail_layout.addWidget(self.progressBar)
+
+
+ self.horizontalLayout_5.addLayout(self.avail_layout)
self.line_3 = QFrame(self.gridLayoutWidget_2)
self.line_3.setObjectName(u"line_3")