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

浏览器

开发平台:

Visual C++

  1. /********************************************************************************
  2. ** Form generated from reading ui file 'history.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_HISTORY_H
  10. #define UI_HISTORY_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 "edittreeview.h"
  22. #include "searchlineedit.h"
  23. QT_BEGIN_NAMESPACE
  24. class Ui_HistoryDialog
  25. {
  26. public:
  27.     QGridLayout *gridLayout;
  28.     QSpacerItem *spacerItem;
  29.     SearchLineEdit *search;
  30.     EditTreeView *tree;
  31.     QHBoxLayout *hboxLayout;
  32.     QPushButton *removeButton;
  33.     QPushButton *removeAllButton;
  34.     QSpacerItem *spacerItem1;
  35.     QDialogButtonBox *buttonBox;
  36.     void setupUi(QDialog *HistoryDialog)
  37.     {
  38.     if (HistoryDialog->objectName().isEmpty())
  39.         HistoryDialog->setObjectName(QString::fromUtf8("HistoryDialog"));
  40.     HistoryDialog->resize(758, 450);
  41.     gridLayout = new QGridLayout(HistoryDialog);
  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(HistoryDialog);
  46.     search->setObjectName(QString::fromUtf8("search"));
  47.     gridLayout->addWidget(search, 0, 1, 1, 1);
  48.     tree = new EditTreeView(HistoryDialog);
  49.     tree->setObjectName(QString::fromUtf8("tree"));
  50.     gridLayout->addWidget(tree, 1, 0, 1, 2);
  51.     hboxLayout = new QHBoxLayout();
  52.     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
  53.     removeButton = new QPushButton(HistoryDialog);
  54.     removeButton->setObjectName(QString::fromUtf8("removeButton"));
  55.     hboxLayout->addWidget(removeButton);
  56.     removeAllButton = new QPushButton(HistoryDialog);
  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(HistoryDialog);
  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(HistoryDialog);
  67.     QObject::connect(buttonBox, SIGNAL(accepted()), HistoryDialog, SLOT(accept()));
  68.     QMetaObject::connectSlotsByName(HistoryDialog);
  69.     } // setupUi
  70.     void retranslateUi(QDialog *HistoryDialog)
  71.     {
  72.     HistoryDialog->setWindowTitle(QApplication::translate("HistoryDialog", "History", 0, QApplication::UnicodeUTF8));
  73.     removeButton->setText(QApplication::translate("HistoryDialog", "&Remove", 0, QApplication::UnicodeUTF8));
  74.     removeAllButton->setText(QApplication::translate("HistoryDialog", "Remove &All", 0, QApplication::UnicodeUTF8));
  75.     Q_UNUSED(HistoryDialog);
  76.     } // retranslateUi
  77. };
  78. namespace Ui {
  79.     class HistoryDialog: public Ui_HistoryDialog {};
  80. } // namespace Ui
  81. QT_END_NAMESPACE
  82. #endif // UI_HISTORY_H