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

浏览器

开发平台:

Visual C++

  1. /********************************************************************************
  2. ** Form generated from reading ui file 'downloads.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_DOWNLOADS_H
  10. #define UI_DOWNLOADS_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QDialog>
  16. #include <QtGui/QGridLayout>
  17. #include <QtGui/QHBoxLayout>
  18. #include <QtGui/QLabel>
  19. #include <QtGui/QPushButton>
  20. #include <QtGui/QSpacerItem>
  21. #include "edittableview.h"
  22. QT_BEGIN_NAMESPACE
  23. class Ui_DownloadDialog
  24. {
  25. public:
  26.     QGridLayout *gridLayout;
  27.     EditTableView *downloadsView;
  28.     QHBoxLayout *horizontalLayout;
  29.     QPushButton *cleanupButton;
  30.     QSpacerItem *spacerItem;
  31.     QLabel *itemCount;
  32.     QSpacerItem *horizontalSpacer;
  33.     void setupUi(QDialog *DownloadDialog)
  34.     {
  35.     if (DownloadDialog->objectName().isEmpty())
  36.         DownloadDialog->setObjectName(QString::fromUtf8("DownloadDialog"));
  37.     DownloadDialog->resize(332, 252);
  38.     gridLayout = new QGridLayout(DownloadDialog);
  39.     gridLayout->setSpacing(0);
  40.     gridLayout->setMargin(0);
  41.     gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
  42.     downloadsView = new EditTableView(DownloadDialog);
  43.     downloadsView->setObjectName(QString::fromUtf8("downloadsView"));
  44.     gridLayout->addWidget(downloadsView, 0, 0, 1, 3);
  45.     horizontalLayout = new QHBoxLayout();
  46.     horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  47.     cleanupButton = new QPushButton(DownloadDialog);
  48.     cleanupButton->setObjectName(QString::fromUtf8("cleanupButton"));
  49.     cleanupButton->setEnabled(false);
  50.     horizontalLayout->addWidget(cleanupButton);
  51.     spacerItem = new QSpacerItem(58, 24, QSizePolicy::Expanding, QSizePolicy::Minimum);
  52.     horizontalLayout->addItem(spacerItem);
  53.     gridLayout->addLayout(horizontalLayout, 1, 0, 1, 1);
  54.     itemCount = new QLabel(DownloadDialog);
  55.     itemCount->setObjectName(QString::fromUtf8("itemCount"));
  56.     gridLayout->addWidget(itemCount, 1, 1, 1, 1);
  57.     horizontalSpacer = new QSpacerItem(148, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  58.     gridLayout->addItem(horizontalSpacer, 1, 2, 1, 1);
  59.     retranslateUi(DownloadDialog);
  60.     QMetaObject::connectSlotsByName(DownloadDialog);
  61.     } // setupUi
  62.     void retranslateUi(QDialog *DownloadDialog)
  63.     {
  64.     DownloadDialog->setWindowTitle(QApplication::translate("DownloadDialog", "Downloads", 0, QApplication::UnicodeUTF8));
  65.     cleanupButton->setText(QApplication::translate("DownloadDialog", "Clean up", 0, QApplication::UnicodeUTF8));
  66.     itemCount->setText(QApplication::translate("DownloadDialog", "0 Items", 0, QApplication::UnicodeUTF8));
  67.     Q_UNUSED(DownloadDialog);
  68.     } // retranslateUi
  69. };
  70. namespace Ui {
  71.     class DownloadDialog: public Ui_DownloadDialog {};
  72. } // namespace Ui
  73. QT_END_NAMESPACE
  74. #endif // UI_DOWNLOADS_H