You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
107 lines
3.7 KiB
C++
107 lines
3.7 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'GyroscopeAnalyticUI NxkAxt.ui'
|
|
**
|
|
** Created by: Qt User Interface Compiler version 5.14.2
|
|
**
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
********************************************************************************/
|
|
|
|
#ifndef GYROSCOPEANALYTICUI_20_NXKAXT_H
|
|
#define GYROSCOPEANALYTICUI_20_NXKAXT_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QGridLayout>
|
|
#include <QtWidgets/QHBoxLayout>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QListView>
|
|
#include <QtWidgets/QVBoxLayout>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_GyroscopeAnalyticWidget:public QWidget
|
|
{
|
|
public:
|
|
QHBoxLayout *horizontalLayout;
|
|
QListView *deviceList;
|
|
QWidget *displayWidget;
|
|
QGridLayout *gridLayout;
|
|
QWidget *infoWidget;
|
|
QVBoxLayout *verticalLayout;
|
|
QLabel *infoLabel;
|
|
QLabel *trendLabel;
|
|
|
|
void setupUi(QWidget *GyroscopeAnalyticWidget)
|
|
{
|
|
if (GyroscopeAnalyticWidget->objectName().isEmpty())
|
|
GyroscopeAnalyticWidget->setObjectName(QString::fromUtf8("GyroscopeAnalyticWidget"));
|
|
GyroscopeAnalyticWidget->resize(1228, 773);
|
|
horizontalLayout = new QHBoxLayout(GyroscopeAnalyticWidget);
|
|
horizontalLayout->setSpacing(0);
|
|
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
|
|
horizontalLayout->setContentsMargins(0, 0, 0, 0);
|
|
deviceList = new QListView(GyroscopeAnalyticWidget);
|
|
deviceList->setObjectName(QString::fromUtf8("deviceList"));
|
|
|
|
horizontalLayout->addWidget(deviceList);
|
|
|
|
displayWidget = new QWidget(GyroscopeAnalyticWidget);
|
|
displayWidget->setObjectName(QString::fromUtf8("displayWidget"));
|
|
gridLayout = new QGridLayout(displayWidget);
|
|
gridLayout->setSpacing(0);
|
|
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
|
gridLayout->setContentsMargins(0, 0, 0, 0);
|
|
|
|
horizontalLayout->addWidget(displayWidget);
|
|
|
|
infoWidget = new QWidget(GyroscopeAnalyticWidget);
|
|
infoWidget->setObjectName(QString::fromUtf8("infoWidget"));
|
|
verticalLayout = new QVBoxLayout(infoWidget);
|
|
verticalLayout->setSpacing(0);
|
|
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
|
|
verticalLayout->setContentsMargins(0, 0, 0, 0);
|
|
infoLabel = new QLabel(infoWidget);
|
|
infoLabel->setObjectName(QString::fromUtf8("infoLabel"));
|
|
|
|
verticalLayout->addWidget(infoLabel);
|
|
|
|
trendLabel = new QLabel(infoWidget);
|
|
trendLabel->setObjectName(QString::fromUtf8("trendLabel"));
|
|
|
|
verticalLayout->addWidget(trendLabel);
|
|
|
|
|
|
horizontalLayout->addWidget(infoWidget);
|
|
|
|
horizontalLayout->setStretch(0, 5);
|
|
horizontalLayout->setStretch(1, 10);
|
|
horizontalLayout->setStretch(2, 5);
|
|
|
|
retranslateUi(GyroscopeAnalyticWidget);
|
|
|
|
QMetaObject::connectSlotsByName(GyroscopeAnalyticWidget);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *GyroscopeAnalyticWidget)
|
|
{
|
|
GyroscopeAnalyticWidget->setWindowTitle(QCoreApplication::translate("GyroscopeAnalyticWidget", "Form", nullptr));
|
|
infoLabel->setText(QCoreApplication::translate("GyroscopeAnalyticWidget", "\345\256\236\346\227\266\344\277\241\346\201\257", nullptr));
|
|
trendLabel->setText(QCoreApplication::translate("GyroscopeAnalyticWidget", "\345\233\276\350\241\250\344\277\241\346\201\257", nullptr));
|
|
} // retranslateUi
|
|
|
|
Ui_GyroscopeAnalyticWidget()
|
|
{
|
|
setupUi(this);
|
|
}
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class GyroscopeAnalyticWidget: public Ui_GyroscopeAnalyticWidget {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // GYROSCOPEANALYTICUI_20_NXKAXT_H
|