Classified ads
ui_newProfileComment.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'newProfileComment.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_NEWPROFILECOMMENT_H
10 #define UI_NEWPROFILECOMMENT_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QDialog>
17 #include <QtWidgets/QDialogButtonBox>
18 #include <QtWidgets/QGridLayout>
19 #include <QtWidgets/QHBoxLayout>
20 #include <QtWidgets/QHeaderView>
21 #include <QtWidgets/QLabel>
22 #include <QtWidgets/QLineEdit>
23 #include <QtWidgets/QPushButton>
24 #include <QtWidgets/QTextEdit>
25 #include <QtWidgets/QVBoxLayout>
26 
27 QT_BEGIN_NAMESPACE
28 
30 {
31 public:
32  QGridLayout *gridLayout;
33  QVBoxLayout *verticalLayout;
34  QHBoxLayout *subjectLayout;
35  QLabel *subjectLabel;
36  QLineEdit *subjectEdit;
37  QHBoxLayout *recipientLayout;
40  QHBoxLayout *toolBoxLayoutUpper;
41  QHBoxLayout *toolBoxLayoutLower;
42  QTextEdit *messageEdit;
43  QHBoxLayout *attachmentLayout;
46  QPushButton *attachButton;
47  QDialogButtonBox *bottomButtonsBox;
48 
49  void setupUi(QDialog *newProfileCommentDialog)
50  {
51  if (newProfileCommentDialog->objectName().isEmpty())
52  newProfileCommentDialog->setObjectName(QStringLiteral("newProfileCommentDialog"));
53  newProfileCommentDialog->resize(823, 705);
54  QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Maximum);
55  sizePolicy.setHorizontalStretch(0);
56  sizePolicy.setVerticalStretch(0);
57  sizePolicy.setHeightForWidth(newProfileCommentDialog->sizePolicy().hasHeightForWidth());
58  newProfileCommentDialog->setSizePolicy(sizePolicy);
59  newProfileCommentDialog->setMinimumSize(QSize(0, 0));
60  newProfileCommentDialog->setSizeGripEnabled(true);
61  gridLayout = new QGridLayout(newProfileCommentDialog);
62  gridLayout->setObjectName(QStringLiteral("gridLayout"));
63  verticalLayout = new QVBoxLayout();
64  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
65  subjectLayout = new QHBoxLayout();
66  subjectLayout->setObjectName(QStringLiteral("subjectLayout"));
67  subjectLabel = new QLabel(newProfileCommentDialog);
68  subjectLabel->setObjectName(QStringLiteral("subjectLabel"));
69 
70  subjectLayout->addWidget(subjectLabel);
71 
72  subjectEdit = new QLineEdit(newProfileCommentDialog);
73  subjectEdit->setObjectName(QStringLiteral("subjectEdit"));
74 
75  subjectLayout->addWidget(subjectEdit);
76 
77 
78  verticalLayout->addLayout(subjectLayout);
79 
80  recipientLayout = new QHBoxLayout();
81  recipientLayout->setObjectName(QStringLiteral("recipientLayout"));
82  commentedProfileLabel = new QLabel(newProfileCommentDialog);
83  commentedProfileLabel->setObjectName(QStringLiteral("commentedProfileLabel"));
84 
85  recipientLayout->addWidget(commentedProfileLabel);
86 
87  commentedProfileEdit = new QLineEdit(newProfileCommentDialog);
88  commentedProfileEdit->setObjectName(QStringLiteral("commentedProfileEdit"));
89 
90  recipientLayout->addWidget(commentedProfileEdit);
91 
92 
93  verticalLayout->addLayout(recipientLayout);
94 
95  toolBoxLayoutUpper = new QHBoxLayout();
96  toolBoxLayoutUpper->setObjectName(QStringLiteral("toolBoxLayoutUpper"));
97  toolBoxLayoutUpper->setContentsMargins(-1, 0, -1, -1);
98 
99  verticalLayout->addLayout(toolBoxLayoutUpper);
100 
101  toolBoxLayoutLower = new QHBoxLayout();
102  toolBoxLayoutLower->setObjectName(QStringLiteral("toolBoxLayoutLower"));
103 
104  verticalLayout->addLayout(toolBoxLayoutLower);
105 
106  messageEdit = new QTextEdit(newProfileCommentDialog);
107  messageEdit->setObjectName(QStringLiteral("messageEdit"));
108 
109  verticalLayout->addWidget(messageEdit);
110 
111  attachmentLayout = new QHBoxLayout();
112  attachmentLayout->setObjectName(QStringLiteral("attachmentLayout"));
113  attachmentLayout->setContentsMargins(-1, 0, -1, -1);
114  attachmentsLabel = new QLabel(newProfileCommentDialog);
115  attachmentsLabel->setObjectName(QStringLiteral("attachmentsLabel"));
116  QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Preferred);
117  sizePolicy1.setHorizontalStretch(0);
118  sizePolicy1.setVerticalStretch(0);
119  sizePolicy1.setHeightForWidth(attachmentsLabel->sizePolicy().hasHeightForWidth());
120  attachmentsLabel->setSizePolicy(sizePolicy1);
121 
122  attachmentLayout->addWidget(attachmentsLabel);
123 
124  attahcmentsListLabel = new QLabel(newProfileCommentDialog);
125  attahcmentsListLabel->setObjectName(QStringLiteral("attahcmentsListLabel"));
126  QSizePolicy sizePolicy2(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred);
127  sizePolicy2.setHorizontalStretch(0);
128  sizePolicy2.setVerticalStretch(0);
129  sizePolicy2.setHeightForWidth(attahcmentsListLabel->sizePolicy().hasHeightForWidth());
130  attahcmentsListLabel->setSizePolicy(sizePolicy2);
131 
132  attachmentLayout->addWidget(attahcmentsListLabel);
133 
134  attachButton = new QPushButton(newProfileCommentDialog);
135  attachButton->setObjectName(QStringLiteral("attachButton"));
136 
137  attachmentLayout->addWidget(attachButton);
138 
139 
140  verticalLayout->addLayout(attachmentLayout);
141 
142  bottomButtonsBox = new QDialogButtonBox(newProfileCommentDialog);
143  bottomButtonsBox->setObjectName(QStringLiteral("bottomButtonsBox"));
144  QSizePolicy sizePolicy3(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
145  sizePolicy3.setHorizontalStretch(0);
146  sizePolicy3.setVerticalStretch(0);
147  sizePolicy3.setHeightForWidth(bottomButtonsBox->sizePolicy().hasHeightForWidth());
148  bottomButtonsBox->setSizePolicy(sizePolicy3);
149  bottomButtonsBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
150 
151  verticalLayout->addWidget(bottomButtonsBox);
152 
153 
154  gridLayout->addLayout(verticalLayout, 0, 0, 1, 1);
155 
156 
157  retranslateUi(newProfileCommentDialog);
158 
159  QMetaObject::connectSlotsByName(newProfileCommentDialog);
160  } // setupUi
161 
162  void retranslateUi(QDialog *newProfileCommentDialog)
163  {
164  newProfileCommentDialog->setWindowTitle(QApplication::translate("newProfileCommentDialog", "Comment a operators profile", Q_NULLPTR));
165  subjectLabel->setText(QApplication::translate("newProfileCommentDialog", "Subject", Q_NULLPTR));
166  commentedProfileLabel->setText(QApplication::translate("newProfileCommentDialog", "Commented profile", Q_NULLPTR));
167  attachmentsLabel->setText(QApplication::translate("newProfileCommentDialog", "Attachments:", Q_NULLPTR));
168  attahcmentsListLabel->setText(QString());
169  attachButton->setText(QApplication::translate("newProfileCommentDialog", "Attach", Q_NULLPTR));
170  } // retranslateUi
171 
172 };
173 
174 namespace Ui {
176 } // namespace Ui
177 
178 QT_END_NAMESPACE
179 
180 #endif // UI_NEWPROFILECOMMENT_H
QHBoxLayout * toolBoxLayoutLower
Definition: ui_newProfileComment.h:41
QVBoxLayout * verticalLayout
Definition: ui_newProfileComment.h:33
QLabel * commentedProfileLabel
Definition: ui_newProfileComment.h:38
QGridLayout * gridLayout
Definition: ui_newProfileComment.h:32
Definition: ui_aboutDialog.h:161
Definition: ui_newProfileComment.h:29
QLabel * attachmentsLabel
Definition: ui_newProfileComment.h:44
QTextEdit * messageEdit
Definition: ui_newProfileComment.h:42
void retranslateUi(QDialog *newProfileCommentDialog)
Definition: ui_newProfileComment.h:162
QLineEdit * subjectEdit
Definition: ui_newProfileComment.h:36
void setupUi(QDialog *newProfileCommentDialog)
Definition: ui_newProfileComment.h:49
QHBoxLayout * toolBoxLayoutUpper
Definition: ui_newProfileComment.h:40
Definition: ui_newProfileComment.h:175
QHBoxLayout * attachmentLayout
Definition: ui_newProfileComment.h:43
QLabel * subjectLabel
Definition: ui_newProfileComment.h:35
QLabel * attahcmentsListLabel
Definition: ui_newProfileComment.h:45
QHBoxLayout * subjectLayout
Definition: ui_newProfileComment.h:34
QDialogButtonBox * bottomButtonsBox
Definition: ui_newProfileComment.h:47
QHBoxLayout * recipientLayout
Definition: ui_newProfileComment.h:37
QPushButton * attachButton
Definition: ui_newProfileComment.h:46
QLineEdit * commentedProfileEdit
Definition: ui_newProfileComment.h:39