Initial Commit.
[onlineservices] / ui_authenticationdialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'authenticationdialog.ui'
3 **
4 ** Created: Wed Jul 14 11:23:20 2010
5 **      by: Qt User Interface Compiler version 4.6.3
6 **
7 ** WARNING! All changes made in this file will be lost when recompiling UI file!
8 ********************************************************************************/
9
10 #ifndef UI_AUTHENTICATIONDIALOG_H
11 #define UI_AUTHENTICATIONDIALOG_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/QDialog>
19 #include <QtGui/QGridLayout>
20 #include <QtGui/QHeaderView>
21 #include <QtGui/QLabel>
22 #include <QtGui/QLineEdit>
23 #include <QtGui/QPushButton>
24 #include <QtGui/QVBoxLayout>
25
26 QT_BEGIN_NAMESPACE
27
28 class Ui_Dialog
29 {
30 public:
31     QVBoxLayout *verticalLayout;
32     QLabel *label;
33     QGridLayout *gridLayout;
34     QLabel *label_4;
35     QComboBox *comboBox;
36     QLabel *label_2;
37     QLineEdit *userEdit;
38     QLabel *label_3;
39     QLineEdit *passwordEdit;
40     QPushButton *loginButton;
41
42     void setupUi(QDialog *Dialog)
43     {
44         if (Dialog->objectName().isEmpty())
45             Dialog->setObjectName(QString::fromUtf8("Dialog"));
46         Dialog->resize(449, 135);
47         verticalLayout = new QVBoxLayout(Dialog);
48         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
49         label = new QLabel(Dialog);
50         label->setObjectName(QString::fromUtf8("label"));
51         label->setWordWrap(false);
52
53         verticalLayout->addWidget(label);
54
55         gridLayout = new QGridLayout();
56         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
57         label_4 = new QLabel(Dialog);
58         label_4->setObjectName(QString::fromUtf8("label_4"));
59
60         gridLayout->addWidget(label_4, 0, 0, 1, 1);
61
62         comboBox = new QComboBox(Dialog);
63         comboBox->setObjectName(QString::fromUtf8("comboBox"));
64
65         gridLayout->addWidget(comboBox, 0, 1, 1, 1);
66
67         label_2 = new QLabel(Dialog);
68         label_2->setObjectName(QString::fromUtf8("label_2"));
69
70         gridLayout->addWidget(label_2, 1, 0, 1, 1);
71
72         userEdit = new QLineEdit(Dialog);
73         userEdit->setObjectName(QString::fromUtf8("userEdit"));
74
75         gridLayout->addWidget(userEdit, 1, 1, 1, 1);
76
77         label_3 = new QLabel(Dialog);
78         label_3->setObjectName(QString::fromUtf8("label_3"));
79
80         gridLayout->addWidget(label_3, 2, 0, 1, 1);
81
82         passwordEdit = new QLineEdit(Dialog);
83         passwordEdit->setObjectName(QString::fromUtf8("passwordEdit"));
84         passwordEdit->setEchoMode(QLineEdit::Password);
85
86         gridLayout->addWidget(passwordEdit, 2, 1, 1, 1);
87
88
89         verticalLayout->addLayout(gridLayout);
90
91         loginButton = new QPushButton(Dialog);
92         loginButton->setObjectName(QString::fromUtf8("loginButton"));
93
94         verticalLayout->addWidget(loginButton);
95
96
97         retranslateUi(Dialog);
98
99         QMetaObject::connectSlotsByName(Dialog);
100     } // setupUi
101
102     void retranslateUi(QDialog *Dialog)
103     {
104         Dialog->setWindowTitle(QApplication::translate("Dialog", "Account Signin", 0, QApplication::UnicodeUTF8));
105         label->setText(QApplication::translate("Dialog", "You need to supply Username and Password to access documents", 0, QApplication::UnicodeUTF8));
106         label_4->setText(QApplication::translate("Dialog", "Site:", 0, QApplication::UnicodeUTF8));
107         label_2->setText(QApplication::translate("Dialog", "Username:", 0, QApplication::UnicodeUTF8));
108         userEdit->setText(QApplication::translate("Dialog", "@gmail.com", 0, QApplication::UnicodeUTF8));
109         label_3->setText(QApplication::translate("Dialog", "Password:", 0, QApplication::UnicodeUTF8));
110         passwordEdit->setInputMask(QString());
111         passwordEdit->setText(QString());
112         loginButton->setText(QApplication::translate("Dialog", "Sign In", 0, QApplication::UnicodeUTF8));
113     } // retranslateUi
114
115 };
116
117 namespace Ui {
118     class Dialog: public Ui_Dialog {};
119 } // namespace Ui
120
121 QT_END_NAMESPACE
122
123 #endif // UI_AUTHENTICATIONDIALOG_H