0
|
1 |
/********************************************************************************
|
|
2 |
** Form generated from reading UI file 'proxy.ui'
|
|
3 |
**
|
|
4 |
** Created: Fri Sep 4 10:17:14 2009
|
|
5 |
** by: Qt User Interface Compiler version 4.6.0
|
|
6 |
**
|
|
7 |
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
8 |
********************************************************************************/
|
|
9 |
|
|
10 |
#ifndef PROXY_H
|
|
11 |
#define PROXY_H
|
|
12 |
|
|
13 |
#include <QtCore/QVariant>
|
|
14 |
#include <QtGui/QAction>
|
|
15 |
#include <QtGui/QApplication>
|
|
16 |
#include <QtGui/QButtonGroup>
|
|
17 |
#include <QtGui/QDialog>
|
|
18 |
#include <QtGui/QDialogButtonBox>
|
|
19 |
#include <QtGui/QGridLayout>
|
|
20 |
#include <QtGui/QHeaderView>
|
|
21 |
#include <QtGui/QLabel>
|
|
22 |
#include <QtGui/QLineEdit>
|
|
23 |
|
|
24 |
QT_BEGIN_NAMESPACE
|
|
25 |
|
|
26 |
class Ui_ProxyDialog
|
|
27 |
{
|
|
28 |
public:
|
|
29 |
QGridLayout *gridLayout;
|
|
30 |
QLabel *iconLabel;
|
|
31 |
QLabel *introLabel;
|
|
32 |
QLabel *usernameLabel;
|
|
33 |
QLineEdit *userNameLineEdit;
|
|
34 |
QLabel *passwordLabel;
|
|
35 |
QLineEdit *passwordLineEdit;
|
|
36 |
QDialogButtonBox *buttonBox;
|
|
37 |
|
|
38 |
void setupUi(QDialog *ProxyDialog)
|
|
39 |
{
|
|
40 |
if (ProxyDialog->objectName().isEmpty())
|
|
41 |
ProxyDialog->setObjectName(QString::fromUtf8("ProxyDialog"));
|
|
42 |
ProxyDialog->resize(369, 144);
|
|
43 |
gridLayout = new QGridLayout(ProxyDialog);
|
|
44 |
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
|
45 |
iconLabel = new QLabel(ProxyDialog);
|
|
46 |
iconLabel->setObjectName(QString::fromUtf8("iconLabel"));
|
|
47 |
|
|
48 |
gridLayout->addWidget(iconLabel, 0, 0, 1, 1);
|
|
49 |
|
|
50 |
introLabel = new QLabel(ProxyDialog);
|
|
51 |
introLabel->setObjectName(QString::fromUtf8("introLabel"));
|
|
52 |
introLabel->setWordWrap(true);
|
|
53 |
|
|
54 |
gridLayout->addWidget(introLabel, 0, 1, 1, 2);
|
|
55 |
|
|
56 |
usernameLabel = new QLabel(ProxyDialog);
|
|
57 |
usernameLabel->setObjectName(QString::fromUtf8("usernameLabel"));
|
|
58 |
|
|
59 |
gridLayout->addWidget(usernameLabel, 1, 0, 1, 2);
|
|
60 |
|
|
61 |
userNameLineEdit = new QLineEdit(ProxyDialog);
|
|
62 |
userNameLineEdit->setObjectName(QString::fromUtf8("userNameLineEdit"));
|
|
63 |
|
|
64 |
gridLayout->addWidget(userNameLineEdit, 1, 2, 1, 1);
|
|
65 |
|
|
66 |
passwordLabel = new QLabel(ProxyDialog);
|
|
67 |
passwordLabel->setObjectName(QString::fromUtf8("passwordLabel"));
|
|
68 |
|
|
69 |
gridLayout->addWidget(passwordLabel, 2, 0, 1, 2);
|
|
70 |
|
|
71 |
passwordLineEdit = new QLineEdit(ProxyDialog);
|
|
72 |
passwordLineEdit->setObjectName(QString::fromUtf8("passwordLineEdit"));
|
|
73 |
passwordLineEdit->setEchoMode(QLineEdit::Password);
|
|
74 |
|
|
75 |
gridLayout->addWidget(passwordLineEdit, 2, 2, 1, 1);
|
|
76 |
|
|
77 |
buttonBox = new QDialogButtonBox(ProxyDialog);
|
|
78 |
buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
|
|
79 |
buttonBox->setOrientation(Qt::Horizontal);
|
|
80 |
buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
|
|
81 |
|
|
82 |
gridLayout->addWidget(buttonBox, 3, 0, 1, 3);
|
|
83 |
|
|
84 |
|
|
85 |
retranslateUi(ProxyDialog);
|
|
86 |
QObject::connect(buttonBox, SIGNAL(accepted()), ProxyDialog, SLOT(accept()));
|
|
87 |
QObject::connect(buttonBox, SIGNAL(rejected()), ProxyDialog, SLOT(reject()));
|
|
88 |
|
|
89 |
QMetaObject::connectSlotsByName(ProxyDialog);
|
|
90 |
} // setupUi
|
|
91 |
|
|
92 |
void retranslateUi(QDialog *ProxyDialog)
|
|
93 |
{
|
|
94 |
ProxyDialog->setWindowTitle(QApplication::translate("ProxyDialog", "Proxy Authentication", 0, QApplication::UnicodeUTF8));
|
|
95 |
iconLabel->setText(QApplication::translate("ProxyDialog", "ICON", 0, QApplication::UnicodeUTF8));
|
|
96 |
introLabel->setText(QApplication::translate("ProxyDialog", "Connect to proxy", 0, QApplication::UnicodeUTF8));
|
|
97 |
usernameLabel->setText(QApplication::translate("ProxyDialog", "Username:", 0, QApplication::UnicodeUTF8));
|
|
98 |
passwordLabel->setText(QApplication::translate("ProxyDialog", "Password:", 0, QApplication::UnicodeUTF8));
|
|
99 |
} // retranslateUi
|
|
100 |
|
|
101 |
};
|
|
102 |
|
|
103 |
namespace Ui {
|
|
104 |
class ProxyDialog: public Ui_ProxyDialog {};
|
|
105 |
} // namespace Ui
|
|
106 |
|
|
107 |
QT_END_NAMESPACE
|
|
108 |
|
|
109 |
#endif // PROXY_H
|