更新
This commit is contained in:
@@ -0,0 +1,182 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'tools_Index2.ui'
|
||||
**
|
||||
** Created by: Qt User Interface Compiler version 5.9.9
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
||||
#ifndef UI_TOOLS_INDEX2_H
|
||||
#define UI_TOOLS_INDEX2_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QAction>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QButtonGroup>
|
||||
#include <QtWidgets/QComboBox>
|
||||
#include <QtWidgets/QDoubleSpinBox>
|
||||
#include <QtWidgets/QFrame>
|
||||
#include <QtWidgets/QGridLayout>
|
||||
#include <QtWidgets/QHeaderView>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QSlider>
|
||||
#include <QtWidgets/QSpacerItem>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_Tools_Index2
|
||||
{
|
||||
public:
|
||||
QGridLayout *gridLayout_2;
|
||||
QFrame *frame;
|
||||
QGridLayout *gridLayout;
|
||||
QLabel *label;
|
||||
QSlider *horizontalSlider;
|
||||
QDoubleSpinBox *doubleSpinBox_setPercent;
|
||||
QSpacerItem *verticalSpacer;
|
||||
QPushButton *pushButton_LastFrame;
|
||||
QPushButton *pushButton_file;
|
||||
QPushButton *pushButton_NextFrame;
|
||||
QComboBox *comboBox_MultiSpeed;
|
||||
QSpacerItem *horizontalSpacer;
|
||||
QPushButton *pushButton_Play;
|
||||
QPushButton *pushButton_setPercent;
|
||||
QLabel *label_2;
|
||||
QLabel *label_3;
|
||||
QLabel *label_percent;
|
||||
QPushButton *pushButton_CSV;
|
||||
|
||||
void setupUi(QWidget *Tools_Index2)
|
||||
{
|
||||
if (Tools_Index2->objectName().isEmpty())
|
||||
Tools_Index2->setObjectName(QStringLiteral("Tools_Index2"));
|
||||
Tools_Index2->resize(391, 325);
|
||||
gridLayout_2 = new QGridLayout(Tools_Index2);
|
||||
gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
|
||||
gridLayout_2->setContentsMargins(1, 1, 1, 1);
|
||||
frame = new QFrame(Tools_Index2);
|
||||
frame->setObjectName(QStringLiteral("frame"));
|
||||
frame->setFrameShape(QFrame::StyledPanel);
|
||||
frame->setFrameShadow(QFrame::Raised);
|
||||
gridLayout = new QGridLayout(frame);
|
||||
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
||||
label = new QLabel(frame);
|
||||
label->setObjectName(QStringLiteral("label"));
|
||||
label->setMaximumSize(QSize(150, 50));
|
||||
|
||||
gridLayout->addWidget(label, 4, 1, 1, 1);
|
||||
|
||||
horizontalSlider = new QSlider(frame);
|
||||
horizontalSlider->setObjectName(QStringLiteral("horizontalSlider"));
|
||||
horizontalSlider->setMaximum(10000);
|
||||
horizontalSlider->setOrientation(Qt::Horizontal);
|
||||
|
||||
gridLayout->addWidget(horizontalSlider, 1, 1, 1, 3);
|
||||
|
||||
doubleSpinBox_setPercent = new QDoubleSpinBox(frame);
|
||||
doubleSpinBox_setPercent->setObjectName(QStringLiteral("doubleSpinBox_setPercent"));
|
||||
doubleSpinBox_setPercent->setDecimals(6);
|
||||
doubleSpinBox_setPercent->setMaximum(100);
|
||||
doubleSpinBox_setPercent->setSingleStep(1e-6);
|
||||
|
||||
gridLayout->addWidget(doubleSpinBox_setPercent, 6, 2, 1, 1);
|
||||
|
||||
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
||||
|
||||
gridLayout->addItem(verticalSpacer, 8, 0, 1, 2);
|
||||
|
||||
pushButton_LastFrame = new QPushButton(frame);
|
||||
pushButton_LastFrame->setObjectName(QStringLiteral("pushButton_LastFrame"));
|
||||
pushButton_LastFrame->setMaximumSize(QSize(150, 50));
|
||||
|
||||
gridLayout->addWidget(pushButton_LastFrame, 3, 1, 1, 1);
|
||||
|
||||
pushButton_file = new QPushButton(frame);
|
||||
pushButton_file->setObjectName(QStringLiteral("pushButton_file"));
|
||||
pushButton_file->setMinimumSize(QSize(0, 60));
|
||||
|
||||
gridLayout->addWidget(pushButton_file, 0, 0, 1, 5);
|
||||
|
||||
pushButton_NextFrame = new QPushButton(frame);
|
||||
pushButton_NextFrame->setObjectName(QStringLiteral("pushButton_NextFrame"));
|
||||
pushButton_NextFrame->setMaximumSize(QSize(150, 50));
|
||||
|
||||
gridLayout->addWidget(pushButton_NextFrame, 3, 3, 1, 1);
|
||||
|
||||
comboBox_MultiSpeed = new QComboBox(frame);
|
||||
comboBox_MultiSpeed->setObjectName(QStringLiteral("comboBox_MultiSpeed"));
|
||||
comboBox_MultiSpeed->setMinimumSize(QSize(0, 0));
|
||||
comboBox_MultiSpeed->setMaximumSize(QSize(16777215, 16777215));
|
||||
|
||||
gridLayout->addWidget(comboBox_MultiSpeed, 4, 2, 1, 2);
|
||||
|
||||
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
||||
|
||||
gridLayout->addItem(horizontalSpacer, 1, 5, 1, 1);
|
||||
|
||||
pushButton_Play = new QPushButton(frame);
|
||||
pushButton_Play->setObjectName(QStringLiteral("pushButton_Play"));
|
||||
pushButton_Play->setMaximumSize(QSize(150, 50));
|
||||
|
||||
gridLayout->addWidget(pushButton_Play, 3, 2, 1, 1);
|
||||
|
||||
pushButton_setPercent = new QPushButton(frame);
|
||||
pushButton_setPercent->setObjectName(QStringLiteral("pushButton_setPercent"));
|
||||
|
||||
gridLayout->addWidget(pushButton_setPercent, 6, 3, 1, 1);
|
||||
|
||||
label_2 = new QLabel(frame);
|
||||
label_2->setObjectName(QStringLiteral("label_2"));
|
||||
|
||||
gridLayout->addWidget(label_2, 5, 1, 1, 1);
|
||||
|
||||
label_3 = new QLabel(frame);
|
||||
label_3->setObjectName(QStringLiteral("label_3"));
|
||||
|
||||
gridLayout->addWidget(label_3, 6, 1, 1, 1);
|
||||
|
||||
label_percent = new QLabel(frame);
|
||||
label_percent->setObjectName(QStringLiteral("label_percent"));
|
||||
|
||||
gridLayout->addWidget(label_percent, 5, 2, 1, 2);
|
||||
|
||||
pushButton_CSV = new QPushButton(frame);
|
||||
pushButton_CSV->setObjectName(QStringLiteral("pushButton_CSV"));
|
||||
|
||||
gridLayout->addWidget(pushButton_CSV, 7, 1, 1, 3);
|
||||
|
||||
|
||||
gridLayout_2->addWidget(frame, 0, 0, 1, 1);
|
||||
|
||||
|
||||
retranslateUi(Tools_Index2);
|
||||
|
||||
QMetaObject::connectSlotsByName(Tools_Index2);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *Tools_Index2)
|
||||
{
|
||||
Tools_Index2->setWindowTitle(QApplication::translate("Tools_Index2", "Form", Q_NULLPTR));
|
||||
label->setText(QApplication::translate("Tools_Index2", "\345\200\215\351\200\237", Q_NULLPTR));
|
||||
pushButton_LastFrame->setText(QApplication::translate("Tools_Index2", "\344\270\212\344\270\200\345\270\247", Q_NULLPTR));
|
||||
pushButton_file->setText(QApplication::translate("Tools_Index2", "Click to Load a file", Q_NULLPTR));
|
||||
pushButton_NextFrame->setText(QApplication::translate("Tools_Index2", "\344\270\213\344\270\200\345\270\247", Q_NULLPTR));
|
||||
pushButton_Play->setText(QApplication::translate("Tools_Index2", "Play", Q_NULLPTR));
|
||||
pushButton_setPercent->setText(QApplication::translate("Tools_Index2", "setPercent", Q_NULLPTR));
|
||||
label_2->setText(QApplication::translate("Tools_Index2", "\347\231\276\345\210\206\346\257\224", Q_NULLPTR));
|
||||
label_3->setText(QApplication::translate("Tools_Index2", "\350\256\276\347\275\256\347\231\276\345\210\206\346\257\224", Q_NULLPTR));
|
||||
label_percent->setText(QApplication::translate("Tools_Index2", "0", Q_NULLPTR));
|
||||
pushButton_CSV->setText(QApplication::translate("Tools_Index2", "Create CSV", Q_NULLPTR));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class Tools_Index2: public Ui_Tools_Index2 {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_TOOLS_INDEX2_H
|
||||
Reference in New Issue
Block a user