50 lines
1.8 KiB
Python
50 lines
1.8 KiB
Python
# -*- coding: utf-8 -*-
|
|
|
|
################################################################################
|
|
## Form generated from reading UI file 'admin_update_signatures.ui'
|
|
##
|
|
## Created by: Qt User Interface Compiler version 6.9.2
|
|
##
|
|
## WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
################################################################################
|
|
|
|
from PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,
|
|
QMetaObject, QObject, QPoint, QRect,
|
|
QSize, QTime, QUrl, Qt)
|
|
from PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,
|
|
QFont, QFontDatabase, QGradient, QIcon,
|
|
QImage, QKeySequence, QLinearGradient, QPainter,
|
|
QPalette, QPixmap, QRadialGradient, QTransform)
|
|
from PySide6.QtWidgets import (QApplication, QDialog, QProgressBar, QPushButton,
|
|
QSizePolicy, QVBoxLayout, QWidget)
|
|
|
|
class Ui_Dialog(object):
|
|
def setupUi(self, Dialog):
|
|
if not Dialog.objectName():
|
|
Dialog.setObjectName(u"Dialog")
|
|
Dialog.resize(400, 300)
|
|
self.verticalLayout = QVBoxLayout(Dialog)
|
|
self.verticalLayout.setObjectName(u"verticalLayout")
|
|
self.pushButton = QPushButton(Dialog)
|
|
self.pushButton.setObjectName(u"pushButton")
|
|
|
|
self.verticalLayout.addWidget(self.pushButton)
|
|
|
|
self.progressBar = QProgressBar(Dialog)
|
|
self.progressBar.setObjectName(u"progressBar")
|
|
self.progressBar.setValue(24)
|
|
|
|
self.verticalLayout.addWidget(self.progressBar)
|
|
|
|
|
|
self.retranslateUi(Dialog)
|
|
|
|
QMetaObject.connectSlotsByName(Dialog)
|
|
# setupUi
|
|
|
|
def retranslateUi(self, Dialog):
|
|
Dialog.setWindowTitle(QCoreApplication.translate("Dialog", u"Dialog", None))
|
|
self.pushButton.setText(QCoreApplication.translate("Dialog", u"Signaturen aktualisieren", None))
|
|
# retranslateUi
|
|
|