更新ui
This commit is contained in:
@@ -0,0 +1,179 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'tools_Index2.ui'
|
||||
**
|
||||
** Created by: Qt User Interface Compiler version 5.14.1
|
||||
**
|
||||
** 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/QApplication>
|
||||
#include <QtWidgets/QComboBox>
|
||||
#include <QtWidgets/QDoubleSpinBox>
|
||||
#include <QtWidgets/QFrame>
|
||||
#include <QtWidgets/QGridLayout>
|
||||
#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(QString::fromUtf8("Tools_Index2"));
|
||||
Tools_Index2->resize(391, 325);
|
||||
gridLayout_2 = new QGridLayout(Tools_Index2);
|
||||
gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
|
||||
gridLayout_2->setContentsMargins(1, 1, 1, 1);
|
||||
frame = new QFrame(Tools_Index2);
|
||||
frame->setObjectName(QString::fromUtf8("frame"));
|
||||
frame->setFrameShape(QFrame::StyledPanel);
|
||||
frame->setFrameShadow(QFrame::Raised);
|
||||
gridLayout = new QGridLayout(frame);
|
||||
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
||||
label = new QLabel(frame);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setMaximumSize(QSize(150, 50));
|
||||
|
||||
gridLayout->addWidget(label, 4, 1, 1, 1);
|
||||
|
||||
horizontalSlider = new QSlider(frame);
|
||||
horizontalSlider->setObjectName(QString::fromUtf8("horizontalSlider"));
|
||||
horizontalSlider->setMaximum(10000);
|
||||
horizontalSlider->setOrientation(Qt::Horizontal);
|
||||
|
||||
gridLayout->addWidget(horizontalSlider, 1, 1, 1, 3);
|
||||
|
||||
doubleSpinBox_setPercent = new QDoubleSpinBox(frame);
|
||||
doubleSpinBox_setPercent->setObjectName(QString::fromUtf8("doubleSpinBox_setPercent"));
|
||||
doubleSpinBox_setPercent->setDecimals(6);
|
||||
doubleSpinBox_setPercent->setMaximum(100.000000000000000);
|
||||
doubleSpinBox_setPercent->setSingleStep(0.000001000000000);
|
||||
|
||||
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(QString::fromUtf8("pushButton_LastFrame"));
|
||||
pushButton_LastFrame->setMaximumSize(QSize(150, 50));
|
||||
|
||||
gridLayout->addWidget(pushButton_LastFrame, 3, 1, 1, 1);
|
||||
|
||||
pushButton_file = new QPushButton(frame);
|
||||
pushButton_file->setObjectName(QString::fromUtf8("pushButton_file"));
|
||||
pushButton_file->setMinimumSize(QSize(0, 60));
|
||||
|
||||
gridLayout->addWidget(pushButton_file, 0, 0, 1, 5);
|
||||
|
||||
pushButton_NextFrame = new QPushButton(frame);
|
||||
pushButton_NextFrame->setObjectName(QString::fromUtf8("pushButton_NextFrame"));
|
||||
pushButton_NextFrame->setMaximumSize(QSize(150, 50));
|
||||
|
||||
gridLayout->addWidget(pushButton_NextFrame, 3, 3, 1, 1);
|
||||
|
||||
comboBox_MultiSpeed = new QComboBox(frame);
|
||||
comboBox_MultiSpeed->setObjectName(QString::fromUtf8("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(QString::fromUtf8("pushButton_Play"));
|
||||
pushButton_Play->setMaximumSize(QSize(150, 50));
|
||||
|
||||
gridLayout->addWidget(pushButton_Play, 3, 2, 1, 1);
|
||||
|
||||
pushButton_setPercent = new QPushButton(frame);
|
||||
pushButton_setPercent->setObjectName(QString::fromUtf8("pushButton_setPercent"));
|
||||
|
||||
gridLayout->addWidget(pushButton_setPercent, 6, 3, 1, 1);
|
||||
|
||||
label_2 = new QLabel(frame);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
|
||||
gridLayout->addWidget(label_2, 5, 1, 1, 1);
|
||||
|
||||
label_3 = new QLabel(frame);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
|
||||
gridLayout->addWidget(label_3, 6, 1, 1, 1);
|
||||
|
||||
label_percent = new QLabel(frame);
|
||||
label_percent->setObjectName(QString::fromUtf8("label_percent"));
|
||||
|
||||
gridLayout->addWidget(label_percent, 5, 2, 1, 2);
|
||||
|
||||
pushButton_CSV = new QPushButton(frame);
|
||||
pushButton_CSV->setObjectName(QString::fromUtf8("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(QCoreApplication::translate("Tools_Index2", "Form", nullptr));
|
||||
label->setText(QCoreApplication::translate("Tools_Index2", "\345\200\215\351\200\237", nullptr));
|
||||
pushButton_LastFrame->setText(QCoreApplication::translate("Tools_Index2", "\344\270\212\344\270\200\345\270\247", nullptr));
|
||||
pushButton_file->setText(QCoreApplication::translate("Tools_Index2", "Click to Load a file", nullptr));
|
||||
pushButton_NextFrame->setText(QCoreApplication::translate("Tools_Index2", "\344\270\213\344\270\200\345\270\247", nullptr));
|
||||
pushButton_Play->setText(QCoreApplication::translate("Tools_Index2", "Play", nullptr));
|
||||
pushButton_setPercent->setText(QCoreApplication::translate("Tools_Index2", "setPercent", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("Tools_Index2", "\347\231\276\345\210\206\346\257\224", nullptr));
|
||||
label_3->setText(QCoreApplication::translate("Tools_Index2", "\350\256\276\347\275\256\347\231\276\345\210\206\346\257\224", nullptr));
|
||||
label_percent->setText(QCoreApplication::translate("Tools_Index2", "0", nullptr));
|
||||
pushButton_CSV->setText(QCoreApplication::translate("Tools_Index2", "Create CSV", 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