101 lines
3.3 KiB
C++
101 lines
3.3 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'tools_Index1.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_INDEX1_H
|
|
#define UI_TOOLS_INDEX1_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QAction>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QButtonGroup>
|
|
#include <QtWidgets/QFrame>
|
|
#include <QtWidgets/QGridLayout>
|
|
#include <QtWidgets/QHeaderView>
|
|
#include <QtWidgets/QListView>
|
|
#include <QtWidgets/QPushButton>
|
|
#include <QtWidgets/QSpacerItem>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_Tools_Index1
|
|
{
|
|
public:
|
|
QGridLayout *gridLayout_2;
|
|
QFrame *frame;
|
|
QGridLayout *gridLayout;
|
|
QPushButton *pushButton_ExportLog;
|
|
QSpacerItem *verticalSpacer;
|
|
QListView *listView;
|
|
|
|
void setupUi(QWidget *Tools_Index1)
|
|
{
|
|
if (Tools_Index1->objectName().isEmpty())
|
|
Tools_Index1->setObjectName(QStringLiteral("Tools_Index1"));
|
|
Tools_Index1->resize(622, 421);
|
|
gridLayout_2 = new QGridLayout(Tools_Index1);
|
|
gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
|
|
gridLayout_2->setContentsMargins(1, 1, 1, 1);
|
|
frame = new QFrame(Tools_Index1);
|
|
frame->setObjectName(QStringLiteral("frame"));
|
|
frame->setFrameShape(QFrame::StyledPanel);
|
|
frame->setFrameShadow(QFrame::Raised);
|
|
frame->setLineWidth(0);
|
|
gridLayout = new QGridLayout(frame);
|
|
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
|
gridLayout->setContentsMargins(0, 0, 0, 0);
|
|
pushButton_ExportLog = new QPushButton(frame);
|
|
pushButton_ExportLog->setObjectName(QStringLiteral("pushButton_ExportLog"));
|
|
|
|
gridLayout->addWidget(pushButton_ExportLog, 0, 0, 1, 1);
|
|
|
|
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
|
|
|
gridLayout->addItem(verticalSpacer, 1, 0, 1, 1);
|
|
|
|
listView = new QListView(frame);
|
|
listView->setObjectName(QStringLiteral("listView"));
|
|
QFont font;
|
|
font.setPointSize(14);
|
|
font.setBold(true);
|
|
font.setWeight(75);
|
|
listView->setFont(font);
|
|
listView->setAutoFillBackground(true);
|
|
listView->setStyleSheet(QStringLiteral(""));
|
|
listView->setEditTriggers(QAbstractItemView::NoEditTriggers);
|
|
listView->setAlternatingRowColors(true);
|
|
listView->setSelectionBehavior(QAbstractItemView::SelectRows);
|
|
listView->setSpacing(1);
|
|
|
|
gridLayout->addWidget(listView, 0, 1, 2, 1);
|
|
|
|
|
|
gridLayout_2->addWidget(frame, 0, 0, 1, 1);
|
|
|
|
|
|
retranslateUi(Tools_Index1);
|
|
|
|
QMetaObject::connectSlotsByName(Tools_Index1);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *Tools_Index1)
|
|
{
|
|
Tools_Index1->setWindowTitle(QApplication::translate("Tools_Index1", "Form", Q_NULLPTR));
|
|
pushButton_ExportLog->setText(QApplication::translate("Tools_Index1", "\345\257\274\345\207\272\350\256\260\345\275\225", Q_NULLPTR));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class Tools_Index1: public Ui_Tools_Index1 {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_TOOLS_INDEX1_H
|