9 #ifndef BABELHOMEPAGEUXSMRS_H
10 #define BABELHOMEPAGEUXSMRS_H
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QCheckBox>
15 #include <QtWidgets/QFormLayout>
16 #include <QtWidgets/QGridLayout>
17 #include <QtWidgets/QLabel>
18 #include <QtWidgets/QLineEdit>
19 #include <QtWidgets/QListWidget>
20 #include <QtWidgets/QMainWindow>
21 #include <QtWidgets/QPushButton>
22 #include <QtWidgets/QSpinBox>
23 #include <QtWidgets/QTabWidget>
24 #include <QtWidgets/QVBoxLayout>
25 #include <QtWidgets/QWidget>
68 if (babelHome->objectName().isEmpty())
69 babelHome->setObjectName(QString::fromUtf8(
"babelHome"));
70 babelHome->resize(800, 600);
72 centralwidget->setObjectName(QString::fromUtf8(
"centralwidget"));
74 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
76 tab_handler->setObjectName(QString::fromUtf8(
"tab_handler"));
85 gridLayout_3->setObjectName(QString::fromUtf8(
"gridLayout_3"));
88 label->setObjectName(QString::fromUtf8(
"label"));
93 input_address->setObjectName(QString::fromUtf8(
"input_address"));
99 label_2->setObjectName(QString::fromUtf8(
"label_2"));
104 input_port->setObjectName(QString::fromUtf8(
"input_port"));
110 button_connect->setObjectName(QString::fromUtf8(
"button_connect"));
116 page_login->setObjectName(QString::fromUtf8(
"page_login"));
122 gridLayout_2->setObjectName(QString::fromUtf8(
"gridLayout_2"));
125 label_3->setObjectName(QString::fromUtf8(
"label_3"));
136 button_login->setObjectName(QString::fromUtf8(
"button_login"));
142 page_server->setObjectName(QString::fromUtf8(
"page_server"));
150 formLayout->setObjectName(QString::fromUtf8(
"formLayout"));
153 label_4->setObjectName(QString::fromUtf8(
"label_4"));
163 label_5->setObjectName(QString::fromUtf8(
"label_5"));
170 QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Fixed);
171 sizePolicy.setHorizontalStretch(0);
172 sizePolicy.setVerticalStretch(0);
185 label_6->setObjectName(QString::fromUtf8(
"label_6"));
198 page_call->setObjectName(QString::fromUtf8(
"page_call"));
200 label_7->setObjectName(QString::fromUtf8(
"label_7"));
201 label_7->setGeometry(QRect(340, 10, 101, 41));
206 gridLayout->setObjectName(QString::fromUtf8(
"gridLayout"));
214 label_8->setObjectName(QString::fromUtf8(
"label_8"));
219 button_hang_up->setObjectName(QString::fromUtf8(
"button_hang_up"));
234 QMetaObject::connectSlotsByName(babelHome);
238 babelHome->setWindowTitle(QCoreApplication::translate(
"babelHome",
"Babel",
nullptr));
239 label->setText(QCoreApplication::translate(
"babelHome",
"Address",
nullptr));
240 label_2->setText(QCoreApplication::translate(
"babelHome",
"Port",
nullptr));
241 button_connect->setText(QCoreApplication::translate(
"babelHome",
"connect",
nullptr));
243 QCoreApplication::translate(
"babelHome",
"Connection",
nullptr));
244 label_3->setText(QCoreApplication::translate(
"babelHome",
"Username",
nullptr));
245 button_login->setText(QCoreApplication::translate(
"babelHome",
"login",
nullptr));
247 QCoreApplication::translate(
"babelHome",
"Login",
nullptr));
248 label_4->setText(QCoreApplication::translate(
"babelHome",
"Username",
nullptr));
252 label_6->setText(QCoreApplication::translate(
"babelHome",
"Can be called",
nullptr));
253 button_call_user->setText(QCoreApplication::translate(
"babelHome",
"Call user",
nullptr));
256 QCoreApplication::translate(
"babelHome",
"Server",
nullptr));
257 label_7->setText(QCoreApplication::translate(
"babelHome",
"Ongoing call",
nullptr));
258 label_8->setText(QCoreApplication::translate(
"babelHome",
"Call members",
nullptr));
259 button_hang_up->setText(QCoreApplication::translate(
"babelHome",
"Hang Up",
nullptr));
261 QCoreApplication::translate(
"babelHome",
"Call",
nullptr));
273 #endif // BABELHOMEPAGEUXSMRS_H