Classified ads
ui_editContact.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'editContact.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_EDITCONTACT_H
10 #define UI_EDITCONTACT_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/QDialog>
18 #include <QtWidgets/QDialogButtonBox>
19 #include <QtWidgets/QGridLayout>
20 #include <QtWidgets/QHBoxLayout>
21 #include <QtWidgets/QHeaderView>
22 #include <QtWidgets/QLabel>
23 #include <QtWidgets/QLineEdit>
24 #include <QtWidgets/QVBoxLayout>
25 
26 QT_BEGIN_NAMESPACE
27 
29 {
30 public:
31  QGridLayout *gridLayout;
32  QVBoxLayout *verticalLayout;
33  QHBoxLayout *subjectLayout;
34  QLabel *hashLabel;
35  QLineEdit *hashEdit;
36  QHBoxLayout *contactEditLayout;
37  QLabel *nickNameLabel;
38  QLineEdit *nickNameEdit;
39  QCheckBox *trustedCheckBox;
40  QDialogButtonBox *bottomButtonsBox;
41 
42  void setupUi(QDialog *editContactDialog)
43  {
44  if (editContactDialog->objectName().isEmpty())
45  editContactDialog->setObjectName(QStringLiteral("editContactDialog"));
46  editContactDialog->resize(800, 165);
47  QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Maximum);
48  sizePolicy.setHorizontalStretch(0);
49  sizePolicy.setVerticalStretch(0);
50  sizePolicy.setHeightForWidth(editContactDialog->sizePolicy().hasHeightForWidth());
51  editContactDialog->setSizePolicy(sizePolicy);
52  editContactDialog->setMinimumSize(QSize(0, 0));
53  editContactDialog->setSizeGripEnabled(true);
54  gridLayout = new QGridLayout(editContactDialog);
55  gridLayout->setObjectName(QStringLiteral("gridLayout"));
56  verticalLayout = new QVBoxLayout();
57  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
58  subjectLayout = new QHBoxLayout();
59  subjectLayout->setObjectName(QStringLiteral("subjectLayout"));
60  hashLabel = new QLabel(editContactDialog);
61  hashLabel->setObjectName(QStringLiteral("hashLabel"));
62 
63  subjectLayout->addWidget(hashLabel);
64 
65  hashEdit = new QLineEdit(editContactDialog);
66  hashEdit->setObjectName(QStringLiteral("hashEdit"));
67 
68  subjectLayout->addWidget(hashEdit);
69 
70 
71  verticalLayout->addLayout(subjectLayout);
72 
73  contactEditLayout = new QHBoxLayout();
74  contactEditLayout->setObjectName(QStringLiteral("contactEditLayout"));
75  nickNameLabel = new QLabel(editContactDialog);
76  nickNameLabel->setObjectName(QStringLiteral("nickNameLabel"));
77 
78  contactEditLayout->addWidget(nickNameLabel);
79 
80  nickNameEdit = new QLineEdit(editContactDialog);
81  nickNameEdit->setObjectName(QStringLiteral("nickNameEdit"));
82 
83  contactEditLayout->addWidget(nickNameEdit);
84 
85 
86  verticalLayout->addLayout(contactEditLayout);
87 
88  trustedCheckBox = new QCheckBox(editContactDialog);
89  trustedCheckBox->setObjectName(QStringLiteral("trustedCheckBox"));
90 
91  verticalLayout->addWidget(trustedCheckBox);
92 
93  bottomButtonsBox = new QDialogButtonBox(editContactDialog);
94  bottomButtonsBox->setObjectName(QStringLiteral("bottomButtonsBox"));
95  QSizePolicy sizePolicy1(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
96  sizePolicy1.setHorizontalStretch(0);
97  sizePolicy1.setVerticalStretch(0);
98  sizePolicy1.setHeightForWidth(bottomButtonsBox->sizePolicy().hasHeightForWidth());
99  bottomButtonsBox->setSizePolicy(sizePolicy1);
100  bottomButtonsBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
101 
102  verticalLayout->addWidget(bottomButtonsBox);
103 
104 
105  gridLayout->addLayout(verticalLayout, 0, 0, 1, 1);
106 
107 
108  retranslateUi(editContactDialog);
109 
110  QMetaObject::connectSlotsByName(editContactDialog);
111  } // setupUi
112 
113  void retranslateUi(QDialog *editContactDialog)
114  {
115  editContactDialog->setWindowTitle(QApplication::translate("editContactDialog", "Edit a contact", Q_NULLPTR));
116  hashLabel->setText(QApplication::translate("editContactDialog", "Address (SHA1) of contact", Q_NULLPTR));
117  nickNameLabel->setText(QApplication::translate("editContactDialog", "Local nickname", Q_NULLPTR));
118 #ifndef QT_NO_TOOLTIP
119  trustedCheckBox->setToolTip(QApplication::translate("editContactDialog", "<html><head/><body><p>Settings some trusted is public information to readers of your profile</p></body></html>", Q_NULLPTR));
120 #endif // QT_NO_TOOLTIP
121  trustedCheckBox->setText(QApplication::translate("editContactDialog", "This contact is to be publicly trusted in transactions", Q_NULLPTR));
122  } // retranslateUi
123 
124 };
125 
126 namespace Ui {
128 } // namespace Ui
129 
130 QT_END_NAMESPACE
131 
132 #endif // UI_EDITCONTACT_H
QHBoxLayout * contactEditLayout
Definition: ui_editContact.h:36
QLabel * nickNameLabel
Definition: ui_editContact.h:37
Definition: ui_editContact.h:127
QHBoxLayout * subjectLayout
Definition: ui_editContact.h:33
void setupUi(QDialog *editContactDialog)
Definition: ui_editContact.h:42
Definition: ui_aboutDialog.h:161
QCheckBox * trustedCheckBox
Definition: ui_editContact.h:39
QVBoxLayout * verticalLayout
Definition: ui_editContact.h:32
QLineEdit * nickNameEdit
Definition: ui_editContact.h:38
QLabel * hashLabel
Definition: ui_editContact.h:34
Definition: ui_editContact.h:28
QGridLayout * gridLayout
Definition: ui_editContact.h:31
QLineEdit * hashEdit
Definition: ui_editContact.h:35
QDialogButtonBox * bottomButtonsBox
Definition: ui_editContact.h:40
void retranslateUi(QDialog *editContactDialog)
Definition: ui_editContact.h:113