add progressbar for checking editions

This commit is contained in:
2025-09-01 14:28:39 +02:00
parent ee8ea9dfda
commit d8fabdbe11
2 changed files with 30 additions and 16 deletions

View File

@@ -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")