MNE-CPP  beta 1.0
ui_settingswidget.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'settingswidget.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_SETTINGSWIDGET_H
10 #define UI_SETTINGSWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QComboBox>
17 #include <QtWidgets/QDialog>
18 #include <QtWidgets/QFormLayout>
19 #include <QtWidgets/QGroupBox>
20 #include <QtWidgets/QHeaderView>
21 #include <QtWidgets/QLabel>
22 #include <QtWidgets/QPushButton>
23 #include <QtWidgets/QWidget>
24 
25 QT_BEGIN_NAMESPACE
26 
28 {
29 public:
30  QPushButton *m_qPushButton_apply;
31  QGroupBox *groupBox;
32  QComboBox *m_qComboBox_port;
33  QWidget *layoutWidget;
34  QFormLayout *formLayout;
35  QLabel *label;
36  QLabel *label_2;
37  QLabel *label_3;
38  QWidget *layoutWidget1;
39  QFormLayout *formLayout_2;
40  QLabel *m_qLabel_description;
41  QLabel *m_qLabel_producer;
42  QLabel *m_qLabel_place;
43  QGroupBox *groupBox_2;
44  QWidget *layoutWidget2;
45  QFormLayout *formLayout_3;
46  QLabel *m_qLabel_baudrate;
47  QComboBox *m_qComboBox_baudrate;
48  QLabel *m_qLabel_databits;
49  QComboBox *m_qComboBox_databits;
50  QLabel *m_qLabel_parity;
51  QComboBox *m_qComboBox_parity;
52  QLabel *m_qLabel_stopbits;
53  QComboBox *m_qComboBox_stopbits;
54  QLabel *m_qLabel_flowcontrol;
55  QComboBox *m_qComboBox_flowcontrol;
56 
57  void setupUi(QDialog *SettingsWidget)
58  {
59  if (SettingsWidget->objectName().isEmpty())
60  SettingsWidget->setObjectName(QStringLiteral("SettingsWidget"));
61  SettingsWidget->resize(538, 300);
62  m_qPushButton_apply = new QPushButton(SettingsWidget);
63  m_qPushButton_apply->setObjectName(QStringLiteral("m_qPushButton_apply"));
64  m_qPushButton_apply->setGeometry(QRect(140, 200, 75, 23));
65  groupBox = new QGroupBox(SettingsWidget);
66  groupBox->setObjectName(QStringLiteral("groupBox"));
67  groupBox->setGeometry(QRect(10, 10, 271, 161));
68  m_qComboBox_port = new QComboBox(groupBox);
69  m_qComboBox_port->setObjectName(QStringLiteral("m_qComboBox_port"));
70  m_qComboBox_port->setGeometry(QRect(10, 20, 201, 22));
71  layoutWidget = new QWidget(groupBox);
72  layoutWidget->setObjectName(QStringLiteral("layoutWidget"));
73  layoutWidget->setGeometry(QRect(10, 50, 71, 53));
74  formLayout = new QFormLayout(layoutWidget);
75  formLayout->setObjectName(QStringLiteral("formLayout"));
76  formLayout->setContentsMargins(0, 0, 0, 0);
77  label = new QLabel(layoutWidget);
78  label->setObjectName(QStringLiteral("label"));
79 
80  formLayout->setWidget(0, QFormLayout::LabelRole, label);
81 
82  label_2 = new QLabel(layoutWidget);
83  label_2->setObjectName(QStringLiteral("label_2"));
84 
85  formLayout->setWidget(1, QFormLayout::LabelRole, label_2);
86 
87  label_3 = new QLabel(layoutWidget);
88  label_3->setObjectName(QStringLiteral("label_3"));
89 
90  formLayout->setWidget(2, QFormLayout::LabelRole, label_3);
91 
92  layoutWidget1 = new QWidget(groupBox);
93  layoutWidget1->setObjectName(QStringLiteral("layoutWidget1"));
94  layoutWidget1->setGeometry(QRect(60, 50, 181, 53));
95  formLayout_2 = new QFormLayout(layoutWidget1);
96  formLayout_2->setObjectName(QStringLiteral("formLayout_2"));
97  formLayout_2->setContentsMargins(0, 0, 0, 0);
98  m_qLabel_description = new QLabel(layoutWidget1);
99  m_qLabel_description->setObjectName(QStringLiteral("m_qLabel_description"));
100 
101  formLayout_2->setWidget(0, QFormLayout::LabelRole, m_qLabel_description);
102 
103  m_qLabel_producer = new QLabel(layoutWidget1);
104  m_qLabel_producer->setObjectName(QStringLiteral("m_qLabel_producer"));
105 
106  formLayout_2->setWidget(1, QFormLayout::LabelRole, m_qLabel_producer);
107 
108  m_qLabel_place = new QLabel(layoutWidget1);
109  m_qLabel_place->setObjectName(QStringLiteral("m_qLabel_place"));
110 
111  formLayout_2->setWidget(2, QFormLayout::LabelRole, m_qLabel_place);
112 
113  groupBox_2 = new QGroupBox(SettingsWidget);
114  groupBox_2->setObjectName(QStringLiteral("groupBox_2"));
115  groupBox_2->setGeometry(QRect(330, 10, 191, 171));
116  layoutWidget2 = new QWidget(groupBox_2);
117  layoutWidget2->setObjectName(QStringLiteral("layoutWidget2"));
118  layoutWidget2->setGeometry(QRect(30, 20, 141, 126));
119  formLayout_3 = new QFormLayout(layoutWidget2);
120  formLayout_3->setObjectName(QStringLiteral("formLayout_3"));
121  formLayout_3->setContentsMargins(0, 0, 0, 0);
122  m_qLabel_baudrate = new QLabel(layoutWidget2);
123  m_qLabel_baudrate->setObjectName(QStringLiteral("m_qLabel_baudrate"));
124 
125  formLayout_3->setWidget(0, QFormLayout::LabelRole, m_qLabel_baudrate);
126 
127  m_qComboBox_baudrate = new QComboBox(layoutWidget2);
128  m_qComboBox_baudrate->setObjectName(QStringLiteral("m_qComboBox_baudrate"));
129 
130  formLayout_3->setWidget(0, QFormLayout::FieldRole, m_qComboBox_baudrate);
131 
132  m_qLabel_databits = new QLabel(layoutWidget2);
133  m_qLabel_databits->setObjectName(QStringLiteral("m_qLabel_databits"));
134 
135  formLayout_3->setWidget(1, QFormLayout::LabelRole, m_qLabel_databits);
136 
137  m_qComboBox_databits = new QComboBox(layoutWidget2);
138  m_qComboBox_databits->setObjectName(QStringLiteral("m_qComboBox_databits"));
139 
140  formLayout_3->setWidget(1, QFormLayout::FieldRole, m_qComboBox_databits);
141 
142  m_qLabel_parity = new QLabel(layoutWidget2);
143  m_qLabel_parity->setObjectName(QStringLiteral("m_qLabel_parity"));
144 
145  formLayout_3->setWidget(2, QFormLayout::LabelRole, m_qLabel_parity);
146 
147  m_qComboBox_parity = new QComboBox(layoutWidget2);
148  m_qComboBox_parity->setObjectName(QStringLiteral("m_qComboBox_parity"));
149 
150  formLayout_3->setWidget(2, QFormLayout::FieldRole, m_qComboBox_parity);
151 
152  m_qLabel_stopbits = new QLabel(layoutWidget2);
153  m_qLabel_stopbits->setObjectName(QStringLiteral("m_qLabel_stopbits"));
154 
155  formLayout_3->setWidget(3, QFormLayout::LabelRole, m_qLabel_stopbits);
156 
157  m_qComboBox_stopbits = new QComboBox(layoutWidget2);
158  m_qComboBox_stopbits->setObjectName(QStringLiteral("m_qComboBox_stopbits"));
159 
160  formLayout_3->setWidget(3, QFormLayout::FieldRole, m_qComboBox_stopbits);
161 
162  m_qLabel_flowcontrol = new QLabel(layoutWidget2);
163  m_qLabel_flowcontrol->setObjectName(QStringLiteral("m_qLabel_flowcontrol"));
164 
165  formLayout_3->setWidget(4, QFormLayout::LabelRole, m_qLabel_flowcontrol);
166 
167  m_qComboBox_flowcontrol = new QComboBox(layoutWidget2);
168  m_qComboBox_flowcontrol->setObjectName(QStringLiteral("m_qComboBox_flowcontrol"));
169 
170  formLayout_3->setWidget(4, QFormLayout::FieldRole, m_qComboBox_flowcontrol);
171 
172 
173  retranslateUi(SettingsWidget);
174 
175  QMetaObject::connectSlotsByName(SettingsWidget);
176  } // setupUi
177 
178  void retranslateUi(QDialog *SettingsWidget)
179  {
180  SettingsWidget->setWindowTitle(QApplication::translate("SettingsWidget", "Form", 0));
181  m_qPushButton_apply->setText(QApplication::translate("SettingsWidget", "Apply", 0));
182  groupBox->setTitle(QApplication::translate("SettingsWidget", "choose serial port", 0));
183  label->setText(QApplication::translate("SettingsWidget", "description:", 0));
184  label_2->setText(QApplication::translate("SettingsWidget", "producer:", 0));
185  label_3->setText(QApplication::translate("SettingsWidget", "place:", 0));
186  m_qLabel_description->setText(QString());
187  m_qLabel_producer->setText(QString());
188  m_qLabel_place->setText(QString());
189  groupBox_2->setTitle(QApplication::translate("SettingsWidget", "Configurations", 0));
190  m_qLabel_baudrate->setText(QApplication::translate("SettingsWidget", "Baud Rate:", 0));
191  m_qLabel_databits->setText(QApplication::translate("SettingsWidget", "Data Bits:", 0));
192  m_qLabel_parity->setText(QApplication::translate("SettingsWidget", "Parity:", 0));
193  m_qLabel_stopbits->setText(QApplication::translate("SettingsWidget", "Stop Bits:", 0));
194  m_qLabel_flowcontrol->setText(QApplication::translate("SettingsWidget", "Flow Control:", 0));
195  } // retranslateUi
196 
197 };
198 
199 namespace Ui {
201 } // namespace Ui
202 
203 QT_END_NAMESPACE
204 
205 #endif // UI_SETTINGSWIDGET_H
Definition: aboutwindow.h:52