summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline/downloaditem.ui.h
diff options
context:
space:
mode:
authorJo Asplin <jo.asplin@nokia.com>2011-09-12 09:21:12 +0200
committerJo Asplin <jo.asplin@nokia.com>2011-09-12 10:08:29 +0200
commit4c43b60323e88befb08504c1ec67305cc8f57e70 (patch)
treef63216a07d69701e791839d7a9938337792eaf73 /tests/auto/tools/uic/baseline/downloaditem.ui.h
parent3ade4d260f3afe160bd593e27e18f1dffdbee398 (diff)
Moved autotests in category 'tools' into new directory structure
Task-number: QTBUG-21355 Change-Id: I315d4b1f55d42391524c0e8625952dee1b96fca3 Reviewed-on: http://codereview.qt-project.org/4449 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/tools/uic/baseline/downloaditem.ui.h')
-rw-r--r--tests/auto/tools/uic/baseline/downloaditem.ui.h148
1 files changed, 148 insertions, 0 deletions
diff --git a/tests/auto/tools/uic/baseline/downloaditem.ui.h b/tests/auto/tools/uic/baseline/downloaditem.ui.h
new file mode 100644
index 0000000000..d856e2099e
--- /dev/null
+++ b/tests/auto/tools/uic/baseline/downloaditem.ui.h
@@ -0,0 +1,148 @@
+/********************************************************************************
+** Form generated from reading UI file 'downloaditem.ui'
+**
+** Created: Fri Sep 4 10:17:13 2009
+** by: Qt User Interface Compiler version 4.6.0
+**
+** WARNING! All changes made in this file will be lost when recompiling UI file!
+********************************************************************************/
+
+#ifndef DOWNLOADITEM_H
+#define DOWNLOADITEM_H
+
+#include <QtCore/QVariant>
+#include <QtGui/QAction>
+#include <QtGui/QApplication>
+#include <QtGui/QButtonGroup>
+#include <QtGui/QHBoxLayout>
+#include <QtGui/QHeaderView>
+#include <QtGui/QLabel>
+#include <QtGui/QProgressBar>
+#include <QtGui/QPushButton>
+#include <QtGui/QSpacerItem>
+#include <QtGui/QVBoxLayout>
+#include <QtGui/QWidget>
+#include "squeezelabel.h"
+
+QT_BEGIN_NAMESPACE
+
+class Ui_DownloadItem
+{
+public:
+ QHBoxLayout *horizontalLayout;
+ QLabel *fileIcon;
+ QVBoxLayout *verticalLayout_2;
+ SqueezeLabel *fileNameLabel;
+ QProgressBar *progressBar;
+ SqueezeLabel *downloadInfoLabel;
+ QVBoxLayout *verticalLayout;
+ QSpacerItem *verticalSpacer;
+ QPushButton *tryAgainButton;
+ QPushButton *stopButton;
+ QPushButton *openButton;
+ QSpacerItem *verticalSpacer_2;
+
+ void setupUi(QWidget *DownloadItem)
+ {
+ if (DownloadItem->objectName().isEmpty())
+ DownloadItem->setObjectName(QString::fromUtf8("DownloadItem"));
+ DownloadItem->resize(423, 110);
+ horizontalLayout = new QHBoxLayout(DownloadItem);
+ horizontalLayout->setContentsMargins(0, 0, 0, 0);
+ horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
+ fileIcon = new QLabel(DownloadItem);
+ fileIcon->setObjectName(QString::fromUtf8("fileIcon"));
+ QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum);
+ sizePolicy.setHorizontalStretch(0);
+ sizePolicy.setVerticalStretch(0);
+ sizePolicy.setHeightForWidth(fileIcon->sizePolicy().hasHeightForWidth());
+ fileIcon->setSizePolicy(sizePolicy);
+
+ horizontalLayout->addWidget(fileIcon);
+
+ verticalLayout_2 = new QVBoxLayout();
+ verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
+ fileNameLabel = new SqueezeLabel(DownloadItem);
+ fileNameLabel->setObjectName(QString::fromUtf8("fileNameLabel"));
+ QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Preferred);
+ sizePolicy1.setHorizontalStretch(0);
+ sizePolicy1.setVerticalStretch(0);
+ sizePolicy1.setHeightForWidth(fileNameLabel->sizePolicy().hasHeightForWidth());
+ fileNameLabel->setSizePolicy(sizePolicy1);
+
+ verticalLayout_2->addWidget(fileNameLabel);
+
+ progressBar = new QProgressBar(DownloadItem);
+ progressBar->setObjectName(QString::fromUtf8("progressBar"));
+ progressBar->setValue(0);
+
+ verticalLayout_2->addWidget(progressBar);
+
+ downloadInfoLabel = new SqueezeLabel(DownloadItem);
+ downloadInfoLabel->setObjectName(QString::fromUtf8("downloadInfoLabel"));
+ QSizePolicy sizePolicy2(QSizePolicy::Minimum, QSizePolicy::Preferred);
+ sizePolicy2.setHorizontalStretch(0);
+ sizePolicy2.setVerticalStretch(0);
+ sizePolicy2.setHeightForWidth(downloadInfoLabel->sizePolicy().hasHeightForWidth());
+ downloadInfoLabel->setSizePolicy(sizePolicy2);
+
+ verticalLayout_2->addWidget(downloadInfoLabel);
+
+
+ horizontalLayout->addLayout(verticalLayout_2);
+
+ verticalLayout = new QVBoxLayout();
+ verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
+ verticalSpacer = new QSpacerItem(17, 1, QSizePolicy::Minimum, QSizePolicy::Expanding);
+
+ verticalLayout->addItem(verticalSpacer);
+
+ tryAgainButton = new QPushButton(DownloadItem);
+ tryAgainButton->setObjectName(QString::fromUtf8("tryAgainButton"));
+ tryAgainButton->setEnabled(false);
+
+ verticalLayout->addWidget(tryAgainButton);
+
+ stopButton = new QPushButton(DownloadItem);
+ stopButton->setObjectName(QString::fromUtf8("stopButton"));
+
+ verticalLayout->addWidget(stopButton);
+
+ openButton = new QPushButton(DownloadItem);
+ openButton->setObjectName(QString::fromUtf8("openButton"));
+
+ verticalLayout->addWidget(openButton);
+
+ verticalSpacer_2 = new QSpacerItem(17, 5, QSizePolicy::Minimum, QSizePolicy::Expanding);
+
+ verticalLayout->addItem(verticalSpacer_2);
+
+
+ horizontalLayout->addLayout(verticalLayout);
+
+
+ retranslateUi(DownloadItem);
+
+ QMetaObject::connectSlotsByName(DownloadItem);
+ } // setupUi
+
+ void retranslateUi(QWidget *DownloadItem)
+ {
+ DownloadItem->setWindowTitle(QApplication::translate("DownloadItem", "Form", 0, QApplication::UnicodeUTF8));
+ fileIcon->setText(QApplication::translate("DownloadItem", "Ico", 0, QApplication::UnicodeUTF8));
+ fileNameLabel->setProperty("text", QVariant(QApplication::translate("DownloadItem", "Filename", 0, QApplication::UnicodeUTF8)));
+ downloadInfoLabel->setProperty("text", QVariant(QString()));
+ tryAgainButton->setText(QApplication::translate("DownloadItem", "Try Again", 0, QApplication::UnicodeUTF8));
+ stopButton->setText(QApplication::translate("DownloadItem", "Stop", 0, QApplication::UnicodeUTF8));
+ openButton->setText(QApplication::translate("DownloadItem", "Open", 0, QApplication::UnicodeUTF8));
+ } // retranslateUi
+
+};
+
+namespace Ui {
+ class DownloadItem: public Ui_DownloadItem {};
+} // namespace Ui
+
+QT_END_NAMESPACE
+
+#endif // DOWNLOADITEM_H