Classified ads
ui_frontWidget.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'frontWidget.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.9.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_FRONTWIDGET_H
10 #define UI_FRONTWIDGET_H
11 
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>
35 
36 QT_BEGIN_NAMESPACE
37 
39 {
40 public:
41  QVBoxLayout *verticalLayout_3;
42  QTabWidget *tabWidget;
43  QWidget *classifiedAdsTab;
45  QVBoxLayout *verticalLayoutInsideCA;
46  QHBoxLayout *explanationLayout;
50  QComboBox *caAboutComboBox;
52  QComboBox *caRegardingCombobox;
53  QLabel *caWhereLabel;
54  QComboBox *caWhereComboBox;
55  QPushButton *searchAdsButton;
56  QTreeView *caHeadersView;
57  QGraphicsView *caMessageView;
58  QDialogButtonBox *CATabBottomButtonBox;
59  QWidget *myProfileTab;
60  QHBoxLayout *horizontalLayout;
64  QTextBrowser *profileAddressValue;
66  QLineEdit *profileNickNameEdit;
68  QLineEdit *greetingTextEdit;
70  QLineEdit *firstNameEdit;
72  QLineEdit *familyNameEdit;
74  QLineEdit *cityCountryEdit;
75  QLabel *btcAddressLabel;
76  QLineEdit *btcAddressEdit;
78  QLineEdit *stateOfTheWorldEdit;
79  QCheckBox *isPrivateCheckbox;
80  QPushButton *profileReadersButton;
84  QPushButton *publisChangesButton;
85  QPushButton *revertChangesButton;
86  QLabel *label;
87  QVBoxLayout *rightSideLayout;
88  QPushButton *imageButton;
90  QListView *sharedFilesView;
91  QVBoxLayout *latestCommentsLayout;
92  QLabel *commentsLabel;
93  QTableView *profileCommentsView;
94  QWidget *contactsTab;
96  QVBoxLayout *verticalInsideContacts;
97  QTableView *contactsView;
98  QHBoxLayout *bottomLayoutForButtons;
99  QPushButton *addContactBtn;
100  QPushButton *removeContactBtn;
101  QPushButton *viewProfileBtn;
102  QPushButton *sendMessageBtn;
105  QVBoxLayout *privateMessagesLayout;
107  QGraphicsView *privateMessageView;
108  QDialogButtonBox *privateMsgsButtons;
109  QWidget *profileViewTab;
111  QGridLayout *gridLayout;
112  QFormLayout *formLayout;
124  QTextBrowser *profileDetailsBTCValue;
127  QVBoxLayout *verticalLayout;
131  QSplitter *splitter;
135  QVBoxLayout *verticalLayout_2;
138  QSplitter *splitter_2;
141  QTextBrowser *profileDetailsAddrValue;
142  QPushButton *addToContactsBtn;
143 
144  void setupUi(QWidget *frontWidget)
145  {
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);
177  QFont font;
178  font.setPointSize(14);
179  font.setItalic(true);
180  ClassifiedAdsExplLabel->setFont(font);
181 
182  explanationLayout->addWidget(ClassifiedAdsExplLabel);
183 
184  searchButtonUnrelatedLabel = new QLabel(classifiedAdsTab);
185  searchButtonUnrelatedLabel->setObjectName(QStringLiteral("searchButtonUnrelatedLabel"));
186  searchButtonUnrelatedLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
187 
188  explanationLayout->addWidget(searchButtonUnrelatedLabel);
189 
190  explanationLayout->setStretch(0, 1);
191  explanationLayout->setStretch(1, 2);
192 
193  verticalLayoutInsideCA->addLayout(explanationLayout);
194 
195  horizontalLayoutForCaSelection = new QHBoxLayout();
196  horizontalLayoutForCaSelection->setObjectName(QStringLiteral("horizontalLayoutForCaSelection"));
197  caAboutComboBox = new QComboBox(classifiedAdsTab);
198  caAboutComboBox->setObjectName(QStringLiteral("caAboutComboBox"));
199 
200  horizontalLayoutForCaSelection->addWidget(caAboutComboBox);
201 
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);
209 
210  horizontalLayoutForCaSelection->addWidget(caRegardingLabel);
211 
212  caRegardingCombobox = new QComboBox(classifiedAdsTab);
213  caRegardingCombobox->setObjectName(QStringLiteral("caRegardingCombobox"));
214 
215  horizontalLayoutForCaSelection->addWidget(caRegardingCombobox);
216 
217  caWhereLabel = new QLabel(classifiedAdsTab);
218  caWhereLabel->setObjectName(QStringLiteral("caWhereLabel"));
219  sizePolicy2.setHeightForWidth(caWhereLabel->sizePolicy().hasHeightForWidth());
220  caWhereLabel->setSizePolicy(sizePolicy2);
221 
222  horizontalLayoutForCaSelection->addWidget(caWhereLabel);
223 
224  caWhereComboBox = new QComboBox(classifiedAdsTab);
225  caWhereComboBox->setObjectName(QStringLiteral("caWhereComboBox"));
226 
227  horizontalLayoutForCaSelection->addWidget(caWhereComboBox);
228 
229  searchAdsButton = new QPushButton(classifiedAdsTab);
230  searchAdsButton->setObjectName(QStringLiteral("searchAdsButton"));
231 
232  horizontalLayoutForCaSelection->addWidget(searchAdsButton);
233 
234  horizontalLayoutForCaSelection->setStretch(0, 1);
235  horizontalLayoutForCaSelection->setStretch(2, 1);
236  horizontalLayoutForCaSelection->setStretch(4, 1);
237 
238  verticalLayoutInsideCA->addLayout(horizontalLayoutForCaSelection);
239 
240  caHeadersView = new QTreeView(classifiedAdsTab);
241  caHeadersView->setObjectName(QStringLiteral("caHeadersView"));
242  caHeadersView->header()->setDefaultSectionSize(400);
243  caHeadersView->header()->setMinimumSectionSize(400);
244 
245  verticalLayoutInsideCA->addWidget(caHeadersView);
246 
247  caMessageView = new QGraphicsView(classifiedAdsTab);
248  caMessageView->setObjectName(QStringLiteral("caMessageView"));
249 
250  verticalLayoutInsideCA->addWidget(caMessageView);
251 
252  CATabBottomButtonBox = new QDialogButtonBox(classifiedAdsTab);
253  CATabBottomButtonBox->setObjectName(QStringLiteral("CATabBottomButtonBox"));
254  CATabBottomButtonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
255 
256  verticalLayoutInsideCA->addWidget(CATabBottomButtonBox);
257 
258  verticalLayoutInsideCA->setStretch(3, 2);
259  verticalLayoutInsideCA->setStretch(4, 1);
260 
261  horizontalLayoutForCATab->addLayout(verticalLayoutInsideCA);
262 
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"));
278 
279  profileDataFieldsLayout->setWidget(2, QFormLayout::LabelRole, profileAddressLabel);
280 
281  profileAddressValue = new QTextBrowser(myProfileTab);
282  profileAddressValue->setObjectName(QStringLiteral("profileAddressValue"));
283  profileAddressValue->setMinimumSize(QSize(0, 22));
284  profileAddressValue->setMaximumSize(QSize(16777215, 22));
285  QFont font1;
286  font1.setPointSize(10);
287  profileAddressValue->setFont(font1);
288  profileAddressValue->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
289 
290  profileDataFieldsLayout->setWidget(2, QFormLayout::FieldRole, profileAddressValue);
291 
292  profileNickNameLabel = new QLabel(myProfileTab);
293  profileNickNameLabel->setObjectName(QStringLiteral("profileNickNameLabel"));
294 
295  profileDataFieldsLayout->setWidget(3, QFormLayout::LabelRole, profileNickNameLabel);
296 
297  profileNickNameEdit = new QLineEdit(myProfileTab);
298  profileNickNameEdit->setObjectName(QStringLiteral("profileNickNameEdit"));
299  profileNickNameEdit->setMinimumSize(QSize(290, 0));
300 
301  profileDataFieldsLayout->setWidget(3, QFormLayout::FieldRole, profileNickNameEdit);
302 
303  greetingTextLabel = new QLabel(myProfileTab);
304  greetingTextLabel->setObjectName(QStringLiteral("greetingTextLabel"));
305 
306  profileDataFieldsLayout->setWidget(5, QFormLayout::LabelRole, greetingTextLabel);
307 
308  greetingTextEdit = new QLineEdit(myProfileTab);
309  greetingTextEdit->setObjectName(QStringLiteral("greetingTextEdit"));
310 
311  profileDataFieldsLayout->setWidget(5, QFormLayout::FieldRole, greetingTextEdit);
312 
313  profileNickNameLabel_3 = new QLabel(myProfileTab);
314  profileNickNameLabel_3->setObjectName(QStringLiteral("profileNickNameLabel_3"));
315 
316  profileDataFieldsLayout->setWidget(7, QFormLayout::LabelRole, profileNickNameLabel_3);
317 
318  firstNameEdit = new QLineEdit(myProfileTab);
319  firstNameEdit->setObjectName(QStringLiteral("firstNameEdit"));
320 
321  profileDataFieldsLayout->setWidget(7, QFormLayout::FieldRole, firstNameEdit);
322 
323  profileNickNameLabel_4 = new QLabel(myProfileTab);
324  profileNickNameLabel_4->setObjectName(QStringLiteral("profileNickNameLabel_4"));
325 
326  profileDataFieldsLayout->setWidget(9, QFormLayout::LabelRole, profileNickNameLabel_4);
327 
328  familyNameEdit = new QLineEdit(myProfileTab);
329  familyNameEdit->setObjectName(QStringLiteral("familyNameEdit"));
330 
331  profileDataFieldsLayout->setWidget(9, QFormLayout::FieldRole, familyNameEdit);
332 
333  profileNickNameLabel_5 = new QLabel(myProfileTab);
334  profileNickNameLabel_5->setObjectName(QStringLiteral("profileNickNameLabel_5"));
335 
336  profileDataFieldsLayout->setWidget(11, QFormLayout::LabelRole, profileNickNameLabel_5);
337 
338  cityCountryEdit = new QLineEdit(myProfileTab);
339  cityCountryEdit->setObjectName(QStringLiteral("cityCountryEdit"));
340 
341  profileDataFieldsLayout->setWidget(11, QFormLayout::FieldRole, cityCountryEdit);
342 
343  btcAddressLabel = new QLabel(myProfileTab);
344  btcAddressLabel->setObjectName(QStringLiteral("btcAddressLabel"));
345 
346  profileDataFieldsLayout->setWidget(13, QFormLayout::LabelRole, btcAddressLabel);
347 
348  btcAddressEdit = new QLineEdit(myProfileTab);
349  btcAddressEdit->setObjectName(QStringLiteral("btcAddressEdit"));
350 
351  profileDataFieldsLayout->setWidget(13, QFormLayout::FieldRole, btcAddressEdit);
352 
353  stateOfTheWorldLabel = new QLabel(myProfileTab);
354  stateOfTheWorldLabel->setObjectName(QStringLiteral("stateOfTheWorldLabel"));
355 
356  profileDataFieldsLayout->setWidget(15, QFormLayout::LabelRole, stateOfTheWorldLabel);
357 
358  stateOfTheWorldEdit = new QLineEdit(myProfileTab);
359  stateOfTheWorldEdit->setObjectName(QStringLiteral("stateOfTheWorldEdit"));
360 
361  profileDataFieldsLayout->setWidget(15, QFormLayout::FieldRole, stateOfTheWorldEdit);
362 
363  isPrivateCheckbox = new QCheckBox(myProfileTab);
364  isPrivateCheckbox->setObjectName(QStringLiteral("isPrivateCheckbox"));
365 
366  profileDataFieldsLayout->setWidget(17, QFormLayout::LabelRole, isPrivateCheckbox);
367 
368  profileReadersButton = new QPushButton(myProfileTab);
369  profileReadersButton->setObjectName(QStringLiteral("profileReadersButton"));
370 
371  profileDataFieldsLayout->setWidget(17, QFormLayout::FieldRole, profileReadersButton);
372 
373  profileAddressLabel_2 = new QLabel(myProfileTab);
374  profileAddressLabel_2->setObjectName(QStringLiteral("profileAddressLabel_2"));
375 
376  profileDataFieldsLayout->setWidget(19, QFormLayout::SpanningRole, profileAddressLabel_2);
377 
378  timeOfLastUpdateLabel = new QLabel(myProfileTab);
379  timeOfLastUpdateLabel->setObjectName(QStringLiteral("timeOfLastUpdateLabel"));
380 
381  profileDataFieldsLayout->setWidget(21, QFormLayout::LabelRole, timeOfLastUpdateLabel);
382 
383  timeOfLastUpdateValue = new QLabel(myProfileTab);
384  timeOfLastUpdateValue->setObjectName(QStringLiteral("timeOfLastUpdateValue"));
385 
386  profileDataFieldsLayout->setWidget(21, QFormLayout::FieldRole, timeOfLastUpdateValue);
387 
388  publisChangesButton = new QPushButton(myProfileTab);
389  publisChangesButton->setObjectName(QStringLiteral("publisChangesButton"));
390  sizePolicy1.setHeightForWidth(publisChangesButton->sizePolicy().hasHeightForWidth());
391  publisChangesButton->setSizePolicy(sizePolicy1);
392 
393  profileDataFieldsLayout->setWidget(25, QFormLayout::LabelRole, publisChangesButton);
394 
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);
402 
403  profileDataFieldsLayout->setWidget(25, QFormLayout::FieldRole, revertChangesButton);
404 
405  label = new QLabel(myProfileTab);
406  label->setObjectName(QStringLiteral("label"));
407  QFont font2;
408  font2.setPointSize(13);
409  font2.setBold(true);
410  font2.setWeight(75);
411  label->setFont(font2);
412 
413  profileDataFieldsLayout->setWidget(1, QFormLayout::FieldRole, label);
414 
415 
416  gridLayoutInsideMyProfile->addLayout(profileDataFieldsLayout, 0, 0, 1, 1);
417 
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));
428 
429  rightSideLayout->addWidget(imageButton, 0, Qt::AlignTop);
430 
431  sharedFilesLabel = new QLabel(myProfileTab);
432  sharedFilesLabel->setObjectName(QStringLiteral("sharedFilesLabel"));
433  sizePolicy1.setHeightForWidth(sharedFilesLabel->sizePolicy().hasHeightForWidth());
434  sharedFilesLabel->setSizePolicy(sizePolicy1);
435 
436  rightSideLayout->addWidget(sharedFilesLabel);
437 
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));
447 
448  rightSideLayout->addWidget(sharedFilesView);
449 
450 
451  gridLayoutInsideMyProfile->addLayout(rightSideLayout, 0, 1, 2, 1);
452 
453  latestCommentsLayout = new QVBoxLayout();
454  latestCommentsLayout->setObjectName(QStringLiteral("latestCommentsLayout"));
455  latestCommentsLayout->setSizeConstraint(QLayout::SetMaximumSize);
456  commentsLabel = new QLabel(myProfileTab);
457  commentsLabel->setObjectName(QStringLiteral("commentsLabel"));
458 
459  latestCommentsLayout->addWidget(commentsLabel);
460 
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);
473 
474  latestCommentsLayout->addWidget(profileCommentsView);
475 
476  latestCommentsLayout->setStretch(1, 1);
477 
478  gridLayoutInsideMyProfile->addLayout(latestCommentsLayout, 1, 0, 1, 1);
479 
480  gridLayoutInsideMyProfile->setColumnStretch(0, 1);
481 
482  horizontalLayout->addLayout(gridLayoutInsideMyProfile);
483 
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);
499 
500  verticalInsideContacts->addWidget(contactsView);
501 
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"));
507 
508  bottomLayoutForButtons->addWidget(addContactBtn);
509 
510  removeContactBtn = new QPushButton(contactsTab);
511  removeContactBtn->setObjectName(QStringLiteral("removeContactBtn"));
512 
513  bottomLayoutForButtons->addWidget(removeContactBtn);
514 
515  viewProfileBtn = new QPushButton(contactsTab);
516  viewProfileBtn->setObjectName(QStringLiteral("viewProfileBtn"));
517 
518  bottomLayoutForButtons->addWidget(viewProfileBtn);
519 
520  sendMessageBtn = new QPushButton(contactsTab);
521  sendMessageBtn->setObjectName(QStringLiteral("sendMessageBtn"));
522 
523  bottomLayoutForButtons->addWidget(sendMessageBtn);
524 
525 
526  verticalInsideContacts->addLayout(bottomLayoutForButtons);
527 
528 
529  horizontalLayoutForContactsTab->addLayout(verticalInsideContacts);
530 
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);
548 
549  privateMessagesLayout->addWidget(privateMessageListView);
550 
551  privateMessageView = new QGraphicsView(privateMessagesTab);
552  privateMessageView->setObjectName(QStringLiteral("privateMessageView"));
553 
554  privateMessagesLayout->addWidget(privateMessageView);
555 
556  privateMsgsButtons = new QDialogButtonBox(privateMessagesTab);
557  privateMsgsButtons->setObjectName(QStringLiteral("privateMsgsButtons"));
558  privateMsgsButtons->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
559 
560  privateMessagesLayout->addWidget(privateMsgsButtons);
561 
562  privateMessagesLayout->setStretch(0, 1);
563  privateMessagesLayout->setStretch(1, 2);
564 
565  horizontalLayoutForPrivMsgTab->addLayout(privateMessagesLayout);
566 
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"));
583 
584  formLayout->setWidget(0, QFormLayout::LabelRole, profileDetailsNickNameLabel);
585 
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));
591 
592  formLayout->setWidget(0, QFormLayout::FieldRole, profileDetailsNickNameValue);
593 
594  profileDetailsGreetingLabel = new QLabel(profileViewTab);
595  profileDetailsGreetingLabel->setObjectName(QStringLiteral("profileDetailsGreetingLabel"));
596 
597  formLayout->setWidget(1, QFormLayout::LabelRole, profileDetailsGreetingLabel);
598 
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));
604 
605  formLayout->setWidget(1, QFormLayout::FieldRole, profileDetailsGreetingValue);
606 
607  profileDetailsFirstNameLabel = new QLabel(profileViewTab);
608  profileDetailsFirstNameLabel->setObjectName(QStringLiteral("profileDetailsFirstNameLabel"));
609 
610  formLayout->setWidget(2, QFormLayout::LabelRole, profileDetailsFirstNameLabel);
611 
612  profileDetailsFirstNameValue = new QLabel(profileViewTab);
613  profileDetailsFirstNameValue->setObjectName(QStringLiteral("profileDetailsFirstNameValue"));
614  profileDetailsFirstNameValue->setMinimumSize(QSize(150, 0));
615 
616  formLayout->setWidget(2, QFormLayout::FieldRole, profileDetailsFirstNameValue);
617 
618  profileDetailsFamilyNameLabel = new QLabel(profileViewTab);
619  profileDetailsFamilyNameLabel->setObjectName(QStringLiteral("profileDetailsFamilyNameLabel"));
620 
621  formLayout->setWidget(3, QFormLayout::LabelRole, profileDetailsFamilyNameLabel);
622 
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));
628 
629  formLayout->setWidget(3, QFormLayout::FieldRole, profileDetailsFamilyNameValue);
630 
631  profileDetailsCityCountryLabel = new QLabel(profileViewTab);
632  profileDetailsCityCountryLabel->setObjectName(QStringLiteral("profileDetailsCityCountryLabel"));
633 
634  formLayout->setWidget(4, QFormLayout::LabelRole, profileDetailsCityCountryLabel);
635 
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));
641 
642  formLayout->setWidget(4, QFormLayout::FieldRole, profileDetailsCityCountryValue);
643 
644  profileDetailsBTCAddrLabel = new QLabel(profileViewTab);
645  profileDetailsBTCAddrLabel->setObjectName(QStringLiteral("profileDetailsBTCAddrLabel"));
646 
647  formLayout->setWidget(5, QFormLayout::LabelRole, profileDetailsBTCAddrLabel);
648 
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);
659 
660  formLayout->setWidget(5, QFormLayout::FieldRole, profileDetailsBTCValue);
661 
662  profileDetailsStateOfWorldLabel = new QLabel(profileViewTab);
663  profileDetailsStateOfWorldLabel->setObjectName(QStringLiteral("profileDetailsStateOfWorldLabel"));
664 
665  formLayout->setWidget(6, QFormLayout::SpanningRole, profileDetailsStateOfWorldLabel);
666 
667  profileDetailsStateOfTheWorldValue = new QTextBrowser(profileViewTab);
668  profileDetailsStateOfTheWorldValue->setObjectName(QStringLiteral("profileDetailsStateOfTheWorldValue"));
669  sizePolicy.setHeightForWidth(profileDetailsStateOfTheWorldValue->sizePolicy().hasHeightForWidth());
670  profileDetailsStateOfTheWorldValue->setSizePolicy(sizePolicy);
671 
672  formLayout->setWidget(8, QFormLayout::SpanningRole, profileDetailsStateOfTheWorldValue);
673 
674 
675  gridLayout->addLayout(formLayout, 0, 0, 1, 1);
676 
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);
684 
685  verticalLayout->addWidget(profileDetailsImage);
686 
687  profileDetailsShareFilesLabel = new QLabel(profileViewTab);
688  profileDetailsShareFilesLabel->setObjectName(QStringLiteral("profileDetailsShareFilesLabel"));
689  profileDetailsShareFilesLabel->setMaximumSize(QSize(16777215, 26));
690 
691  verticalLayout->addWidget(profileDetailsShareFilesLabel);
692 
693  profileDetailsSharedFilesView = new QListView(profileViewTab);
694  profileDetailsSharedFilesView->setObjectName(QStringLiteral("profileDetailsSharedFilesView"));
695  sizePolicy5.setHeightForWidth(profileDetailsSharedFilesView->sizePolicy().hasHeightForWidth());
696  profileDetailsSharedFilesView->setSizePolicy(sizePolicy5);
697 
698  verticalLayout->addWidget(profileDetailsSharedFilesView);
699 
700  verticalLayout->setStretch(2, 1);
701 
702  gridLayout->addLayout(verticalLayout, 0, 1, 3, 1);
703 
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);
721 
722  gridLayout->addWidget(splitter, 1, 0, 1, 1);
723 
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"));
729 
730  verticalLayout_2->addWidget(profileDetailsCommentsLabel);
731 
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);
740 
741  verticalLayout_2->addWidget(profileDetailsCommentsView);
742 
743  verticalLayout_2->setStretch(1, 1);
744 
745  gridLayout->addLayout(verticalLayout_2, 2, 0, 1, 1);
746 
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);
766 
767  gridLayout->addWidget(splitter_2, 3, 0, 1, 2);
768 
769  gridLayout->setRowStretch(2, 2);
770  gridLayout->setColumnStretch(0, 1);
771 
772  profileDetailsHorizontalLayout->addLayout(gridLayout);
773 
774  tabWidget->addTab(profileViewTab, QString());
775 
776  verticalLayout_3->addWidget(tabWidget);
777 
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);
814 
815  retranslateUi(frontWidget);
816 
817  tabWidget->setCurrentIndex(4);
818 
819 
820  QMetaObject::connectSlotsByName(frontWidget);
821  } // setupUi
822 
823  void retranslateUi(QWidget *frontWidget)
824  {
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"
859 "\n"
860 "Click \n"
861 "to \n"
862 "Add\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));
895  } // retranslateUi
896 
897 };
898 
899 namespace Ui {
900  class frontWidget: public Ui_frontWidget {};
901 } // namespace Ui
902 
903 QT_END_NAMESPACE
904 
905 #endif // UI_FRONTWIDGET_H
QLabel * profileDetailsFirstNameValue
Definition: ui_frontWidget.h:118
QFormLayout * profileDataFieldsLayout
Definition: ui_frontWidget.h:62
QLabel * profileDetailsStateOfWorldLabel
Definition: ui_frontWidget.h:125
QLabel * profileDetailsGreetingLabel
Definition: ui_frontWidget.h:115
QPushButton * imageButton
Definition: ui_frontWidget.h:88
QCheckBox * isPrivateCheckbox
Definition: ui_frontWidget.h:79
QTableView * privateMessageListView
Definition: ui_frontWidget.h:106
QTableView * profileCommentsView
Definition: ui_frontWidget.h:93
QLabel * profileAddressLabel_2
Definition: ui_frontWidget.h:81
QLineEdit * familyNameEdit
Definition: ui_frontWidget.h:72
QLabel * profileDetailsShareFilesLabel
Definition: ui_frontWidget.h:129
QPushButton * publisChangesButton
Definition: ui_frontWidget.h:84
QLabel * profileDetailsFirstNameLabel
Definition: ui_frontWidget.h:117
QTabWidget * tabWidget
Definition: ui_frontWidget.h:42
QLabel * sharedFilesLabel
Definition: ui_frontWidget.h:89
QLabel * commentsLabel
Definition: ui_frontWidget.h:92
void setupUi(QWidget *frontWidget)
Definition: ui_frontWidget.h:144
Definition: ui_aboutDialog.h:161
QPushButton * viewProfileBtn
Definition: ui_frontWidget.h:101
QTreeView * caHeadersView
Definition: ui_frontWidget.h:56
QComboBox * caAboutComboBox
Definition: ui_frontWidget.h:50
QLabel * timeOfLastUpdateLabel
Definition: ui_frontWidget.h:82
QGridLayout * gridLayoutInsideMyProfile
Definition: ui_frontWidget.h:61
QWidget * myProfileTab
Definition: ui_frontWidget.h:59
QListView * sharedFilesView
Definition: ui_frontWidget.h:90
QPushButton * profileDetailsReadersButton
Definition: ui_frontWidget.h:134
QSplitter * splitter
Definition: ui_frontWidget.h:131
QLineEdit * stateOfTheWorldEdit
Definition: ui_frontWidget.h:78
QLabel * timeOfLastUpdateValue
Definition: ui_frontWidget.h:83
QVBoxLayout * verticalLayoutInsideCA
Definition: ui_frontWidget.h:45
QWidget * profileViewTab
Definition: ui_frontWidget.h:109
QComboBox * caRegardingCombobox
Definition: ui_frontWidget.h:52
QLabel * btcAddressLabel
Definition: ui_frontWidget.h:75
QLabel * caRegardingLabel
Definition: ui_frontWidget.h:51
QLineEdit * firstNameEdit
Definition: ui_frontWidget.h:70
QGraphicsView * privateMessageView
Definition: ui_frontWidget.h:107
QLabel * searchButtonUnrelatedLabel
Definition: ui_frontWidget.h:48
QWidget * classifiedAdsTab
Definition: ui_frontWidget.h:43
QDialogButtonBox * privateMsgsButtons
Definition: ui_frontWidget.h:108
QLabel * profDetailsAddrLabel
Definition: ui_frontWidget.h:140
QLabel * profileDetailsBTCAddrLabel
Definition: ui_frontWidget.h:123
QListView * profileDetailsSharedFilesView
Definition: ui_frontWidget.h:130
QHBoxLayout * horizontalLayout
Definition: ui_frontWidget.h:60
QLineEdit * greetingTextEdit
Definition: ui_frontWidget.h:68
QGridLayout * gridLayout
Definition: ui_frontWidget.h:111
QPushButton * addContactBtn
Definition: ui_frontWidget.h:99
QPushButton * profileReadersButton
Definition: ui_frontWidget.h:80
QPushButton * profileDetailsSendMsgButton
Definition: ui_frontWidget.h:132
QWidget * contactsTab
Definition: ui_frontWidget.h:94
QTextBrowser * profileDetailsAddrValue
Definition: ui_frontWidget.h:141
Definition: ui_frontWidget.h:38
QTextBrowser * profileDetailsBTCValue
Definition: ui_frontWidget.h:124
QHBoxLayout * explanationLayout
Definition: ui_frontWidget.h:46
QLabel * ClassifiedAdsExplLabel
Definition: ui_frontWidget.h:47
QHBoxLayout * horizontalLayoutForPrivMsgTab
Definition: ui_frontWidget.h:104
QLabel * profileDetailsGreetingValue
Definition: ui_frontWidget.h:116
QPushButton * removeContactBtn
Definition: ui_frontWidget.h:100
QVBoxLayout * verticalLayout_3
Definition: ui_frontWidget.h:41
QTableView * contactsView
Definition: ui_frontWidget.h:97
QLabel * profileNickNameLabel
Definition: ui_frontWidget.h:65
QLabel * profileNickNameLabel_4
Definition: ui_frontWidget.h:71
QWidget * privateMessagesTab
Definition: ui_frontWidget.h:103
Definition: ui_frontWidget.h:900
QGraphicsView * caMessageView
Definition: ui_frontWidget.h:57
QDialogButtonBox * CATabBottomButtonBox
Definition: ui_frontWidget.h:58
QHBoxLayout * horizontalLayoutForContactsTab
Definition: ui_frontWidget.h:95
QPushButton * profileDetailsVoiceCallButton
Definition: ui_frontWidget.h:133
QFormLayout * formLayout
Definition: ui_frontWidget.h:112
QTableView * profileDetailsCommentsView
Definition: ui_frontWidget.h:137
QVBoxLayout * verticalInsideContacts
Definition: ui_frontWidget.h:96
QVBoxLayout * latestCommentsLayout
Definition: ui_frontWidget.h:91
QLabel * greetingTextLabel
Definition: ui_frontWidget.h:67
QPushButton * addToContactsBtn
Definition: ui_frontWidget.h:142
void retranslateUi(QWidget *frontWidget)
Definition: ui_frontWidget.h:823
QLabel * profileNickNameLabel_5
Definition: ui_frontWidget.h:73
QSplitter * splitter_2
Definition: ui_frontWidget.h:138
QLineEdit * cityCountryEdit
Definition: ui_frontWidget.h:74
QVBoxLayout * verticalLayout
Definition: ui_frontWidget.h:127
QLineEdit * profileNickNameEdit
Definition: ui_frontWidget.h:66
QTextBrowser * profileAddressValue
Definition: ui_frontWidget.h:64
QPushButton * searchAdsButton
Definition: ui_frontWidget.h:55
QLabel * profileDetailsNickNameLabel
Definition: ui_frontWidget.h:113
QLabel * profileDetailsFamilyNameLabel
Definition: ui_frontWidget.h:119
QPushButton * revertChangesButton
Definition: ui_frontWidget.h:85
QLabel * profileDetailsImage
Definition: ui_frontWidget.h:128
QTextBrowser * profileDetailsStateOfTheWorldValue
Definition: ui_frontWidget.h:126
QHBoxLayout * bottomLayoutForButtons
Definition: ui_frontWidget.h:98
QVBoxLayout * privateMessagesLayout
Definition: ui_frontWidget.h:105
QHBoxLayout * horizontalLayoutForCaSelection
Definition: ui_frontWidget.h:49
QLabel * stateOfTheWorldLabel
Definition: ui_frontWidget.h:77
QLabel * profileDetailsCityCountryValue
Definition: ui_frontWidget.h:122
QLabel * profileDetailsFamilyNameValue
Definition: ui_frontWidget.h:120
QPushButton * profileDetailsCommentButton
Definition: ui_frontWidget.h:139
QLabel * profileDetailsNickNameValue
Definition: ui_frontWidget.h:114
QVBoxLayout * rightSideLayout
Definition: ui_frontWidget.h:87
QLineEdit * btcAddressEdit
Definition: ui_frontWidget.h:76
QLabel * label
Definition: ui_frontWidget.h:86
QLabel * profileNickNameLabel_3
Definition: ui_frontWidget.h:69
QLabel * profileAddressLabel
Definition: ui_frontWidget.h:63
QLabel * caWhereLabel
Definition: ui_frontWidget.h:53
QHBoxLayout * horizontalLayoutForCATab
Definition: ui_frontWidget.h:44
QVBoxLayout * verticalLayout_2
Definition: ui_frontWidget.h:135
QLabel * profileDetailsCityCountryLabel
Definition: ui_frontWidget.h:121
QPushButton * sendMessageBtn
Definition: ui_frontWidget.h:102
QLabel * profileDetailsCommentsLabel
Definition: ui_frontWidget.h:136
QComboBox * caWhereComboBox
Definition: ui_frontWidget.h:54
QHBoxLayout * profileDetailsHorizontalLayout
Definition: ui_frontWidget.h:110