ui_proxy.h
上传用户:huahtool
上传日期:2015-12-10
资源大小:1089k
文件大小:4k
源码类别:

浏览器

开发平台:

Visual C++

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