112 lines
4.0 KiB
C
112 lines
4.0 KiB
C
|
/********************************************************************************
|
||
|
** Form generated from reading UI file 'QToolProcessBarDialog.ui'
|
||
|
**
|
||
|
** Created by: Qt User Interface Compiler version 5.15.13
|
||
|
**
|
||
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||
|
********************************************************************************/
|
||
|
|
||
|
#ifndef UI_QTOOLPROCESSBARDIALOG_H
|
||
|
#define UI_QTOOLPROCESSBARDIALOG_H
|
||
|
|
||
|
#include <QtCore/QVariant>
|
||
|
#include <QtWidgets/QApplication>
|
||
|
#include <QtWidgets/QDialog>
|
||
|
#include <QtWidgets/QGridLayout>
|
||
|
#include <QtWidgets/QGroupBox>
|
||
|
#include <QtWidgets/QLabel>
|
||
|
#include <QtWidgets/QProgressBar>
|
||
|
#include <QtWidgets/QPushButton>
|
||
|
#include <QtWidgets/QTextEdit>
|
||
|
#include <QtWidgets/QVBoxLayout>
|
||
|
#include <QtWidgets/QWidget>
|
||
|
|
||
|
QT_BEGIN_NAMESPACE
|
||
|
|
||
|
class Ui_QToolProcessBarDialogClass
|
||
|
{
|
||
|
public:
|
||
|
QVBoxLayout *verticalLayout;
|
||
|
QWidget *widget;
|
||
|
QGridLayout *gridLayout;
|
||
|
QPushButton *OKpushButton;
|
||
|
QLabel *labelTip;
|
||
|
QProgressBar *progressBar;
|
||
|
QGroupBox *groupBox;
|
||
|
QVBoxLayout *verticalLayout_2;
|
||
|
QTextEdit *textEditTip;
|
||
|
|
||
|
void setupUi(QDialog *QToolProcessBarDialogClass)
|
||
|
{
|
||
|
if (QToolProcessBarDialogClass->objectName().isEmpty())
|
||
|
QToolProcessBarDialogClass->setObjectName(QString::fromUtf8("QToolProcessBarDialogClass"));
|
||
|
QToolProcessBarDialogClass->resize(600, 400);
|
||
|
verticalLayout = new QVBoxLayout(QToolProcessBarDialogClass);
|
||
|
verticalLayout->setSpacing(6);
|
||
|
verticalLayout->setContentsMargins(11, 11, 11, 11);
|
||
|
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
|
||
|
widget = new QWidget(QToolProcessBarDialogClass);
|
||
|
widget->setObjectName(QString::fromUtf8("widget"));
|
||
|
gridLayout = new QGridLayout(widget);
|
||
|
gridLayout->setSpacing(6);
|
||
|
gridLayout->setContentsMargins(11, 11, 11, 11);
|
||
|
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
||
|
OKpushButton = new QPushButton(widget);
|
||
|
OKpushButton->setObjectName(QString::fromUtf8("OKpushButton"));
|
||
|
OKpushButton->setMinimumSize(QSize(120, 26));
|
||
|
OKpushButton->setMaximumSize(QSize(120, 26));
|
||
|
|
||
|
gridLayout->addWidget(OKpushButton, 1, 2, 1, 1);
|
||
|
|
||
|
labelTip = new QLabel(widget);
|
||
|
labelTip->setObjectName(QString::fromUtf8("labelTip"));
|
||
|
|
||
|
gridLayout->addWidget(labelTip, 1, 0, 1, 1);
|
||
|
|
||
|
progressBar = new QProgressBar(widget);
|
||
|
progressBar->setObjectName(QString::fromUtf8("progressBar"));
|
||
|
progressBar->setValue(24);
|
||
|
|
||
|
gridLayout->addWidget(progressBar, 2, 0, 1, 2);
|
||
|
|
||
|
|
||
|
verticalLayout->addWidget(widget);
|
||
|
|
||
|
groupBox = new QGroupBox(QToolProcessBarDialogClass);
|
||
|
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||
|
verticalLayout_2 = new QVBoxLayout(groupBox);
|
||
|
verticalLayout_2->setSpacing(6);
|
||
|
verticalLayout_2->setContentsMargins(11, 11, 11, 11);
|
||
|
verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
|
||
|
textEditTip = new QTextEdit(groupBox);
|
||
|
textEditTip->setObjectName(QString::fromUtf8("textEditTip"));
|
||
|
|
||
|
verticalLayout_2->addWidget(textEditTip);
|
||
|
|
||
|
|
||
|
verticalLayout->addWidget(groupBox);
|
||
|
|
||
|
|
||
|
retranslateUi(QToolProcessBarDialogClass);
|
||
|
|
||
|
QMetaObject::connectSlotsByName(QToolProcessBarDialogClass);
|
||
|
} // setupUi
|
||
|
|
||
|
void retranslateUi(QDialog *QToolProcessBarDialogClass)
|
||
|
{
|
||
|
QToolProcessBarDialogClass->setWindowTitle(QCoreApplication::translate("QToolProcessBarDialogClass", "QToolProcessBarDialog", nullptr));
|
||
|
OKpushButton->setText(QCoreApplication::translate("QToolProcessBarDialogClass", "\351\200\200\345\207\272", nullptr));
|
||
|
labelTip->setText(QCoreApplication::translate("QToolProcessBarDialogClass", "\346\217\220\347\244\272", nullptr));
|
||
|
groupBox->setTitle(QString());
|
||
|
} // retranslateUi
|
||
|
|
||
|
};
|
||
|
|
||
|
namespace Ui {
|
||
|
class QToolProcessBarDialogClass: public Ui_QToolProcessBarDialogClass {};
|
||
|
} // namespace Ui
|
||
|
|
||
|
QT_END_NAMESPACE
|
||
|
|
||
|
#endif // UI_QTOOLPROCESSBARDIALOG_H
|