-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui_PlotDTW.h
71 lines (59 loc) · 2.11 KB
/
ui_PlotDTW.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/********************************************************************************
** Form generated from reading UI file 'PlotDTW.ui'
**
** Created: Thu Dec 3 14:59:32 2015
** by: Qt User Interface Compiler version 4.6.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_PLOTDTW_H
#define UI_PLOTDTW_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QHeaderView>
#include <QtGui/QMainWindow>
#include <QtGui/QMenuBar>
#include <QtGui/QStatusBar>
#include <QtGui/QToolBar>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class Ui_PlotDTW
{
public:
QWidget *centralWidget;
QMenuBar *menuBar;
QToolBar *mainToolBar;
QStatusBar *statusBar;
void setupUi(QMainWindow *PlotDTW)
{
if (PlotDTW->objectName().isEmpty())
PlotDTW->setObjectName(QString::fromUtf8("PlotDTW"));
PlotDTW->resize(753, 681);
centralWidget = new QWidget(PlotDTW);
centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
PlotDTW->setCentralWidget(centralWidget);
menuBar = new QMenuBar(PlotDTW);
menuBar->setObjectName(QString::fromUtf8("menuBar"));
menuBar->setGeometry(QRect(0, 0, 753, 22));
PlotDTW->setMenuBar(menuBar);
mainToolBar = new QToolBar(PlotDTW);
mainToolBar->setObjectName(QString::fromUtf8("mainToolBar"));
PlotDTW->addToolBar(Qt::TopToolBarArea, mainToolBar);
statusBar = new QStatusBar(PlotDTW);
statusBar->setObjectName(QString::fromUtf8("statusBar"));
PlotDTW->setStatusBar(statusBar);
retranslateUi(PlotDTW);
QMetaObject::connectSlotsByName(PlotDTW);
} // setupUi
void retranslateUi(QMainWindow *PlotDTW)
{
PlotDTW->setWindowTitle(QApplication::translate("PlotDTW", "PlotDTW", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui {
class PlotDTW: public Ui_PlotDTW {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_PLOTDTW_H