Initial commit
[tietoopcom] / build / release / ui_TecUserInfoWidget.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'TecUserInfoWidget.ui'
3 **
4 ** Created: Fri Jun 18 17:40:58 2010
5 **      by: Qt User Interface Compiler version 4.6.2
6 **
7 ** WARNING! All changes made in this file will be lost when recompiling UI file!
8 ********************************************************************************/
9
10 #ifndef UI_TECUSERINFOWIDGET_H
11 #define UI_TECUSERINFOWIDGET_H
12
13 #include <QtCore/QVariant>
14 #include <QtGui/QAction>
15 #include <QtGui/QApplication>
16 #include <QtGui/QButtonGroup>
17 #include <QtGui/QComboBox>
18 #include <QtGui/QFrame>
19 #include <QtGui/QHBoxLayout>
20 #include <QtGui/QHeaderView>
21 #include <QtGui/QLabel>
22 #include <QtGui/QLineEdit>
23 #include <QtGui/QPushButton>
24 #include <QtGui/QSpacerItem>
25 #include <QtGui/QVBoxLayout>
26 #include <QtGui/QWidget>
27
28 QT_BEGIN_NAMESPACE
29
30 class Ui_TecUserInfoWidgetClass
31 {
32 public:
33     QVBoxLayout *verticalLayout_5;
34     QFrame *userInfoFrame;
35     QHBoxLayout *horizontalLayout;
36     QVBoxLayout *verticalLayout;
37     QPushButton *pictureButton;
38     QSpacerItem *verticalSpacer;
39     QPushButton *cancelButton;
40     QVBoxLayout *verticalLayout_3;
41     QHBoxLayout *horizontalLayout_2;
42     QLabel *uidLabel;
43     QLineEdit *uidLineEdit;
44     QSpacerItem *horizontalSpacer_4;
45     QHBoxLayout *horizontalLayout_4;
46     QLabel *nameLabel;
47     QLineEdit *nameLineEdit;
48     QSpacerItem *horizontalSpacer_3;
49     QPushButton *resolveButton;
50     QHBoxLayout *horizontalLayout_5;
51     QLabel *genderLabel;
52     QComboBox *genderComboBox;
53     QSpacerItem *horizontalSpacer_6;
54     QSpacerItem *verticalSpacer_3;
55     QVBoxLayout *verticalLayout_2;
56     QSpacerItem *verticalSpacer_2;
57     QPushButton *okButton;
58
59     void setupUi(QWidget *TecUserInfoWidgetClass)
60     {
61         if (TecUserInfoWidgetClass->objectName().isEmpty())
62             TecUserInfoWidgetClass->setObjectName(QString::fromUtf8("TecUserInfoWidgetClass"));
63         TecUserInfoWidgetClass->setWindowModality(Qt::NonModal);
64         TecUserInfoWidgetClass->resize(544, 256);
65         TecUserInfoWidgetClass->setFocusPolicy(Qt::ClickFocus);
66         TecUserInfoWidgetClass->setStyleSheet(QString::fromUtf8(""));
67         verticalLayout_5 = new QVBoxLayout(TecUserInfoWidgetClass);
68         verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
69         userInfoFrame = new QFrame(TecUserInfoWidgetClass);
70         userInfoFrame->setObjectName(QString::fromUtf8("userInfoFrame"));
71         QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
72         sizePolicy.setHorizontalStretch(0);
73         sizePolicy.setVerticalStretch(0);
74         sizePolicy.setHeightForWidth(userInfoFrame->sizePolicy().hasHeightForWidth());
75         userInfoFrame->setSizePolicy(sizePolicy);
76         userInfoFrame->setStyleSheet(QString::fromUtf8("QFrame{\n"
77 "border:none;\n"
78 "}"));
79         userInfoFrame->setFrameShape(QFrame::StyledPanel);
80         horizontalLayout = new QHBoxLayout(userInfoFrame);
81         horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
82         verticalLayout = new QVBoxLayout();
83         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
84         pictureButton = new QPushButton(userInfoFrame);
85         pictureButton->setObjectName(QString::fromUtf8("pictureButton"));
86         QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Fixed);
87         sizePolicy1.setHorizontalStretch(0);
88         sizePolicy1.setVerticalStretch(0);
89         sizePolicy1.setHeightForWidth(pictureButton->sizePolicy().hasHeightForWidth());
90         pictureButton->setSizePolicy(sizePolicy1);
91         pictureButton->setMinimumSize(QSize(80, 80));
92         pictureButton->setStyleSheet(QString::fromUtf8("QPushButton{\n"
93 "       border-radius: 5px;\n"
94 "       min-height: 80px;\n"
95 "       min-width: 80px;\n"
96 "       max-height: 80px;\n"
97 "       max-width: 80px;\n"
98 "}"));
99         pictureButton->setIconSize(QSize(68, 68));
100         pictureButton->setFlat(false);
101
102         verticalLayout->addWidget(pictureButton);
103
104         verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
105
106         verticalLayout->addItem(verticalSpacer);
107
108         cancelButton = new QPushButton(userInfoFrame);
109         cancelButton->setObjectName(QString::fromUtf8("cancelButton"));
110         cancelButton->setMinimumSize(QSize(80, 80));
111         cancelButton->setStyleSheet(QString::fromUtf8("QPushButton{\n"
112 "       font: bold 16px;\n"
113 "       border-radius: 5px;\n"
114 "       min-height: 80px;\n"
115 "       min-width: 80px;\n"
116 "       max-height: 80px;\n"
117 "       max-width: 80px;\n"
118 "}"));
119
120         verticalLayout->addWidget(cancelButton);
121
122
123         horizontalLayout->addLayout(verticalLayout);
124
125         verticalLayout_3 = new QVBoxLayout();
126         verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
127         horizontalLayout_2 = new QHBoxLayout();
128         horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
129         uidLabel = new QLabel(userInfoFrame);
130         uidLabel->setObjectName(QString::fromUtf8("uidLabel"));
131         uidLabel->setMinimumSize(QSize(30, 0));
132         uidLabel->setStyleSheet(QString::fromUtf8("QLabel{\n"
133 "       border-radius: none;\n"
134 "       background: none;\n"
135 "       font: bold 12px;\n"
136 "}"));
137         uidLabel->setFrameShape(QFrame::StyledPanel);
138         uidLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
139
140         horizontalLayout_2->addWidget(uidLabel);
141
142         uidLineEdit = new QLineEdit(userInfoFrame);
143         uidLineEdit->setObjectName(QString::fromUtf8("uidLineEdit"));
144         QSizePolicy sizePolicy2(QSizePolicy::Expanding, QSizePolicy::Maximum);
145         sizePolicy2.setHorizontalStretch(48);
146         sizePolicy2.setVerticalStretch(48);
147         sizePolicy2.setHeightForWidth(uidLineEdit->sizePolicy().hasHeightForWidth());
148         uidLineEdit->setSizePolicy(sizePolicy2);
149         uidLineEdit->setMinimumSize(QSize(0, 48));
150         QFont font;
151         font.setBold(true);
152         font.setItalic(false);
153         font.setWeight(75);
154         uidLineEdit->setFont(font);
155         uidLineEdit->setStyleSheet(QString::fromUtf8("QLineEdit{\n"
156 "       border-radius: 5px;\n"
157 "       min-height: 48px;\n"
158 "       font: bold 14px;\n"
159 "}"));
160
161         horizontalLayout_2->addWidget(uidLineEdit);
162
163         horizontalSpacer_4 = new QSpacerItem(20, 20, QSizePolicy::Maximum, QSizePolicy::Minimum);
164
165         horizontalLayout_2->addItem(horizontalSpacer_4);
166
167
168         verticalLayout_3->addLayout(horizontalLayout_2);
169
170         horizontalLayout_4 = new QHBoxLayout();
171         horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
172         nameLabel = new QLabel(userInfoFrame);
173         nameLabel->setObjectName(QString::fromUtf8("nameLabel"));
174         nameLabel->setMinimumSize(QSize(30, 0));
175         nameLabel->setStyleSheet(QString::fromUtf8("QLabel{\n"
176 "       border-radius: none;\n"
177 "       background: none;\n"
178 "       font: bold 12px;\n"
179 "}"));
180         nameLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
181
182         horizontalLayout_4->addWidget(nameLabel);
183
184         nameLineEdit = new QLineEdit(userInfoFrame);
185         nameLineEdit->setObjectName(QString::fromUtf8("nameLineEdit"));
186         QSizePolicy sizePolicy3(QSizePolicy::Expanding, QSizePolicy::Fixed);
187         sizePolicy3.setHorizontalStretch(0);
188         sizePolicy3.setVerticalStretch(48);
189         sizePolicy3.setHeightForWidth(nameLineEdit->sizePolicy().hasHeightForWidth());
190         nameLineEdit->setSizePolicy(sizePolicy3);
191         nameLineEdit->setMinimumSize(QSize(0, 48));
192         nameLineEdit->setFont(font);
193         nameLineEdit->setLayoutDirection(Qt::LeftToRight);
194         nameLineEdit->setStyleSheet(QString::fromUtf8("QLineEdit{\n"
195 "       border-radius: 5px;\n"
196 "       min-height: 48px;\n"
197 "       font: bold 14px;\n"
198 "}"));
199         nameLineEdit->setReadOnly(false);
200
201         horizontalLayout_4->addWidget(nameLineEdit);
202
203         horizontalSpacer_3 = new QSpacerItem(20, 20, QSizePolicy::Maximum, QSizePolicy::Minimum);
204
205         horizontalLayout_4->addItem(horizontalSpacer_3);
206
207         resolveButton = new QPushButton(userInfoFrame);
208         resolveButton->setObjectName(QString::fromUtf8("resolveButton"));
209         resolveButton->setMinimumSize(QSize(80, 40));
210         resolveButton->setMaximumSize(QSize(80, 40));
211         resolveButton->setFont(font);
212         resolveButton->setStyleSheet(QString::fromUtf8("QPushButton{\n"
213 "       font: bold 16px;\n"
214 "       border-radius: 5px;\n"
215 "       min-height: 40px;\n"
216 "       min-width: 80px;\n"
217 "       max-height: 40px;\n"
218 "       max-width: 80px;\n"
219 "}"));
220
221         horizontalLayout_4->addWidget(resolveButton);
222
223
224         verticalLayout_3->addLayout(horizontalLayout_4);
225
226         horizontalLayout_5 = new QHBoxLayout();
227         horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
228         genderLabel = new QLabel(userInfoFrame);
229         genderLabel->setObjectName(QString::fromUtf8("genderLabel"));
230         genderLabel->setMinimumSize(QSize(30, 0));
231         genderLabel->setStyleSheet(QString::fromUtf8("QLabel{\n"
232 "       border-radius: none;\n"
233 "       background: none;\n"
234 "       font: bold 12px;\n"
235 "}"));
236         genderLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
237
238         horizontalLayout_5->addWidget(genderLabel);
239
240         genderComboBox = new QComboBox(userInfoFrame);
241         genderComboBox->setObjectName(QString::fromUtf8("genderComboBox"));
242         QSizePolicy sizePolicy4(QSizePolicy::Preferred, QSizePolicy::Fixed);
243         sizePolicy4.setHorizontalStretch(0);
244         sizePolicy4.setVerticalStretch(48);
245         sizePolicy4.setHeightForWidth(genderComboBox->sizePolicy().hasHeightForWidth());
246         genderComboBox->setSizePolicy(sizePolicy4);
247         genderComboBox->setMinimumSize(QSize(110, 52));
248         genderComboBox->setFont(font);
249         genderComboBox->setAutoFillBackground(false);
250         genderComboBox->setStyleSheet(QString::fromUtf8("QComboBox {\n"
251 "       min-height: 48px;\n"
252 "       font: bold 16px;\n"
253 "}\n"
254 ""));
255
256         horizontalLayout_5->addWidget(genderComboBox);
257
258         horizontalSpacer_6 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
259
260         horizontalLayout_5->addItem(horizontalSpacer_6);
261
262
263         verticalLayout_3->addLayout(horizontalLayout_5);
264
265         verticalSpacer_3 = new QSpacerItem(327, 35, QSizePolicy::Minimum, QSizePolicy::Expanding);
266
267         verticalLayout_3->addItem(verticalSpacer_3);
268
269
270         horizontalLayout->addLayout(verticalLayout_3);
271
272         verticalLayout_2 = new QVBoxLayout();
273         verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
274         verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
275
276         verticalLayout_2->addItem(verticalSpacer_2);
277
278         okButton = new QPushButton(userInfoFrame);
279         okButton->setObjectName(QString::fromUtf8("okButton"));
280         okButton->setMinimumSize(QSize(80, 80));
281         okButton->setStyleSheet(QString::fromUtf8("QPushButton{\n"
282 "       font: bold 16px;\n"
283 "       border-radius: 5px;\n"
284 "       min-height: 80px;\n"
285 "       min-width: 80px;\n"
286 "       max-height: 80px;\n"
287 "       max-width: 80px;\n"
288 "}"));
289
290         verticalLayout_2->addWidget(okButton);
291
292
293         horizontalLayout->addLayout(verticalLayout_2);
294
295
296         verticalLayout_5->addWidget(userInfoFrame);
297
298
299         retranslateUi(TecUserInfoWidgetClass);
300
301         genderComboBox->setCurrentIndex(-1);
302
303
304         QMetaObject::connectSlotsByName(TecUserInfoWidgetClass);
305     } // setupUi
306
307     void retranslateUi(QWidget *TecUserInfoWidgetClass)
308     {
309         TecUserInfoWidgetClass->setWindowTitle(QApplication::translate("TecUserInfoWidgetClass", "Form", 0, QApplication::UnicodeUTF8));
310         pictureButton->setText(QString());
311         cancelButton->setText(QApplication::translate("TecUserInfoWidgetClass", "Cancel", 0, QApplication::UnicodeUTF8));
312         uidLabel->setText(QApplication::translate("TecUserInfoWidgetClass", "User id:", 0, QApplication::UnicodeUTF8));
313         uidLineEdit->setText(QString());
314         nameLabel->setText(QApplication::translate("TecUserInfoWidgetClass", "Name:", 0, QApplication::UnicodeUTF8));
315         nameLineEdit->setText(QString());
316         resolveButton->setText(QApplication::translate("TecUserInfoWidgetClass", "Resolve", 0, QApplication::UnicodeUTF8));
317         genderLabel->setText(QApplication::translate("TecUserInfoWidgetClass", "Gender:", 0, QApplication::UnicodeUTF8));
318         okButton->setText(QApplication::translate("TecUserInfoWidgetClass", "OK", 0, QApplication::UnicodeUTF8));
319     } // retranslateUi
320
321 };
322
323 namespace Ui {
324     class TecUserInfoWidgetClass: public Ui_TecUserInfoWidgetClass {};
325 } // namespace Ui
326
327 QT_END_NAMESPACE
328
329 #endif // UI_TECUSERINFOWIDGET_H