MNE-CPP  beta 1.0
ui_babymegprojectdialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'babymegprojectdialog.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.3.2
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_BABYMEGPROJECTDIALOG_H
10 #define UI_BABYMEGPROJECTDIALOG_H
11 
12 #include <QtCore/QLocale>
13 #include <QtCore/QVariant>
14 #include <QtWidgets/QAction>
15 #include <QtWidgets/QApplication>
16 #include <QtWidgets/QButtonGroup>
17 #include <QtWidgets/QComboBox>
18 #include <QtWidgets/QDialog>
19 #include <QtWidgets/QFrame>
20 #include <QtWidgets/QGridLayout>
21 #include <QtWidgets/QGroupBox>
22 #include <QtWidgets/QHeaderView>
23 #include <QtWidgets/QLabel>
24 #include <QtWidgets/QLineEdit>
25 #include <QtWidgets/QPushButton>
26 
27 QT_BEGIN_NAMESPACE
28 
30 {
31 public:
32  QGroupBox *m_qGroupBox_Acquisition;
33  QGridLayout *gridLayout_2;
34  QLabel *m_qLabel;
35  QFrame *m_qLine;
36  QLabel *m_qLabel_ProjectDescription;
37  QLineEdit *m_qLineEditFileName;
38  QPushButton *m_qPushButtonNewProject;
39  QPushButton *m_qPushButtonNewSubject;
40  QComboBox *m_qComboBox_SubjectSelection;
41  QLabel *m_qLabel_SubjectDescription;
42  QComboBox *m_qComboBox_ProjectSelection;
43  QLabel *m_qLabel_Paradigm;
44  QLineEdit *m_qLineEditParadigm;
45 
46  void setupUi(QDialog *BabyMEGProjectDialog)
47  {
48  if (BabyMEGProjectDialog->objectName().isEmpty())
49  BabyMEGProjectDialog->setObjectName(QStringLiteral("BabyMEGProjectDialog"));
50  BabyMEGProjectDialog->resize(600, 205);
51  BabyMEGProjectDialog->setMinimumSize(QSize(600, 205));
52  BabyMEGProjectDialog->setMaximumSize(QSize(600, 205));
53  BabyMEGProjectDialog->setLocale(QLocale(QLocale::English, QLocale::UnitedStates));
54  m_qGroupBox_Acquisition = new QGroupBox(BabyMEGProjectDialog);
55  m_qGroupBox_Acquisition->setObjectName(QStringLiteral("m_qGroupBox_Acquisition"));
56  m_qGroupBox_Acquisition->setGeometry(QRect(10, 0, 581, 191));
57  gridLayout_2 = new QGridLayout(m_qGroupBox_Acquisition);
58  gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
59  m_qLabel = new QLabel(m_qGroupBox_Acquisition);
60  m_qLabel->setObjectName(QStringLiteral("m_qLabel"));
61 
62  gridLayout_2->addWidget(m_qLabel, 6, 0, 1, 1);
63 
64  m_qLine = new QFrame(m_qGroupBox_Acquisition);
65  m_qLine->setObjectName(QStringLiteral("m_qLine"));
66  m_qLine->setFrameShape(QFrame::HLine);
67  m_qLine->setFrameShadow(QFrame::Sunken);
68 
69  gridLayout_2->addWidget(m_qLine, 4, 0, 1, 3);
70 
71  m_qLabel_ProjectDescription = new QLabel(m_qGroupBox_Acquisition);
72  m_qLabel_ProjectDescription->setObjectName(QStringLiteral("m_qLabel_ProjectDescription"));
73 
74  gridLayout_2->addWidget(m_qLabel_ProjectDescription, 1, 0, 1, 1);
75 
76  m_qLineEditFileName = new QLineEdit(m_qGroupBox_Acquisition);
77  m_qLineEditFileName->setObjectName(QStringLiteral("m_qLineEditFileName"));
78 
79  gridLayout_2->addWidget(m_qLineEditFileName, 6, 1, 1, 1);
80 
81  m_qPushButtonNewProject = new QPushButton(m_qGroupBox_Acquisition);
82  m_qPushButtonNewProject->setObjectName(QStringLiteral("m_qPushButtonNewProject"));
83  m_qPushButtonNewProject->setMaximumSize(QSize(40, 16777215));
84 
85  gridLayout_2->addWidget(m_qPushButtonNewProject, 1, 2, 1, 1);
86 
87  m_qPushButtonNewSubject = new QPushButton(m_qGroupBox_Acquisition);
88  m_qPushButtonNewSubject->setObjectName(QStringLiteral("m_qPushButtonNewSubject"));
89  m_qPushButtonNewSubject->setMaximumSize(QSize(40, 16777215));
90 
91  gridLayout_2->addWidget(m_qPushButtonNewSubject, 2, 2, 1, 1);
92 
93  m_qComboBox_SubjectSelection = new QComboBox(m_qGroupBox_Acquisition);
94  m_qComboBox_SubjectSelection->setObjectName(QStringLiteral("m_qComboBox_SubjectSelection"));
95 
96  gridLayout_2->addWidget(m_qComboBox_SubjectSelection, 2, 1, 1, 1);
97 
98  m_qLabel_SubjectDescription = new QLabel(m_qGroupBox_Acquisition);
99  m_qLabel_SubjectDescription->setObjectName(QStringLiteral("m_qLabel_SubjectDescription"));
100 
101  gridLayout_2->addWidget(m_qLabel_SubjectDescription, 2, 0, 1, 1);
102 
103  m_qComboBox_ProjectSelection = new QComboBox(m_qGroupBox_Acquisition);
104  m_qComboBox_ProjectSelection->setObjectName(QStringLiteral("m_qComboBox_ProjectSelection"));
105 
106  gridLayout_2->addWidget(m_qComboBox_ProjectSelection, 1, 1, 1, 1);
107 
108  m_qLabel_Paradigm = new QLabel(m_qGroupBox_Acquisition);
109  m_qLabel_Paradigm->setObjectName(QStringLiteral("m_qLabel_Paradigm"));
110 
111  gridLayout_2->addWidget(m_qLabel_Paradigm, 3, 0, 1, 1);
112 
113  m_qLineEditParadigm = new QLineEdit(m_qGroupBox_Acquisition);
114  m_qLineEditParadigm->setObjectName(QStringLiteral("m_qLineEditParadigm"));
115 
116  gridLayout_2->addWidget(m_qLineEditParadigm, 3, 1, 1, 1);
117 
118 
119  retranslateUi(BabyMEGProjectDialog);
120 
121  QMetaObject::connectSlotsByName(BabyMEGProjectDialog);
122  } // setupUi
123 
124  void retranslateUi(QDialog *BabyMEGProjectDialog)
125  {
126  BabyMEGProjectDialog->setWindowTitle(QApplication::translate("BabyMEGProjectDialog", "Raw File Setup", 0));
127  m_qGroupBox_Acquisition->setTitle(QApplication::translate("BabyMEGProjectDialog", "Raw File Setup", 0));
128  m_qLabel->setText(QApplication::translate("BabyMEGProjectDialog", "File:", 0));
129  m_qLabel_ProjectDescription->setText(QApplication::translate("BabyMEGProjectDialog", "Project:", 0));
130  m_qPushButtonNewProject->setText(QApplication::translate("BabyMEGProjectDialog", "+", 0));
131  m_qPushButtonNewSubject->setText(QApplication::translate("BabyMEGProjectDialog", "+", 0));
132  m_qLabel_SubjectDescription->setText(QApplication::translate("BabyMEGProjectDialog", "Subject:", 0));
133  m_qLabel_Paradigm->setText(QApplication::translate("BabyMEGProjectDialog", "Paradigm:", 0));
134  } // retranslateUi
135 
136 };
137 
138 namespace Ui {
140 } // namespace Ui
141 
142 QT_END_NAMESPACE
143 
144 #endif // UI_BABYMEGPROJECTDIALOG_H
Definition: aboutwindow.h:52