-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui_chart.h
54 lines (42 loc) · 1.36 KB
/
ui_chart.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/********************************************************************************
** Form generated from reading UI file 'chart.ui'
**
** Created by: Qt User Interface Compiler version 5.8.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_CHART_H
#define UI_CHART_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QDialog>
#include <QtWidgets/QHeaderView>
#include "qcustomplot.h"
QT_BEGIN_NAMESPACE
class Ui_chart
{
public:
QCustomPlot *customPlot;
void setupUi(QDialog *chart)
{
if (chart->objectName().isEmpty())
chart->setObjectName(QStringLiteral("chart"));
chart->resize(615, 397);
customPlot = new QCustomPlot(chart);
customPlot->setObjectName(QStringLiteral("customPlot"));
customPlot->setGeometry(QRect(19, 19, 581, 371));
retranslateUi(chart);
QMetaObject::connectSlotsByName(chart);
} // setupUi
void retranslateUi(QDialog *chart)
{
chart->setWindowTitle(QApplication::translate("chart", "Dialog", Q_NULLPTR));
} // retranslateUi
};
namespace Ui {
class chart: public Ui_chart {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_CHART_H