-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui_mainwindow.h
192 lines (157 loc) · 7.32 KB
/
ui_mainwindow.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
/********************************************************************************
** Form generated from reading UI file 'mainwindow.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_MAINWINDOW_H
#define UI_MAINWINDOW_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QMainWindow>
#include <QtWidgets/QMenu>
#include <QtWidgets/QMenuBar>
#include <QtWidgets/QProgressBar>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QRadioButton>
#include <QtWidgets/QStatusBar>
#include <QtWidgets/QToolBar>
#include <QtWidgets/QTreeView>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_MainWindow
{
public:
QWidget *centralWidget;
QGridLayout *gridLayout;
QLabel *label_2;
QLabel *label_3;
QTreeView *treeView_2;
QTreeView *treeView;
QLabel *label;
QComboBox *comboBox;
QPushButton *pushButton_2;
QPushButton *pushButton;
QRadioButton *radioButton;
QRadioButton *radioButton_2;
QProgressBar *progressBar;
QMenuBar *menuBar;
QMenu *menuSMS_to_mzXML_converter;
QToolBar *mainToolBar;
QStatusBar *statusBar;
void setupUi(QMainWindow *MainWindow)
{
if (MainWindow->objectName().isEmpty())
MainWindow->setObjectName(QStringLiteral("MainWindow"));
MainWindow->resize(741, 586);
MainWindow->setWindowOpacity(1);
MainWindow->setDockNestingEnabled(true);
MainWindow->setDockOptions(QMainWindow::AllowNestedDocks|QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks|QMainWindow::GroupedDragging|QMainWindow::VerticalTabs);
centralWidget = new QWidget(MainWindow);
centralWidget->setObjectName(QStringLiteral("centralWidget"));
gridLayout = new QGridLayout(centralWidget);
gridLayout->setSpacing(6);
gridLayout->setContentsMargins(11, 11, 11, 11);
gridLayout->setObjectName(QStringLiteral("gridLayout"));
label_2 = new QLabel(centralWidget);
label_2->setObjectName(QStringLiteral("label_2"));
gridLayout->addWidget(label_2, 5, 0, 1, 1);
label_3 = new QLabel(centralWidget);
label_3->setObjectName(QStringLiteral("label_3"));
label_3->setMaximumSize(QSize(150, 16777215));
gridLayout->addWidget(label_3, 5, 3, 1, 1);
treeView_2 = new QTreeView(centralWidget);
treeView_2->setObjectName(QStringLiteral("treeView_2"));
treeView_2->setMinimumSize(QSize(300, 0));
gridLayout->addWidget(treeView_2, 3, 0, 1, 6);
treeView = new QTreeView(centralWidget);
treeView->setObjectName(QStringLiteral("treeView"));
treeView->header()->setCascadingSectionResizes(true);
treeView->header()->setHighlightSections(true);
treeView->header()->setProperty("showSortIndicator", QVariant(true));
gridLayout->addWidget(treeView, 2, 0, 1, 6);
label = new QLabel(centralWidget);
label->setObjectName(QStringLiteral("label"));
label->setMinimumSize(QSize(0, 30));
label->setMaximumSize(QSize(300, 30));
QFont font;
font.setPointSize(12);
label->setFont(font);
gridLayout->addWidget(label, 0, 0, 1, 1);
comboBox = new QComboBox(centralWidget);
comboBox->setObjectName(QStringLiteral("comboBox"));
comboBox->setEnabled(true);
QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
sizePolicy.setHorizontalStretch(0);
sizePolicy.setVerticalStretch(0);
sizePolicy.setHeightForWidth(comboBox->sizePolicy().hasHeightForWidth());
comboBox->setSizePolicy(sizePolicy);
comboBox->setMinimumSize(QSize(500, 20));
comboBox->setMaximumSize(QSize(16777215, 20));
gridLayout->addWidget(comboBox, 0, 1, 1, 3);
pushButton_2 = new QPushButton(centralWidget);
pushButton_2->setObjectName(QStringLiteral("pushButton_2"));
pushButton_2->setMinimumSize(QSize(350, 0));
pushButton_2->setMaximumSize(QSize(350, 16777215));
gridLayout->addWidget(pushButton_2, 7, 3, 1, 1);
pushButton = new QPushButton(centralWidget);
pushButton->setObjectName(QStringLiteral("pushButton"));
gridLayout->addWidget(pushButton, 7, 0, 1, 3);
radioButton = new QRadioButton(centralWidget);
radioButton->setObjectName(QStringLiteral("radioButton"));
radioButton->setMaximumSize(QSize(180, 16777215));
radioButton->setChecked(true);
radioButton->setAutoExclusive(false);
gridLayout->addWidget(radioButton, 5, 4, 1, 1);
radioButton_2 = new QRadioButton(centralWidget);
radioButton_2->setObjectName(QStringLiteral("radioButton_2"));
radioButton_2->setChecked(false);
radioButton_2->setAutoExclusive(false);
gridLayout->addWidget(radioButton_2, 5, 2, 1, 1);
progressBar = new QProgressBar(centralWidget);
progressBar->setObjectName(QStringLiteral("progressBar"));
progressBar->setAutoFillBackground(true);
progressBar->setValue(24);
gridLayout->addWidget(progressBar, 1, 0, 1, 5);
MainWindow->setCentralWidget(centralWidget);
menuBar = new QMenuBar(MainWindow);
menuBar->setObjectName(QStringLiteral("menuBar"));
menuBar->setGeometry(QRect(0, 0, 741, 21));
menuSMS_to_mzXML_converter = new QMenu(menuBar);
menuSMS_to_mzXML_converter->setObjectName(QStringLiteral("menuSMS_to_mzXML_converter"));
MainWindow->setMenuBar(menuBar);
mainToolBar = new QToolBar(MainWindow);
mainToolBar->setObjectName(QStringLiteral("mainToolBar"));
MainWindow->addToolBar(Qt::TopToolBarArea, mainToolBar);
statusBar = new QStatusBar(MainWindow);
statusBar->setObjectName(QStringLiteral("statusBar"));
MainWindow->setStatusBar(statusBar);
menuBar->addAction(menuSMS_to_mzXML_converter->menuAction());
retranslateUi(MainWindow);
QMetaObject::connectSlotsByName(MainWindow);
} // setupUi
void retranslateUi(QMainWindow *MainWindow)
{
MainWindow->setWindowTitle(QApplication::translate("MainWindow", "SMS to mzXML Converter - Thomas Vijverberg - Radboud University Nijmegen - OFF/ON PPP - v_1.3", 0));
label_2->setText(QApplication::translate("MainWindow", "Create New folder for output:", 0));
label_3->setText(QApplication::translate("MainWindow", "Search Subdirectories:", 0));
label->setText(QApplication::translate("MainWindow", "Current Working Directory:", 0));
pushButton_2->setText(QApplication::translate("MainWindow", "Single File Conversion", 0));
pushButton->setText(QApplication::translate("MainWindow", "Batch File Conversion", 0));
radioButton->setText(QString());
radioButton_2->setText(QString());
menuSMS_to_mzXML_converter->setTitle(QApplication::translate("MainWindow", "SMS to mzXML converter", 0));
} // retranslateUi
};
namespace Ui {
class MainWindow: public Ui_MainWindow {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_MAINWINDOW_H