9 #ifndef UI_FRONTWIDGET_H 10 #define UI_FRONTWIDGET_H 12 #include <QtCore/QVariant> 13 #include <QtWidgets/QAction> 14 #include <QtWidgets/QApplication> 15 #include <QtWidgets/QButtonGroup> 16 #include <QtWidgets/QCheckBox> 17 #include <QtWidgets/QComboBox> 18 #include <QtWidgets/QDialogButtonBox> 19 #include <QtWidgets/QFormLayout> 20 #include <QtWidgets/QGraphicsView> 21 #include <QtWidgets/QGridLayout> 22 #include <QtWidgets/QHBoxLayout> 23 #include <QtWidgets/QHeaderView> 24 #include <QtWidgets/QLabel> 25 #include <QtWidgets/QLineEdit> 26 #include <QtWidgets/QListView> 27 #include <QtWidgets/QPushButton> 28 #include <QtWidgets/QSplitter> 29 #include <QtWidgets/QTabWidget> 30 #include <QtWidgets/QTableView> 31 #include <QtWidgets/QTextBrowser> 32 #include <QtWidgets/QTreeView> 33 #include <QtWidgets/QVBoxLayout> 34 #include <QtWidgets/QWidget> 146 if (frontWidget->objectName().isEmpty())
147 frontWidget->setObjectName(QStringLiteral(
"frontWidget"));
148 frontWidget->resize(855, 950);
149 verticalLayout_3 =
new QVBoxLayout(frontWidget);
150 verticalLayout_3->setObjectName(QStringLiteral(
"verticalLayout_3"));
151 verticalLayout_3->setSizeConstraint(QLayout::SetMaximumSize);
152 tabWidget =
new QTabWidget(frontWidget);
153 tabWidget->setObjectName(QStringLiteral(
"tabWidget"));
154 QSizePolicy sizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::MinimumExpanding);
155 sizePolicy.setHorizontalStretch(0);
156 sizePolicy.setVerticalStretch(0);
157 sizePolicy.setHeightForWidth(tabWidget->sizePolicy().hasHeightForWidth());
158 tabWidget->setSizePolicy(sizePolicy);
159 classifiedAdsTab =
new QWidget();
160 classifiedAdsTab->setObjectName(QStringLiteral(
"classifiedAdsTab"));
161 sizePolicy.setHeightForWidth(classifiedAdsTab->sizePolicy().hasHeightForWidth());
162 classifiedAdsTab->setSizePolicy(sizePolicy);
163 horizontalLayoutForCATab =
new QHBoxLayout(classifiedAdsTab);
164 horizontalLayoutForCATab->setObjectName(QStringLiteral(
"horizontalLayoutForCATab"));
165 verticalLayoutInsideCA =
new QVBoxLayout();
166 verticalLayoutInsideCA->setObjectName(QStringLiteral(
"verticalLayoutInsideCA"));
167 explanationLayout =
new QHBoxLayout();
168 explanationLayout->setObjectName(QStringLiteral(
"explanationLayout"));
169 explanationLayout->setContentsMargins(-1, 0, -1, 0);
170 ClassifiedAdsExplLabel =
new QLabel(classifiedAdsTab);
171 ClassifiedAdsExplLabel->setObjectName(QStringLiteral(
"ClassifiedAdsExplLabel"));
172 QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Minimum);
173 sizePolicy1.setHorizontalStretch(0);
174 sizePolicy1.setVerticalStretch(0);
175 sizePolicy1.setHeightForWidth(ClassifiedAdsExplLabel->sizePolicy().hasHeightForWidth());
176 ClassifiedAdsExplLabel->setSizePolicy(sizePolicy1);
178 font.setPointSize(14);
179 font.setItalic(
true);
180 ClassifiedAdsExplLabel->setFont(font);
182 explanationLayout->addWidget(ClassifiedAdsExplLabel);
184 searchButtonUnrelatedLabel =
new QLabel(classifiedAdsTab);
185 searchButtonUnrelatedLabel->setObjectName(QStringLiteral(
"searchButtonUnrelatedLabel"));
186 searchButtonUnrelatedLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
188 explanationLayout->addWidget(searchButtonUnrelatedLabel);
190 explanationLayout->setStretch(0, 1);
191 explanationLayout->setStretch(1, 2);
193 verticalLayoutInsideCA->addLayout(explanationLayout);
195 horizontalLayoutForCaSelection =
new QHBoxLayout();
196 horizontalLayoutForCaSelection->setObjectName(QStringLiteral(
"horizontalLayoutForCaSelection"));
197 caAboutComboBox =
new QComboBox(classifiedAdsTab);
198 caAboutComboBox->setObjectName(QStringLiteral(
"caAboutComboBox"));
200 horizontalLayoutForCaSelection->addWidget(caAboutComboBox);
202 caRegardingLabel =
new QLabel(classifiedAdsTab);
203 caRegardingLabel->setObjectName(QStringLiteral(
"caRegardingLabel"));
204 QSizePolicy sizePolicy2(QSizePolicy::Minimum, QSizePolicy::Preferred);
205 sizePolicy2.setHorizontalStretch(0);
206 sizePolicy2.setVerticalStretch(0);
207 sizePolicy2.setHeightForWidth(caRegardingLabel->sizePolicy().hasHeightForWidth());
208 caRegardingLabel->setSizePolicy(sizePolicy2);
210 horizontalLayoutForCaSelection->addWidget(caRegardingLabel);
212 caRegardingCombobox =
new QComboBox(classifiedAdsTab);
213 caRegardingCombobox->setObjectName(QStringLiteral(
"caRegardingCombobox"));
215 horizontalLayoutForCaSelection->addWidget(caRegardingCombobox);
217 caWhereLabel =
new QLabel(classifiedAdsTab);
218 caWhereLabel->setObjectName(QStringLiteral(
"caWhereLabel"));
219 sizePolicy2.setHeightForWidth(caWhereLabel->sizePolicy().hasHeightForWidth());
220 caWhereLabel->setSizePolicy(sizePolicy2);
222 horizontalLayoutForCaSelection->addWidget(caWhereLabel);
224 caWhereComboBox =
new QComboBox(classifiedAdsTab);
225 caWhereComboBox->setObjectName(QStringLiteral(
"caWhereComboBox"));
227 horizontalLayoutForCaSelection->addWidget(caWhereComboBox);
229 searchAdsButton =
new QPushButton(classifiedAdsTab);
230 searchAdsButton->setObjectName(QStringLiteral(
"searchAdsButton"));
232 horizontalLayoutForCaSelection->addWidget(searchAdsButton);
234 horizontalLayoutForCaSelection->setStretch(0, 1);
235 horizontalLayoutForCaSelection->setStretch(2, 1);
236 horizontalLayoutForCaSelection->setStretch(4, 1);
238 verticalLayoutInsideCA->addLayout(horizontalLayoutForCaSelection);
240 caHeadersView =
new QTreeView(classifiedAdsTab);
241 caHeadersView->setObjectName(QStringLiteral(
"caHeadersView"));
242 caHeadersView->header()->setDefaultSectionSize(400);
243 caHeadersView->header()->setMinimumSectionSize(400);
245 verticalLayoutInsideCA->addWidget(caHeadersView);
247 caMessageView =
new QGraphicsView(classifiedAdsTab);
248 caMessageView->setObjectName(QStringLiteral(
"caMessageView"));
250 verticalLayoutInsideCA->addWidget(caMessageView);
252 CATabBottomButtonBox =
new QDialogButtonBox(classifiedAdsTab);
253 CATabBottomButtonBox->setObjectName(QStringLiteral(
"CATabBottomButtonBox"));
254 CATabBottomButtonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
256 verticalLayoutInsideCA->addWidget(CATabBottomButtonBox);
258 verticalLayoutInsideCA->setStretch(3, 2);
259 verticalLayoutInsideCA->setStretch(4, 1);
261 horizontalLayoutForCATab->addLayout(verticalLayoutInsideCA);
263 tabWidget->addTab(classifiedAdsTab, QString());
264 myProfileTab =
new QWidget();
265 myProfileTab->setObjectName(QStringLiteral(
"myProfileTab"));
266 sizePolicy.setHeightForWidth(myProfileTab->sizePolicy().hasHeightForWidth());
267 myProfileTab->setSizePolicy(sizePolicy);
268 horizontalLayout =
new QHBoxLayout(myProfileTab);
269 horizontalLayout->setObjectName(QStringLiteral(
"horizontalLayout"));
270 gridLayoutInsideMyProfile =
new QGridLayout();
271 gridLayoutInsideMyProfile->setObjectName(QStringLiteral(
"gridLayoutInsideMyProfile"));
272 gridLayoutInsideMyProfile->setSizeConstraint(QLayout::SetDefaultConstraint);
273 profileDataFieldsLayout =
new QFormLayout();
274 profileDataFieldsLayout->setObjectName(QStringLiteral(
"profileDataFieldsLayout"));
275 profileDataFieldsLayout->setFieldGrowthPolicy(QFormLayout::ExpandingFieldsGrow);
276 profileAddressLabel =
new QLabel(myProfileTab);
277 profileAddressLabel->setObjectName(QStringLiteral(
"profileAddressLabel"));
279 profileDataFieldsLayout->setWidget(2, QFormLayout::LabelRole, profileAddressLabel);
281 profileAddressValue =
new QTextBrowser(myProfileTab);
282 profileAddressValue->setObjectName(QStringLiteral(
"profileAddressValue"));
283 profileAddressValue->setMinimumSize(QSize(0, 22));
284 profileAddressValue->setMaximumSize(QSize(16777215, 22));
286 font1.setPointSize(10);
287 profileAddressValue->setFont(font1);
288 profileAddressValue->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
290 profileDataFieldsLayout->setWidget(2, QFormLayout::FieldRole, profileAddressValue);
292 profileNickNameLabel =
new QLabel(myProfileTab);
293 profileNickNameLabel->setObjectName(QStringLiteral(
"profileNickNameLabel"));
295 profileDataFieldsLayout->setWidget(3, QFormLayout::LabelRole, profileNickNameLabel);
297 profileNickNameEdit =
new QLineEdit(myProfileTab);
298 profileNickNameEdit->setObjectName(QStringLiteral(
"profileNickNameEdit"));
299 profileNickNameEdit->setMinimumSize(QSize(290, 0));
301 profileDataFieldsLayout->setWidget(3, QFormLayout::FieldRole, profileNickNameEdit);
303 greetingTextLabel =
new QLabel(myProfileTab);
304 greetingTextLabel->setObjectName(QStringLiteral(
"greetingTextLabel"));
306 profileDataFieldsLayout->setWidget(5, QFormLayout::LabelRole, greetingTextLabel);
308 greetingTextEdit =
new QLineEdit(myProfileTab);
309 greetingTextEdit->setObjectName(QStringLiteral(
"greetingTextEdit"));
311 profileDataFieldsLayout->setWidget(5, QFormLayout::FieldRole, greetingTextEdit);
313 profileNickNameLabel_3 =
new QLabel(myProfileTab);
314 profileNickNameLabel_3->setObjectName(QStringLiteral(
"profileNickNameLabel_3"));
316 profileDataFieldsLayout->setWidget(7, QFormLayout::LabelRole, profileNickNameLabel_3);
318 firstNameEdit =
new QLineEdit(myProfileTab);
319 firstNameEdit->setObjectName(QStringLiteral(
"firstNameEdit"));
321 profileDataFieldsLayout->setWidget(7, QFormLayout::FieldRole, firstNameEdit);
323 profileNickNameLabel_4 =
new QLabel(myProfileTab);
324 profileNickNameLabel_4->setObjectName(QStringLiteral(
"profileNickNameLabel_4"));
326 profileDataFieldsLayout->setWidget(9, QFormLayout::LabelRole, profileNickNameLabel_4);
328 familyNameEdit =
new QLineEdit(myProfileTab);
329 familyNameEdit->setObjectName(QStringLiteral(
"familyNameEdit"));
331 profileDataFieldsLayout->setWidget(9, QFormLayout::FieldRole, familyNameEdit);
333 profileNickNameLabel_5 =
new QLabel(myProfileTab);
334 profileNickNameLabel_5->setObjectName(QStringLiteral(
"profileNickNameLabel_5"));
336 profileDataFieldsLayout->setWidget(11, QFormLayout::LabelRole, profileNickNameLabel_5);
338 cityCountryEdit =
new QLineEdit(myProfileTab);
339 cityCountryEdit->setObjectName(QStringLiteral(
"cityCountryEdit"));
341 profileDataFieldsLayout->setWidget(11, QFormLayout::FieldRole, cityCountryEdit);
343 btcAddressLabel =
new QLabel(myProfileTab);
344 btcAddressLabel->setObjectName(QStringLiteral(
"btcAddressLabel"));
346 profileDataFieldsLayout->setWidget(13, QFormLayout::LabelRole, btcAddressLabel);
348 btcAddressEdit =
new QLineEdit(myProfileTab);
349 btcAddressEdit->setObjectName(QStringLiteral(
"btcAddressEdit"));
351 profileDataFieldsLayout->setWidget(13, QFormLayout::FieldRole, btcAddressEdit);
353 stateOfTheWorldLabel =
new QLabel(myProfileTab);
354 stateOfTheWorldLabel->setObjectName(QStringLiteral(
"stateOfTheWorldLabel"));
356 profileDataFieldsLayout->setWidget(15, QFormLayout::LabelRole, stateOfTheWorldLabel);
358 stateOfTheWorldEdit =
new QLineEdit(myProfileTab);
359 stateOfTheWorldEdit->setObjectName(QStringLiteral(
"stateOfTheWorldEdit"));
361 profileDataFieldsLayout->setWidget(15, QFormLayout::FieldRole, stateOfTheWorldEdit);
363 isPrivateCheckbox =
new QCheckBox(myProfileTab);
364 isPrivateCheckbox->setObjectName(QStringLiteral(
"isPrivateCheckbox"));
366 profileDataFieldsLayout->setWidget(17, QFormLayout::LabelRole, isPrivateCheckbox);
368 profileReadersButton =
new QPushButton(myProfileTab);
369 profileReadersButton->setObjectName(QStringLiteral(
"profileReadersButton"));
371 profileDataFieldsLayout->setWidget(17, QFormLayout::FieldRole, profileReadersButton);
373 profileAddressLabel_2 =
new QLabel(myProfileTab);
374 profileAddressLabel_2->setObjectName(QStringLiteral(
"profileAddressLabel_2"));
376 profileDataFieldsLayout->setWidget(19, QFormLayout::SpanningRole, profileAddressLabel_2);
378 timeOfLastUpdateLabel =
new QLabel(myProfileTab);
379 timeOfLastUpdateLabel->setObjectName(QStringLiteral(
"timeOfLastUpdateLabel"));
381 profileDataFieldsLayout->setWidget(21, QFormLayout::LabelRole, timeOfLastUpdateLabel);
383 timeOfLastUpdateValue =
new QLabel(myProfileTab);
384 timeOfLastUpdateValue->setObjectName(QStringLiteral(
"timeOfLastUpdateValue"));
386 profileDataFieldsLayout->setWidget(21, QFormLayout::FieldRole, timeOfLastUpdateValue);
388 publisChangesButton =
new QPushButton(myProfileTab);
389 publisChangesButton->setObjectName(QStringLiteral(
"publisChangesButton"));
390 sizePolicy1.setHeightForWidth(publisChangesButton->sizePolicy().hasHeightForWidth());
391 publisChangesButton->setSizePolicy(sizePolicy1);
393 profileDataFieldsLayout->setWidget(25, QFormLayout::LabelRole, publisChangesButton);
395 revertChangesButton =
new QPushButton(myProfileTab);
396 revertChangesButton->setObjectName(QStringLiteral(
"revertChangesButton"));
397 QSizePolicy sizePolicy3(QSizePolicy::Preferred, QSizePolicy::MinimumExpanding);
398 sizePolicy3.setHorizontalStretch(0);
399 sizePolicy3.setVerticalStretch(0);
400 sizePolicy3.setHeightForWidth(revertChangesButton->sizePolicy().hasHeightForWidth());
401 revertChangesButton->setSizePolicy(sizePolicy3);
403 profileDataFieldsLayout->setWidget(25, QFormLayout::FieldRole, revertChangesButton);
405 label =
new QLabel(myProfileTab);
406 label->setObjectName(QStringLiteral(
"label"));
408 font2.setPointSize(13);
411 label->setFont(font2);
413 profileDataFieldsLayout->setWidget(1, QFormLayout::FieldRole, label);
416 gridLayoutInsideMyProfile->addLayout(profileDataFieldsLayout, 0, 0, 1, 1);
418 rightSideLayout =
new QVBoxLayout();
419 rightSideLayout->setObjectName(QStringLiteral(
"rightSideLayout"));
420 rightSideLayout->setSizeConstraint(QLayout::SetMaximumSize);
421 imageButton =
new QPushButton(myProfileTab);
422 imageButton->setObjectName(QStringLiteral(
"imageButton"));
423 sizePolicy2.setHeightForWidth(imageButton->sizePolicy().hasHeightForWidth());
424 imageButton->setSizePolicy(sizePolicy2);
425 imageButton->setMinimumSize(QSize(354, 451));
426 imageButton->setMaximumSize(QSize(354, 451));
427 imageButton->setIconSize(QSize(354, 451));
429 rightSideLayout->addWidget(imageButton, 0, Qt::AlignTop);
431 sharedFilesLabel =
new QLabel(myProfileTab);
432 sharedFilesLabel->setObjectName(QStringLiteral(
"sharedFilesLabel"));
433 sizePolicy1.setHeightForWidth(sharedFilesLabel->sizePolicy().hasHeightForWidth());
434 sharedFilesLabel->setSizePolicy(sizePolicy1);
436 rightSideLayout->addWidget(sharedFilesLabel);
438 sharedFilesView =
new QListView(myProfileTab);
439 sharedFilesView->setObjectName(QStringLiteral(
"sharedFilesView"));
440 QSizePolicy sizePolicy4(QSizePolicy::Expanding, QSizePolicy::Expanding);
441 sizePolicy4.setHorizontalStretch(0);
442 sizePolicy4.setVerticalStretch(0);
443 sizePolicy4.setHeightForWidth(sharedFilesView->sizePolicy().hasHeightForWidth());
444 sharedFilesView->setSizePolicy(sizePolicy4);
445 sharedFilesView->setMinimumSize(QSize(25, 25));
446 sharedFilesView->setMaximumSize(QSize(16777215, 16777215));
448 rightSideLayout->addWidget(sharedFilesView);
451 gridLayoutInsideMyProfile->addLayout(rightSideLayout, 0, 1, 2, 1);
453 latestCommentsLayout =
new QVBoxLayout();
454 latestCommentsLayout->setObjectName(QStringLiteral(
"latestCommentsLayout"));
455 latestCommentsLayout->setSizeConstraint(QLayout::SetMaximumSize);
456 commentsLabel =
new QLabel(myProfileTab);
457 commentsLabel->setObjectName(QStringLiteral(
"commentsLabel"));
459 latestCommentsLayout->addWidget(commentsLabel);
461 profileCommentsView =
new QTableView(myProfileTab);
462 profileCommentsView->setObjectName(QStringLiteral(
"profileCommentsView"));
463 QSizePolicy sizePolicy5(QSizePolicy::Expanding, QSizePolicy::MinimumExpanding);
464 sizePolicy5.setHorizontalStretch(0);
465 sizePolicy5.setVerticalStretch(0);
466 sizePolicy5.setHeightForWidth(profileCommentsView->sizePolicy().hasHeightForWidth());
467 profileCommentsView->setSizePolicy(sizePolicy5);
468 profileCommentsView->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
469 profileCommentsView->setSelectionMode(QAbstractItemView::SingleSelection);
470 profileCommentsView->setSelectionBehavior(QAbstractItemView::SelectRows);
471 profileCommentsView->horizontalHeader()->setStretchLastSection(
true);
472 profileCommentsView->verticalHeader()->setStretchLastSection(
true);
474 latestCommentsLayout->addWidget(profileCommentsView);
476 latestCommentsLayout->setStretch(1, 1);
478 gridLayoutInsideMyProfile->addLayout(latestCommentsLayout, 1, 0, 1, 1);
480 gridLayoutInsideMyProfile->setColumnStretch(0, 1);
482 horizontalLayout->addLayout(gridLayoutInsideMyProfile);
484 tabWidget->addTab(myProfileTab, QString());
485 contactsTab =
new QWidget();
486 contactsTab->setObjectName(QStringLiteral(
"contactsTab"));
487 sizePolicy.setHeightForWidth(contactsTab->sizePolicy().hasHeightForWidth());
488 contactsTab->setSizePolicy(sizePolicy);
489 horizontalLayoutForContactsTab =
new QHBoxLayout(contactsTab);
490 horizontalLayoutForContactsTab->setObjectName(QStringLiteral(
"horizontalLayoutForContactsTab"));
491 verticalInsideContacts =
new QVBoxLayout();
492 verticalInsideContacts->setObjectName(QStringLiteral(
"verticalInsideContacts"));
493 contactsView =
new QTableView(contactsTab);
494 contactsView->setObjectName(QStringLiteral(
"contactsView"));
495 contactsView->setSelectionMode(QAbstractItemView::SingleSelection);
496 contactsView->setSelectionBehavior(QAbstractItemView::SelectRows);
497 contactsView->horizontalHeader()->setStretchLastSection(
true);
498 contactsView->verticalHeader()->setVisible(
false);
500 verticalInsideContacts->addWidget(contactsView);
502 bottomLayoutForButtons =
new QHBoxLayout();
503 bottomLayoutForButtons->setObjectName(QStringLiteral(
"bottomLayoutForButtons"));
504 bottomLayoutForButtons->setContentsMargins(-1, -1, 10, 10);
505 addContactBtn =
new QPushButton(contactsTab);
506 addContactBtn->setObjectName(QStringLiteral(
"addContactBtn"));
508 bottomLayoutForButtons->addWidget(addContactBtn);
510 removeContactBtn =
new QPushButton(contactsTab);
511 removeContactBtn->setObjectName(QStringLiteral(
"removeContactBtn"));
513 bottomLayoutForButtons->addWidget(removeContactBtn);
515 viewProfileBtn =
new QPushButton(contactsTab);
516 viewProfileBtn->setObjectName(QStringLiteral(
"viewProfileBtn"));
518 bottomLayoutForButtons->addWidget(viewProfileBtn);
520 sendMessageBtn =
new QPushButton(contactsTab);
521 sendMessageBtn->setObjectName(QStringLiteral(
"sendMessageBtn"));
523 bottomLayoutForButtons->addWidget(sendMessageBtn);
526 verticalInsideContacts->addLayout(bottomLayoutForButtons);
529 horizontalLayoutForContactsTab->addLayout(verticalInsideContacts);
531 tabWidget->addTab(contactsTab, QString());
532 privateMessagesTab =
new QWidget();
533 privateMessagesTab->setObjectName(QStringLiteral(
"privateMessagesTab"));
534 horizontalLayoutForPrivMsgTab =
new QHBoxLayout(privateMessagesTab);
535 horizontalLayoutForPrivMsgTab->setObjectName(QStringLiteral(
"horizontalLayoutForPrivMsgTab"));
536 privateMessagesLayout =
new QVBoxLayout();
537 privateMessagesLayout->setObjectName(QStringLiteral(
"privateMessagesLayout"));
538 privateMessageListView =
new QTableView(privateMessagesTab);
539 privateMessageListView->setObjectName(QStringLiteral(
"privateMessageListView"));
540 privateMessageListView->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
541 privateMessageListView->setSelectionMode(QAbstractItemView::SingleSelection);
542 privateMessageListView->setSelectionBehavior(QAbstractItemView::SelectRows);
543 privateMessageListView->setCornerButtonEnabled(
false);
544 privateMessageListView->horizontalHeader()->setStretchLastSection(
true);
545 privateMessageListView->verticalHeader()->setVisible(
false);
546 privateMessageListView->verticalHeader()->setHighlightSections(
false);
547 privateMessageListView->verticalHeader()->setStretchLastSection(
false);
549 privateMessagesLayout->addWidget(privateMessageListView);
551 privateMessageView =
new QGraphicsView(privateMessagesTab);
552 privateMessageView->setObjectName(QStringLiteral(
"privateMessageView"));
554 privateMessagesLayout->addWidget(privateMessageView);
556 privateMsgsButtons =
new QDialogButtonBox(privateMessagesTab);
557 privateMsgsButtons->setObjectName(QStringLiteral(
"privateMsgsButtons"));
558 privateMsgsButtons->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
560 privateMessagesLayout->addWidget(privateMsgsButtons);
562 privateMessagesLayout->setStretch(0, 1);
563 privateMessagesLayout->setStretch(1, 2);
565 horizontalLayoutForPrivMsgTab->addLayout(privateMessagesLayout);
567 tabWidget->addTab(privateMessagesTab, QString());
568 profileViewTab =
new QWidget();
569 profileViewTab->setObjectName(QStringLiteral(
"profileViewTab"));
570 sizePolicy.setHeightForWidth(profileViewTab->sizePolicy().hasHeightForWidth());
571 profileViewTab->setSizePolicy(sizePolicy);
572 profileDetailsHorizontalLayout =
new QHBoxLayout(profileViewTab);
573 profileDetailsHorizontalLayout->setObjectName(QStringLiteral(
"profileDetailsHorizontalLayout"));
574 gridLayout =
new QGridLayout();
575 gridLayout->setObjectName(QStringLiteral(
"gridLayout"));
576 gridLayout->setSizeConstraint(QLayout::SetDefaultConstraint);
577 formLayout =
new QFormLayout();
578 formLayout->setObjectName(QStringLiteral(
"formLayout"));
579 formLayout->setSizeConstraint(QLayout::SetMaximumSize);
580 formLayout->setFieldGrowthPolicy(QFormLayout::ExpandingFieldsGrow);
581 profileDetailsNickNameLabel =
new QLabel(profileViewTab);
582 profileDetailsNickNameLabel->setObjectName(QStringLiteral(
"profileDetailsNickNameLabel"));
584 formLayout->setWidget(0, QFormLayout::LabelRole, profileDetailsNickNameLabel);
586 profileDetailsNickNameValue =
new QLabel(profileViewTab);
587 profileDetailsNickNameValue->setObjectName(QStringLiteral(
"profileDetailsNickNameValue"));
588 sizePolicy3.setHeightForWidth(profileDetailsNickNameValue->sizePolicy().hasHeightForWidth());
589 profileDetailsNickNameValue->setSizePolicy(sizePolicy3);
590 profileDetailsNickNameValue->setMinimumSize(QSize(160, 0));
592 formLayout->setWidget(0, QFormLayout::FieldRole, profileDetailsNickNameValue);
594 profileDetailsGreetingLabel =
new QLabel(profileViewTab);
595 profileDetailsGreetingLabel->setObjectName(QStringLiteral(
"profileDetailsGreetingLabel"));
597 formLayout->setWidget(1, QFormLayout::LabelRole, profileDetailsGreetingLabel);
599 profileDetailsGreetingValue =
new QLabel(profileViewTab);
600 profileDetailsGreetingValue->setObjectName(QStringLiteral(
"profileDetailsGreetingValue"));
601 sizePolicy3.setHeightForWidth(profileDetailsGreetingValue->sizePolicy().hasHeightForWidth());
602 profileDetailsGreetingValue->setSizePolicy(sizePolicy3);
603 profileDetailsGreetingValue->setMinimumSize(QSize(160, 0));
605 formLayout->setWidget(1, QFormLayout::FieldRole, profileDetailsGreetingValue);
607 profileDetailsFirstNameLabel =
new QLabel(profileViewTab);
608 profileDetailsFirstNameLabel->setObjectName(QStringLiteral(
"profileDetailsFirstNameLabel"));
610 formLayout->setWidget(2, QFormLayout::LabelRole, profileDetailsFirstNameLabel);
612 profileDetailsFirstNameValue =
new QLabel(profileViewTab);
613 profileDetailsFirstNameValue->setObjectName(QStringLiteral(
"profileDetailsFirstNameValue"));
614 profileDetailsFirstNameValue->setMinimumSize(QSize(150, 0));
616 formLayout->setWidget(2, QFormLayout::FieldRole, profileDetailsFirstNameValue);
618 profileDetailsFamilyNameLabel =
new QLabel(profileViewTab);
619 profileDetailsFamilyNameLabel->setObjectName(QStringLiteral(
"profileDetailsFamilyNameLabel"));
621 formLayout->setWidget(3, QFormLayout::LabelRole, profileDetailsFamilyNameLabel);
623 profileDetailsFamilyNameValue =
new QLabel(profileViewTab);
624 profileDetailsFamilyNameValue->setObjectName(QStringLiteral(
"profileDetailsFamilyNameValue"));
625 sizePolicy3.setHeightForWidth(profileDetailsFamilyNameValue->sizePolicy().hasHeightForWidth());
626 profileDetailsFamilyNameValue->setSizePolicy(sizePolicy3);
627 profileDetailsFamilyNameValue->setMinimumSize(QSize(150, 0));
629 formLayout->setWidget(3, QFormLayout::FieldRole, profileDetailsFamilyNameValue);
631 profileDetailsCityCountryLabel =
new QLabel(profileViewTab);
632 profileDetailsCityCountryLabel->setObjectName(QStringLiteral(
"profileDetailsCityCountryLabel"));
634 formLayout->setWidget(4, QFormLayout::LabelRole, profileDetailsCityCountryLabel);
636 profileDetailsCityCountryValue =
new QLabel(profileViewTab);
637 profileDetailsCityCountryValue->setObjectName(QStringLiteral(
"profileDetailsCityCountryValue"));
638 sizePolicy3.setHeightForWidth(profileDetailsCityCountryValue->sizePolicy().hasHeightForWidth());
639 profileDetailsCityCountryValue->setSizePolicy(sizePolicy3);
640 profileDetailsCityCountryValue->setMinimumSize(QSize(160, 0));
642 formLayout->setWidget(4, QFormLayout::FieldRole, profileDetailsCityCountryValue);
644 profileDetailsBTCAddrLabel =
new QLabel(profileViewTab);
645 profileDetailsBTCAddrLabel->setObjectName(QStringLiteral(
"profileDetailsBTCAddrLabel"));
647 formLayout->setWidget(5, QFormLayout::LabelRole, profileDetailsBTCAddrLabel);
649 profileDetailsBTCValue =
new QTextBrowser(profileViewTab);
650 profileDetailsBTCValue->setObjectName(QStringLiteral(
"profileDetailsBTCValue"));
651 QSizePolicy sizePolicy6(QSizePolicy::Expanding, QSizePolicy::Fixed);
652 sizePolicy6.setHorizontalStretch(0);
653 sizePolicy6.setVerticalStretch(0);
654 sizePolicy6.setHeightForWidth(profileDetailsBTCValue->sizePolicy().hasHeightForWidth());
655 profileDetailsBTCValue->setSizePolicy(sizePolicy6);
656 profileDetailsBTCValue->setMinimumSize(QSize(0, 26));
657 profileDetailsBTCValue->setMaximumSize(QSize(16777215, 26));
658 profileDetailsBTCValue->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
660 formLayout->setWidget(5, QFormLayout::FieldRole, profileDetailsBTCValue);
662 profileDetailsStateOfWorldLabel =
new QLabel(profileViewTab);
663 profileDetailsStateOfWorldLabel->setObjectName(QStringLiteral(
"profileDetailsStateOfWorldLabel"));
665 formLayout->setWidget(6, QFormLayout::SpanningRole, profileDetailsStateOfWorldLabel);
667 profileDetailsStateOfTheWorldValue =
new QTextBrowser(profileViewTab);
668 profileDetailsStateOfTheWorldValue->setObjectName(QStringLiteral(
"profileDetailsStateOfTheWorldValue"));
669 sizePolicy.setHeightForWidth(profileDetailsStateOfTheWorldValue->sizePolicy().hasHeightForWidth());
670 profileDetailsStateOfTheWorldValue->setSizePolicy(sizePolicy);
672 formLayout->setWidget(8, QFormLayout::SpanningRole, profileDetailsStateOfTheWorldValue);
675 gridLayout->addLayout(formLayout, 0, 0, 1, 1);
677 verticalLayout =
new QVBoxLayout();
678 verticalLayout->setObjectName(QStringLiteral(
"verticalLayout"));
679 verticalLayout->setSizeConstraint(QLayout::SetMinimumSize);
680 profileDetailsImage =
new QLabel(profileViewTab);
681 profileDetailsImage->setObjectName(QStringLiteral(
"profileDetailsImage"));
682 profileDetailsImage->setMinimumSize(QSize(354, 451));
683 profileDetailsImage->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
685 verticalLayout->addWidget(profileDetailsImage);
687 profileDetailsShareFilesLabel =
new QLabel(profileViewTab);
688 profileDetailsShareFilesLabel->setObjectName(QStringLiteral(
"profileDetailsShareFilesLabel"));
689 profileDetailsShareFilesLabel->setMaximumSize(QSize(16777215, 26));
691 verticalLayout->addWidget(profileDetailsShareFilesLabel);
693 profileDetailsSharedFilesView =
new QListView(profileViewTab);
694 profileDetailsSharedFilesView->setObjectName(QStringLiteral(
"profileDetailsSharedFilesView"));
695 sizePolicy5.setHeightForWidth(profileDetailsSharedFilesView->sizePolicy().hasHeightForWidth());
696 profileDetailsSharedFilesView->setSizePolicy(sizePolicy5);
698 verticalLayout->addWidget(profileDetailsSharedFilesView);
700 verticalLayout->setStretch(2, 1);
702 gridLayout->addLayout(verticalLayout, 0, 1, 3, 1);
704 splitter =
new QSplitter(profileViewTab);
705 splitter->setObjectName(QStringLiteral(
"splitter"));
706 QSizePolicy sizePolicy7(QSizePolicy::Expanding, QSizePolicy::Minimum);
707 sizePolicy7.setHorizontalStretch(0);
708 sizePolicy7.setVerticalStretch(0);
709 sizePolicy7.setHeightForWidth(splitter->sizePolicy().hasHeightForWidth());
710 splitter->setSizePolicy(sizePolicy7);
711 splitter->setOrientation(Qt::Horizontal);
712 profileDetailsSendMsgButton =
new QPushButton(splitter);
713 profileDetailsSendMsgButton->setObjectName(QStringLiteral(
"profileDetailsSendMsgButton"));
714 splitter->addWidget(profileDetailsSendMsgButton);
715 profileDetailsVoiceCallButton =
new QPushButton(splitter);
716 profileDetailsVoiceCallButton->setObjectName(QStringLiteral(
"profileDetailsVoiceCallButton"));
717 splitter->addWidget(profileDetailsVoiceCallButton);
718 profileDetailsReadersButton =
new QPushButton(splitter);
719 profileDetailsReadersButton->setObjectName(QStringLiteral(
"profileDetailsReadersButton"));
720 splitter->addWidget(profileDetailsReadersButton);
722 gridLayout->addWidget(splitter, 1, 0, 1, 1);
724 verticalLayout_2 =
new QVBoxLayout();
725 verticalLayout_2->setObjectName(QStringLiteral(
"verticalLayout_2"));
726 verticalLayout_2->setSizeConstraint(QLayout::SetMaximumSize);
727 profileDetailsCommentsLabel =
new QLabel(profileViewTab);
728 profileDetailsCommentsLabel->setObjectName(QStringLiteral(
"profileDetailsCommentsLabel"));
730 verticalLayout_2->addWidget(profileDetailsCommentsLabel);
732 profileDetailsCommentsView =
new QTableView(profileViewTab);
733 profileDetailsCommentsView->setObjectName(QStringLiteral(
"profileDetailsCommentsView"));
734 profileDetailsCommentsView->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
735 profileDetailsCommentsView->setSelectionMode(QAbstractItemView::SingleSelection);
736 profileDetailsCommentsView->setSelectionBehavior(QAbstractItemView::SelectRows);
737 profileDetailsCommentsView->horizontalHeader()->setDefaultSectionSize(130);
738 profileDetailsCommentsView->horizontalHeader()->setStretchLastSection(
true);
739 profileDetailsCommentsView->verticalHeader()->setStretchLastSection(
true);
741 verticalLayout_2->addWidget(profileDetailsCommentsView);
743 verticalLayout_2->setStretch(1, 1);
745 gridLayout->addLayout(verticalLayout_2, 2, 0, 1, 1);
747 splitter_2 =
new QSplitter(profileViewTab);
748 splitter_2->setObjectName(QStringLiteral(
"splitter_2"));
749 splitter_2->setOrientation(Qt::Horizontal);
750 profileDetailsCommentButton =
new QPushButton(splitter_2);
751 profileDetailsCommentButton->setObjectName(QStringLiteral(
"profileDetailsCommentButton"));
752 splitter_2->addWidget(profileDetailsCommentButton);
753 profDetailsAddrLabel =
new QLabel(splitter_2);
754 profDetailsAddrLabel->setObjectName(QStringLiteral(
"profDetailsAddrLabel"));
755 splitter_2->addWidget(profDetailsAddrLabel);
756 profileDetailsAddrValue =
new QTextBrowser(splitter_2);
757 profileDetailsAddrValue->setObjectName(QStringLiteral(
"profileDetailsAddrValue"));
758 profileDetailsAddrValue->setMinimumSize(QSize(400, 0));
759 profileDetailsAddrValue->setMaximumSize(QSize(16777215, 26));
760 profileDetailsAddrValue->setFont(font1);
761 profileDetailsAddrValue->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
762 splitter_2->addWidget(profileDetailsAddrValue);
763 addToContactsBtn =
new QPushButton(splitter_2);
764 addToContactsBtn->setObjectName(QStringLiteral(
"addToContactsBtn"));
765 splitter_2->addWidget(addToContactsBtn);
767 gridLayout->addWidget(splitter_2, 3, 0, 1, 2);
769 gridLayout->setRowStretch(2, 2);
770 gridLayout->setColumnStretch(0, 1);
772 profileDetailsHorizontalLayout->addLayout(gridLayout);
774 tabWidget->addTab(profileViewTab, QString());
776 verticalLayout_3->addWidget(tabWidget);
778 QWidget::setTabOrder(profileNickNameEdit, greetingTextEdit);
779 QWidget::setTabOrder(greetingTextEdit, firstNameEdit);
780 QWidget::setTabOrder(firstNameEdit, familyNameEdit);
781 QWidget::setTabOrder(familyNameEdit, cityCountryEdit);
782 QWidget::setTabOrder(cityCountryEdit, btcAddressEdit);
783 QWidget::setTabOrder(btcAddressEdit, stateOfTheWorldEdit);
784 QWidget::setTabOrder(stateOfTheWorldEdit, isPrivateCheckbox);
785 QWidget::setTabOrder(isPrivateCheckbox, profileReadersButton);
786 QWidget::setTabOrder(profileReadersButton, imageButton);
787 QWidget::setTabOrder(imageButton, publisChangesButton);
788 QWidget::setTabOrder(publisChangesButton, revertChangesButton);
789 QWidget::setTabOrder(revertChangesButton, profileCommentsView);
790 QWidget::setTabOrder(profileCommentsView, addContactBtn);
791 QWidget::setTabOrder(addContactBtn, removeContactBtn);
792 QWidget::setTabOrder(removeContactBtn, viewProfileBtn);
793 QWidget::setTabOrder(viewProfileBtn, sendMessageBtn);
794 QWidget::setTabOrder(sendMessageBtn, privateMessageListView);
795 QWidget::setTabOrder(privateMessageListView, privateMessageView);
796 QWidget::setTabOrder(privateMessageView, privateMsgsButtons);
797 QWidget::setTabOrder(privateMsgsButtons, caAboutComboBox);
798 QWidget::setTabOrder(caAboutComboBox, caRegardingCombobox);
799 QWidget::setTabOrder(caRegardingCombobox, caWhereComboBox);
800 QWidget::setTabOrder(caWhereComboBox, searchAdsButton);
801 QWidget::setTabOrder(searchAdsButton, caMessageView);
802 QWidget::setTabOrder(caMessageView, CATabBottomButtonBox);
803 QWidget::setTabOrder(CATabBottomButtonBox, profileDetailsBTCValue);
804 QWidget::setTabOrder(profileDetailsBTCValue, profileDetailsStateOfTheWorldValue);
805 QWidget::setTabOrder(profileDetailsStateOfTheWorldValue, profileDetailsSendMsgButton);
806 QWidget::setTabOrder(profileDetailsSendMsgButton, profileDetailsReadersButton);
807 QWidget::setTabOrder(profileDetailsReadersButton, profileDetailsCommentsView);
808 QWidget::setTabOrder(profileDetailsCommentsView, profileDetailsSharedFilesView);
809 QWidget::setTabOrder(profileDetailsSharedFilesView, profileDetailsCommentButton);
810 QWidget::setTabOrder(profileDetailsCommentButton, profileDetailsAddrValue);
811 QWidget::setTabOrder(profileDetailsAddrValue, contactsView);
812 QWidget::setTabOrder(contactsView, tabWidget);
813 QWidget::setTabOrder(tabWidget, caHeadersView);
817 tabWidget->setCurrentIndex(4);
820 QMetaObject::connectSlotsByName(frontWidget);
825 frontWidget->setWindowTitle(QApplication::translate(
"frontWidget",
"Form", Q_NULLPTR));
826 ClassifiedAdsExplLabel->setText(QApplication::translate(
"frontWidget",
"Search for classified ads about", Q_NULLPTR));
827 searchButtonUnrelatedLabel->setText(QApplication::translate(
"frontWidget",
"Perform", Q_NULLPTR));
828 caRegardingLabel->setText(QApplication::translate(
"frontWidget",
"of", Q_NULLPTR));
829 caWhereLabel->setText(QApplication::translate(
"frontWidget",
"in", Q_NULLPTR));
830 searchAdsButton->setText(QApplication::translate(
"frontWidget",
"Search", Q_NULLPTR));
831 tabWidget->setTabText(tabWidget->indexOf(classifiedAdsTab), QApplication::translate(
"frontWidget",
"Classified ads", Q_NULLPTR));
832 profileAddressLabel->setText(QApplication::translate(
"frontWidget",
"Profile address", Q_NULLPTR));
833 profileNickNameLabel->setText(QApplication::translate(
"frontWidget",
"Nickname", Q_NULLPTR));
834 greetingTextLabel->setText(QApplication::translate(
"frontWidget",
"Greeting text", Q_NULLPTR));
835 #ifndef QT_NO_TOOLTIP 836 greetingTextEdit->setToolTip(QApplication::translate(
"frontWidget",
"For the rest of the world. ", Q_NULLPTR));
837 #endif // QT_NO_TOOLTIP 838 profileNickNameLabel_3->setText(QApplication::translate(
"frontWidget",
"First name", Q_NULLPTR));
839 firstNameEdit->setText(QString());
840 profileNickNameLabel_4->setText(QApplication::translate(
"frontWidget",
"Family name", Q_NULLPTR));
841 profileNickNameLabel_5->setText(QApplication::translate(
"frontWidget",
"City/country", Q_NULLPTR));
842 btcAddressLabel->setText(QApplication::translate(
"frontWidget",
"BTC address", Q_NULLPTR));
843 #ifndef QT_NO_TOOLTIP 844 btcAddressEdit->setToolTip(QApplication::translate(
"frontWidget",
"If you wish to receive payments via BTC, include your BTC address too.", Q_NULLPTR));
845 #endif // QT_NO_TOOLTIP 846 stateOfTheWorldLabel->setText(QApplication::translate(
"frontWidget",
"State of the world", Q_NULLPTR));
847 #ifndef QT_NO_TOOLTIP 848 stateOfTheWorldEdit->setToolTip(QApplication::translate(
"frontWidget",
"Longer explanation about state of the world", Q_NULLPTR));
849 #endif // QT_NO_TOOLTIP 850 isPrivateCheckbox->setText(QApplication::translate(
"frontWidget",
"Profile is private", Q_NULLPTR));
851 profileReadersButton->setText(QApplication::translate(
"frontWidget",
"Readers of profile", Q_NULLPTR));
852 profileAddressLabel_2->setText(QApplication::translate(
"frontWidget",
"None of the fields is mandatory", Q_NULLPTR));
853 timeOfLastUpdateLabel->setText(QApplication::translate(
"frontWidget",
"Time of last update", Q_NULLPTR));
854 timeOfLastUpdateValue->setText(QString());
855 publisChangesButton->setText(QApplication::translate(
"frontWidget",
"Publish", Q_NULLPTR));
856 revertChangesButton->setText(QApplication::translate(
"frontWidget",
"Revert changes", Q_NULLPTR));
857 label->setText(QApplication::translate(
"frontWidget",
"Details of operator profile:", Q_NULLPTR));
858 imageButton->setText(QApplication::translate(
"frontWidget",
"\n" 863 "Image", Q_NULLPTR));
864 sharedFilesLabel->setText(QApplication::translate(
"frontWidget",
"Shared files", Q_NULLPTR));
865 commentsLabel->setText(QApplication::translate(
"frontWidget",
"Latest comments", Q_NULLPTR));
866 tabWidget->setTabText(tabWidget->indexOf(myProfileTab), QApplication::translate(
"frontWidget",
"My profile", Q_NULLPTR));
867 addContactBtn->setText(QApplication::translate(
"frontWidget",
"Add contact", Q_NULLPTR));
868 removeContactBtn->setText(QApplication::translate(
"frontWidget",
"Remove contact", Q_NULLPTR));
869 viewProfileBtn->setText(QApplication::translate(
"frontWidget",
"View profile", Q_NULLPTR));
870 sendMessageBtn->setText(QApplication::translate(
"frontWidget",
"Send message", Q_NULLPTR));
871 tabWidget->setTabText(tabWidget->indexOf(contactsTab), QApplication::translate(
"frontWidget",
"Contacts", Q_NULLPTR));
872 tabWidget->setTabText(tabWidget->indexOf(privateMessagesTab), QApplication::translate(
"frontWidget",
"Private messages", Q_NULLPTR));
873 profileDetailsNickNameLabel->setText(QApplication::translate(
"frontWidget",
"Nickname", Q_NULLPTR));
874 profileDetailsNickNameValue->setText(QString());
875 profileDetailsGreetingLabel->setText(QApplication::translate(
"frontWidget",
"Greeting text", Q_NULLPTR));
876 profileDetailsGreetingValue->setText(QString());
877 profileDetailsFirstNameLabel->setText(QApplication::translate(
"frontWidget",
"First name", Q_NULLPTR));
878 profileDetailsFirstNameValue->setText(QString());
879 profileDetailsFamilyNameLabel->setText(QApplication::translate(
"frontWidget",
"Family name", Q_NULLPTR));
880 profileDetailsFamilyNameValue->setText(QString());
881 profileDetailsCityCountryLabel->setText(QApplication::translate(
"frontWidget",
"City/Country", Q_NULLPTR));
882 profileDetailsCityCountryValue->setText(QString());
883 profileDetailsBTCAddrLabel->setText(QApplication::translate(
"frontWidget",
"BTC Addr", Q_NULLPTR));
884 profileDetailsStateOfWorldLabel->setText(QApplication::translate(
"frontWidget",
"State of the world", Q_NULLPTR));
885 profileDetailsImage->setText(QApplication::translate(
"frontWidget",
"<html><head/><body><p align=\"center\"><span style=\" font-size:16pt;\"><br/></span></p><p align=\"center\"><span style=\" font-size:16pt;\"><br/></span></p><p align=\"center\"><span style=\" font-size:16pt;\"><br/></span></p><p align=\"center\"><span style=\" font-size:16pt;\">No</span></p><p align=\"center\"><span style=\" font-size:16pt;\">Image</span></p><p align=\"center\"><span style=\" font-size:16pt;\">Inserted</span></p></body></html>", Q_NULLPTR));
886 profileDetailsShareFilesLabel->setText(QApplication::translate(
"frontWidget",
"Shared files", Q_NULLPTR));
887 profileDetailsSendMsgButton->setText(QApplication::translate(
"frontWidget",
"Send message to operator", Q_NULLPTR));
888 profileDetailsVoiceCallButton->setText(QApplication::translate(
"frontWidget",
"Audio call", Q_NULLPTR));
889 profileDetailsReadersButton->setText(QApplication::translate(
"frontWidget",
"View readers", Q_NULLPTR));
890 profileDetailsCommentsLabel->setText(QApplication::translate(
"frontWidget",
"Latest comments", Q_NULLPTR));
891 profileDetailsCommentButton->setText(QApplication::translate(
"frontWidget",
"Comment", Q_NULLPTR));
892 profDetailsAddrLabel->setText(QApplication::translate(
"frontWidget",
"Profile address", Q_NULLPTR));
893 addToContactsBtn->setText(QApplication::translate(
"frontWidget",
"Add to contacts", Q_NULLPTR));
894 tabWidget->setTabText(tabWidget->indexOf(profileViewTab), QApplication::translate(
"frontWidget",
"Profile details", Q_NULLPTR));
905 #endif // UI_FRONTWIDGET_H
Definition: ui_aboutDialog.h:161