HITDAQ/Debug/ui_display.h

97 lines
3.1 KiB
C++

/********************************************************************************
** Form generated from reading UI file 'display.ui'
**
** Created by: Qt User Interface Compiler version 5.7.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_DISPLAY_H
#define UI_DISPLAY_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QCheckBox>
#include <QtWidgets/QDialog>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>
#include "qcustomplot.h"
QT_BEGIN_NAMESPACE
class Ui_display
{
public:
QWidget *verticalLayoutWidget;
QVBoxLayout *verticalLayout;
QLineEdit *lineTitle;
QCustomPlot *plot;
QHBoxLayout *horizontalLayout;
QCheckBox *checkAutoscale;
void setupUi(QDialog *display)
{
if (display->objectName().isEmpty())
display->setObjectName(QStringLiteral("display"));
display->resize(602, 360);
verticalLayoutWidget = new QWidget(display);
verticalLayoutWidget->setObjectName(QStringLiteral("verticalLayoutWidget"));
verticalLayoutWidget->setGeometry(QRect(9, 10, 581, 341));
verticalLayout = new QVBoxLayout(verticalLayoutWidget);
verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
verticalLayout->setContentsMargins(0, 0, 0, 0);
lineTitle = new QLineEdit(verticalLayoutWidget);
lineTitle->setObjectName(QStringLiteral("lineTitle"));
lineTitle->setFrame(false);
lineTitle->setAlignment(Qt::AlignCenter);
lineTitle->setReadOnly(true);
verticalLayout->addWidget(lineTitle);
plot = new QCustomPlot(verticalLayoutWidget);
plot->setObjectName(QStringLiteral("plot"));
QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding);
sizePolicy.setHorizontalStretch(0);
sizePolicy.setVerticalStretch(0);
sizePolicy.setHeightForWidth(plot->sizePolicy().hasHeightForWidth());
plot->setSizePolicy(sizePolicy);
verticalLayout->addWidget(plot);
horizontalLayout = new QHBoxLayout();
horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
checkAutoscale = new QCheckBox(verticalLayoutWidget);
checkAutoscale->setObjectName(QStringLiteral("checkAutoscale"));
horizontalLayout->addWidget(checkAutoscale);
verticalLayout->addLayout(horizontalLayout);
retranslateUi(display);
QMetaObject::connectSlotsByName(display);
} // setupUi
void retranslateUi(QDialog *display)
{
display->setWindowTitle(QApplication::translate("display", "Online Display", 0));
checkAutoscale->setText(QApplication::translate("display", "Autoscale", 0));
} // retranslateUi
};
namespace Ui {
class display: public Ui_display {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_DISPLAY_H