119 lines
3.7 KiB
C++
119 lines
3.7 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'sitesimdialog.ui'
|
|
**
|
|
** Created by: Qt User Interface Compiler version 5.8.0
|
|
**
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
********************************************************************************/
|
|
|
|
#ifndef UI_SITESIMDIALOG_H
|
|
#define UI_SITESIMDIALOG_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QAction>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QButtonGroup>
|
|
#include <QtWidgets/QDialog>
|
|
#include <QtWidgets/QGridLayout>
|
|
#include <QtWidgets/QHeaderView>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QSpacerItem>
|
|
#include <QtWidgets/QSpinBox>
|
|
#include <QtWidgets/QVBoxLayout>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_SiteSimDialog
|
|
{
|
|
public:
|
|
QVBoxLayout *verticalLayout;
|
|
QLabel *lbSite;
|
|
QLabel *lbDir;
|
|
QLabel *lbSts;
|
|
QGridLayout *gridLayout;
|
|
QSpinBox *spErase;
|
|
QLabel *label;
|
|
QLabel *label_2;
|
|
QSpinBox *spProgr;
|
|
QSpacerItem *verticalSpacer;
|
|
|
|
void setupUi(QDialog *SiteSimDialog)
|
|
{
|
|
if (SiteSimDialog->objectName().isEmpty())
|
|
SiteSimDialog->setObjectName(QStringLiteral("SiteSimDialog"));
|
|
SiteSimDialog->resize(400, 300);
|
|
verticalLayout = new QVBoxLayout(SiteSimDialog);
|
|
verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
|
|
lbSite = new QLabel(SiteSimDialog);
|
|
lbSite->setObjectName(QStringLiteral("lbSite"));
|
|
|
|
verticalLayout->addWidget(lbSite);
|
|
|
|
lbDir = new QLabel(SiteSimDialog);
|
|
lbDir->setObjectName(QStringLiteral("lbDir"));
|
|
|
|
verticalLayout->addWidget(lbDir);
|
|
|
|
lbSts = new QLabel(SiteSimDialog);
|
|
lbSts->setObjectName(QStringLiteral("lbSts"));
|
|
|
|
verticalLayout->addWidget(lbSts);
|
|
|
|
gridLayout = new QGridLayout();
|
|
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
|
gridLayout->setContentsMargins(-1, 10, -1, -1);
|
|
spErase = new QSpinBox(SiteSimDialog);
|
|
spErase->setObjectName(QStringLiteral("spErase"));
|
|
spErase->setValue(10);
|
|
|
|
gridLayout->addWidget(spErase, 0, 1, 1, 1);
|
|
|
|
label = new QLabel(SiteSimDialog);
|
|
label->setObjectName(QStringLiteral("label"));
|
|
|
|
gridLayout->addWidget(label, 0, 0, 1, 1);
|
|
|
|
label_2 = new QLabel(SiteSimDialog);
|
|
label_2->setObjectName(QStringLiteral("label_2"));
|
|
|
|
gridLayout->addWidget(label_2, 1, 0, 1, 1);
|
|
|
|
spProgr = new QSpinBox(SiteSimDialog);
|
|
spProgr->setObjectName(QStringLiteral("spProgr"));
|
|
spProgr->setValue(20);
|
|
|
|
gridLayout->addWidget(spProgr, 1, 1, 1, 1);
|
|
|
|
|
|
verticalLayout->addLayout(gridLayout);
|
|
|
|
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
|
|
|
verticalLayout->addItem(verticalSpacer);
|
|
|
|
|
|
retranslateUi(SiteSimDialog);
|
|
|
|
QMetaObject::connectSlotsByName(SiteSimDialog);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QDialog *SiteSimDialog)
|
|
{
|
|
SiteSimDialog->setWindowTitle(QApplication::translate("SiteSimDialog", "Dialog", Q_NULLPTR));
|
|
lbSite->setText(QApplication::translate("SiteSimDialog", "TextLabel", Q_NULLPTR));
|
|
lbDir->setText(QApplication::translate("SiteSimDialog", "Dir:", Q_NULLPTR));
|
|
lbSts->setText(QApplication::translate("SiteSimDialog", "TextLabel", Q_NULLPTR));
|
|
label->setText(QApplication::translate("SiteSimDialog", "Erase time", Q_NULLPTR));
|
|
label_2->setText(QApplication::translate("SiteSimDialog", "Prog Time", Q_NULLPTR));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class SiteSimDialog: public Ui_SiteSimDialog {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_SITESIMDIALOG_H
|