64 lines
2.0 KiB
C++
64 lines
2.0 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'process.ui'
|
|
**
|
|
** Created by: Qt User Interface Compiler version 5.15.2
|
|
**
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
********************************************************************************/
|
|
|
|
#ifndef UI_PROCESS_H
|
|
#define UI_PROCESS_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QDialog>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QProgressBar>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_Process
|
|
{
|
|
public:
|
|
QProgressBar *progressBar;
|
|
QLabel *label;
|
|
|
|
void setupUi(QDialog *Process)
|
|
{
|
|
if (Process->objectName().isEmpty())
|
|
Process->setObjectName(QString::fromUtf8("Process"));
|
|
Process->resize(324, 88);
|
|
QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
|
|
sizePolicy.setHorizontalStretch(0);
|
|
sizePolicy.setVerticalStretch(0);
|
|
sizePolicy.setHeightForWidth(Process->sizePolicy().hasHeightForWidth());
|
|
Process->setSizePolicy(sizePolicy);
|
|
progressBar = new QProgressBar(Process);
|
|
progressBar->setObjectName(QString::fromUtf8("progressBar"));
|
|
progressBar->setGeometry(QRect(30, 50, 281, 31));
|
|
progressBar->setValue(24);
|
|
label = new QLabel(Process);
|
|
label->setObjectName(QString::fromUtf8("label"));
|
|
label->setGeometry(QRect(120, 30, 121, 16));
|
|
|
|
retranslateUi(Process);
|
|
|
|
QMetaObject::connectSlotsByName(Process);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QDialog *Process)
|
|
{
|
|
Process->setWindowTitle(QCoreApplication::translate("Process", "Dialog", nullptr));
|
|
label->setText(QCoreApplication::translate("Process", "\346\255\243\345\234\250\345\212\240\350\275\275\346\225\260\346\215\256", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class Process: public Ui_Process {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_PROCESS_H
|