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

浏览器

开发平台:

Visual C++

  1. /********************************************************************************
  2. ** Form generated from reading ui file 'cookiesexceptions.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_COOKIESEXCEPTIONS_H
  10. #define UI_COOKIESEXCEPTIONS_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/QGroupBox>
  19. #include <QtGui/QHBoxLayout>
  20. #include <QtGui/QLabel>
  21. #include <QtGui/QLineEdit>
  22. #include <QtGui/QPushButton>
  23. #include <QtGui/QSpacerItem>
  24. #include <QtGui/QVBoxLayout>
  25. #include "edittableview.h"
  26. #include "searchlineedit.h"
  27. QT_BEGIN_NAMESPACE
  28. class Ui_CookiesExceptionsDialog
  29. {
  30. public:
  31.     QVBoxLayout *vboxLayout;
  32.     QGroupBox *newExceptionGroupBox;
  33.     QGridLayout *gridLayout;
  34.     QHBoxLayout *hboxLayout;
  35.     QLabel *label;
  36.     QLineEdit *domainLineEdit;
  37.     QHBoxLayout *hboxLayout1;
  38.     QSpacerItem *spacerItem;
  39.     QPushButton *blockButton;
  40.     QPushButton *allowForSessionButton;
  41.     QPushButton *allowButton;
  42.     QGroupBox *ExceptionsGroupBox;
  43.     QGridLayout *gridLayout1;
  44.     QSpacerItem *spacerItem1;
  45.     SearchLineEdit *search;
  46.     EditTableView *exceptionTable;
  47.     QPushButton *removeButton;
  48.     QPushButton *removeAllButton;
  49.     QSpacerItem *spacerItem2;
  50.     QDialogButtonBox *buttonBox;
  51.     void setupUi(QDialog *CookiesExceptionsDialog)
  52.     {
  53.     if (CookiesExceptionsDialog->objectName().isEmpty())
  54.         CookiesExceptionsDialog->setObjectName(QString::fromUtf8("CookiesExceptionsDialog"));
  55.     CookiesExceptionsDialog->resize(466, 446);
  56.     vboxLayout = new QVBoxLayout(CookiesExceptionsDialog);
  57.     vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
  58.     newExceptionGroupBox = new QGroupBox(CookiesExceptionsDialog);
  59.     newExceptionGroupBox->setObjectName(QString::fromUtf8("newExceptionGroupBox"));
  60.     gridLayout = new QGridLayout(newExceptionGroupBox);
  61.     gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
  62.     hboxLayout = new QHBoxLayout();
  63.     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
  64.     label = new QLabel(newExceptionGroupBox);
  65.     label->setObjectName(QString::fromUtf8("label"));
  66.     hboxLayout->addWidget(label);
  67.     domainLineEdit = new QLineEdit(newExceptionGroupBox);
  68.     domainLineEdit->setObjectName(QString::fromUtf8("domainLineEdit"));
  69.     hboxLayout->addWidget(domainLineEdit);
  70.     gridLayout->addLayout(hboxLayout, 0, 0, 1, 1);
  71.     hboxLayout1 = new QHBoxLayout();
  72.     hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
  73.     spacerItem = new QSpacerItem(81, 25, QSizePolicy::Expanding, QSizePolicy::Minimum);
  74.     hboxLayout1->addItem(spacerItem);
  75.     blockButton = new QPushButton(newExceptionGroupBox);
  76.     blockButton->setObjectName(QString::fromUtf8("blockButton"));
  77.     blockButton->setEnabled(false);
  78.     hboxLayout1->addWidget(blockButton);
  79.     allowForSessionButton = new QPushButton(newExceptionGroupBox);
  80.     allowForSessionButton->setObjectName(QString::fromUtf8("allowForSessionButton"));
  81.     allowForSessionButton->setEnabled(false);
  82.     hboxLayout1->addWidget(allowForSessionButton);
  83.     allowButton = new QPushButton(newExceptionGroupBox);
  84.     allowButton->setObjectName(QString::fromUtf8("allowButton"));
  85.     allowButton->setEnabled(false);
  86.     hboxLayout1->addWidget(allowButton);
  87.     gridLayout->addLayout(hboxLayout1, 1, 0, 1, 1);
  88.     vboxLayout->addWidget(newExceptionGroupBox);
  89.     ExceptionsGroupBox = new QGroupBox(CookiesExceptionsDialog);
  90.     ExceptionsGroupBox->setObjectName(QString::fromUtf8("ExceptionsGroupBox"));
  91.     gridLayout1 = new QGridLayout(ExceptionsGroupBox);
  92.     gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
  93.     spacerItem1 = new QSpacerItem(252, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  94.     gridLayout1->addItem(spacerItem1, 0, 0, 1, 3);
  95.     search = new SearchLineEdit(ExceptionsGroupBox);
  96.     search->setObjectName(QString::fromUtf8("search"));
  97.     gridLayout1->addWidget(search, 0, 3, 1, 1);
  98.     exceptionTable = new EditTableView(ExceptionsGroupBox);
  99.     exceptionTable->setObjectName(QString::fromUtf8("exceptionTable"));
  100.     gridLayout1->addWidget(exceptionTable, 1, 0, 1, 4);
  101.     removeButton = new QPushButton(ExceptionsGroupBox);
  102.     removeButton->setObjectName(QString::fromUtf8("removeButton"));
  103.     gridLayout1->addWidget(removeButton, 2, 0, 1, 1);
  104.     removeAllButton = new QPushButton(ExceptionsGroupBox);
  105.     removeAllButton->setObjectName(QString::fromUtf8("removeAllButton"));
  106.     gridLayout1->addWidget(removeAllButton, 2, 1, 1, 1);
  107.     spacerItem2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  108.     gridLayout1->addItem(spacerItem2, 2, 2, 1, 2);
  109.     vboxLayout->addWidget(ExceptionsGroupBox);
  110.     buttonBox = new QDialogButtonBox(CookiesExceptionsDialog);
  111.     buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  112.     buttonBox->setOrientation(Qt::Horizontal);
  113.     buttonBox->setStandardButtons(QDialogButtonBox::Ok);
  114.     vboxLayout->addWidget(buttonBox);
  115.     retranslateUi(CookiesExceptionsDialog);
  116.     QObject::connect(buttonBox, SIGNAL(accepted()), CookiesExceptionsDialog, SLOT(accept()));
  117.     QMetaObject::connectSlotsByName(CookiesExceptionsDialog);
  118.     } // setupUi
  119.     void retranslateUi(QDialog *CookiesExceptionsDialog)
  120.     {
  121.     CookiesExceptionsDialog->setWindowTitle(QApplication::translate("CookiesExceptionsDialog", "Cookie Exceptions", 0, QApplication::UnicodeUTF8));
  122.     newExceptionGroupBox->setTitle(QApplication::translate("CookiesExceptionsDialog", "New Exception", 0, QApplication::UnicodeUTF8));
  123.     label->setText(QApplication::translate("CookiesExceptionsDialog", "Domain:", 0, QApplication::UnicodeUTF8));
  124.     blockButton->setText(QApplication::translate("CookiesExceptionsDialog", "Block", 0, QApplication::UnicodeUTF8));
  125.     allowForSessionButton->setText(QApplication::translate("CookiesExceptionsDialog", "Allow For Session", 0, QApplication::UnicodeUTF8));
  126.     allowButton->setText(QApplication::translate("CookiesExceptionsDialog", "Allow", 0, QApplication::UnicodeUTF8));
  127.     ExceptionsGroupBox->setTitle(QApplication::translate("CookiesExceptionsDialog", "Exceptions", 0, QApplication::UnicodeUTF8));
  128.     removeButton->setText(QApplication::translate("CookiesExceptionsDialog", "&Remove", 0, QApplication::UnicodeUTF8));
  129.     removeAllButton->setText(QApplication::translate("CookiesExceptionsDialog", "Remove &All", 0, QApplication::UnicodeUTF8));
  130.     Q_UNUSED(CookiesExceptionsDialog);
  131.     } // retranslateUi
  132. };
  133. namespace Ui {
  134.     class CookiesExceptionsDialog: public Ui_CookiesExceptionsDialog {};
  135. } // namespace Ui
  136. QT_END_NAMESPACE
  137. #endif // UI_COOKIESEXCEPTIONS_H