summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline/embeddeddialog.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/embeddeddialog.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/embeddeddialog.ui.h')
-rw-r--r--tests/auto/tools/uic/baseline/embeddeddialog.ui.h122
1 files changed, 122 insertions, 0 deletions
diff --git a/tests/auto/tools/uic/baseline/embeddeddialog.ui.h b/tests/auto/tools/uic/baseline/embeddeddialog.ui.h
new file mode 100644
index 0000000000..a6cfbb1a73
--- /dev/null
+++ b/tests/auto/tools/uic/baseline/embeddeddialog.ui.h
@@ -0,0 +1,122 @@
+/********************************************************************************
+** Form generated from reading UI file 'embeddeddialog.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 EMBEDDEDDIALOG_H
+#define EMBEDDEDDIALOG_H
+
+#include <QtCore/QVariant>
+#include <QtGui/QAction>
+#include <QtGui/QApplication>
+#include <QtGui/QButtonGroup>
+#include <QtGui/QComboBox>
+#include <QtGui/QDialog>
+#include <QtGui/QFontComboBox>
+#include <QtGui/QFormLayout>
+#include <QtGui/QHeaderView>
+#include <QtGui/QLabel>
+#include <QtGui/QSlider>
+
+QT_BEGIN_NAMESPACE
+
+class Ui_embeddedDialog
+{
+public:
+ QFormLayout *formLayout;
+ QLabel *label;
+ QComboBox *layoutDirection;
+ QLabel *label_2;
+ QFontComboBox *fontComboBox;
+ QLabel *label_3;
+ QComboBox *style;
+ QLabel *label_4;
+ QSlider *spacing;
+
+ void setupUi(QDialog *embeddedDialog)
+ {
+ if (embeddedDialog->objectName().isEmpty())
+ embeddedDialog->setObjectName(QString::fromUtf8("embeddedDialog"));
+ embeddedDialog->resize(407, 134);
+ formLayout = new QFormLayout(embeddedDialog);
+ formLayout->setObjectName(QString::fromUtf8("formLayout"));
+ label = new QLabel(embeddedDialog);
+ label->setObjectName(QString::fromUtf8("label"));
+
+ formLayout->setWidget(0, QFormLayout::LabelRole, label);
+
+ layoutDirection = new QComboBox(embeddedDialog);
+ layoutDirection->setObjectName(QString::fromUtf8("layoutDirection"));
+
+ formLayout->setWidget(0, QFormLayout::FieldRole, layoutDirection);
+
+ label_2 = new QLabel(embeddedDialog);
+ label_2->setObjectName(QString::fromUtf8("label_2"));
+
+ formLayout->setWidget(1, QFormLayout::LabelRole, label_2);
+
+ fontComboBox = new QFontComboBox(embeddedDialog);
+ fontComboBox->setObjectName(QString::fromUtf8("fontComboBox"));
+
+ formLayout->setWidget(1, QFormLayout::FieldRole, fontComboBox);
+
+ label_3 = new QLabel(embeddedDialog);
+ label_3->setObjectName(QString::fromUtf8("label_3"));
+
+ formLayout->setWidget(2, QFormLayout::LabelRole, label_3);
+
+ style = new QComboBox(embeddedDialog);
+ style->setObjectName(QString::fromUtf8("style"));
+
+ formLayout->setWidget(2, QFormLayout::FieldRole, style);
+
+ label_4 = new QLabel(embeddedDialog);
+ label_4->setObjectName(QString::fromUtf8("label_4"));
+
+ formLayout->setWidget(3, QFormLayout::LabelRole, label_4);
+
+ spacing = new QSlider(embeddedDialog);
+ spacing->setObjectName(QString::fromUtf8("spacing"));
+ spacing->setOrientation(Qt::Horizontal);
+
+ formLayout->setWidget(3, QFormLayout::FieldRole, spacing);
+
+#ifndef QT_NO_SHORTCUT
+ label->setBuddy(layoutDirection);
+ label_2->setBuddy(fontComboBox);
+ label_3->setBuddy(style);
+ label_4->setBuddy(spacing);
+#endif // QT_NO_SHORTCUT
+
+ retranslateUi(embeddedDialog);
+
+ QMetaObject::connectSlotsByName(embeddedDialog);
+ } // setupUi
+
+ void retranslateUi(QDialog *embeddedDialog)
+ {
+ embeddedDialog->setWindowTitle(QApplication::translate("embeddedDialog", "Embedded Dialog", 0, QApplication::UnicodeUTF8));
+ label->setText(QApplication::translate("embeddedDialog", "Layout Direction:", 0, QApplication::UnicodeUTF8));
+ layoutDirection->clear();
+ layoutDirection->insertItems(0, QStringList()
+ << QApplication::translate("embeddedDialog", "Left to Right", 0, QApplication::UnicodeUTF8)
+ << QApplication::translate("embeddedDialog", "Right to Left", 0, QApplication::UnicodeUTF8)
+ );
+ label_2->setText(QApplication::translate("embeddedDialog", "Select Font:", 0, QApplication::UnicodeUTF8));
+ label_3->setText(QApplication::translate("embeddedDialog", "Style:", 0, QApplication::UnicodeUTF8));
+ label_4->setText(QApplication::translate("embeddedDialog", "Layout spacing:", 0, QApplication::UnicodeUTF8));
+ } // retranslateUi
+
+};
+
+namespace Ui {
+ class embeddedDialog: public Ui_embeddedDialog {};
+} // namespace Ui
+
+QT_END_NAMESPACE
+
+#endif // EMBEDDEDDIALOG_H