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

浏览器

开发平台:

Visual C++

  1. /********************************************************************************
  2. ** Form generated from reading ui file 'cookies.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_COOKIES_H
  10. #define UI_COOKIES_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/QHBoxLayout>
  19. #include <QtGui/QPushButton>
  20. #include <QtGui/QSpacerItem>
  21. #include "edittableview.h"
  22. #include "searchlineedit.h"
  23. QT_BEGIN_NAMESPACE
  24. class Ui_CookiesDialog
  25. {
  26. public:
  27.     QGridLayout *gridLayout;
  28.     QSpacerItem *spacerItem;
  29.     SearchLineEdit *search;
  30.     EditTableView *cookiesTable;
  31.     QHBoxLayout *hboxLayout;
  32.     QPushButton *removeButton;
  33.     QPushButton *removeAllButton;
  34.     QSpacerItem *spacerItem1;
  35.     QDialogButtonBox *buttonBox;
  36.     void setupUi(QDialog *CookiesDialog)
  37.     {
  38.     if (CookiesDialog->objectName().isEmpty())
  39.         CookiesDialog->setObjectName(QString::fromUtf8("CookiesDialog"));
  40.     CookiesDialog->resize(550, 370);
  41.     gridLayout = new QGridLayout(CookiesDialog);
  42.     gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
  43.     spacerItem = new QSpacerItem(252, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  44.     gridLayout->addItem(spacerItem, 0, 0, 1, 1);
  45.     search = new SearchLineEdit(CookiesDialog);
  46.     search->setObjectName(QString::fromUtf8("search"));
  47.     gridLayout->addWidget(search, 0, 1, 1, 1);
  48.     cookiesTable = new EditTableView(CookiesDialog);
  49.     cookiesTable->setObjectName(QString::fromUtf8("cookiesTable"));
  50.     gridLayout->addWidget(cookiesTable, 1, 0, 1, 2);
  51.     hboxLayout = new QHBoxLayout();
  52.     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
  53.     removeButton = new QPushButton(CookiesDialog);
  54.     removeButton->setObjectName(QString::fromUtf8("removeButton"));
  55.     hboxLayout->addWidget(removeButton);
  56.     removeAllButton = new QPushButton(CookiesDialog);
  57.     removeAllButton->setObjectName(QString::fromUtf8("removeAllButton"));
  58.     hboxLayout->addWidget(removeAllButton);
  59.     spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  60.     hboxLayout->addItem(spacerItem1);
  61.     buttonBox = new QDialogButtonBox(CookiesDialog);
  62.     buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  63.     buttonBox->setStandardButtons(QDialogButtonBox::Ok);
  64.     hboxLayout->addWidget(buttonBox);
  65.     gridLayout->addLayout(hboxLayout, 2, 0, 1, 2);
  66.     retranslateUi(CookiesDialog);
  67.     QObject::connect(buttonBox, SIGNAL(accepted()), CookiesDialog, SLOT(accept()));
  68.     QMetaObject::connectSlotsByName(CookiesDialog);
  69.     } // setupUi
  70.     void retranslateUi(QDialog *CookiesDialog)
  71.     {
  72.     CookiesDialog->setWindowTitle(QApplication::translate("CookiesDialog", "Cookies", 0, QApplication::UnicodeUTF8));
  73.     removeButton->setText(QApplication::translate("CookiesDialog", "&Remove", 0, QApplication::UnicodeUTF8));
  74.     removeAllButton->setText(QApplication::translate("CookiesDialog", "Remove &All Cookies", 0, QApplication::UnicodeUTF8));
  75.     Q_UNUSED(CookiesDialog);
  76.     } // retranslateUi
  77. };
  78. namespace Ui {
  79.     class CookiesDialog: public Ui_CookiesDialog {};
  80. } // namespace Ui
  81. QT_END_NAMESPACE
  82. #endif // UI_COOKIES_H