summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline/previewconfigurationwidget.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/previewconfigurationwidget.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/previewconfigurationwidget.ui.h')
-rw-r--r--tests/auto/tools/uic/baseline/previewconfigurationwidget.ui.h133
1 files changed, 133 insertions, 0 deletions
diff --git a/tests/auto/tools/uic/baseline/previewconfigurationwidget.ui.h b/tests/auto/tools/uic/baseline/previewconfigurationwidget.ui.h
new file mode 100644
index 0000000000..951792dd44
--- /dev/null
+++ b/tests/auto/tools/uic/baseline/previewconfigurationwidget.ui.h
@@ -0,0 +1,133 @@
+/********************************************************************************
+** Form generated from reading UI file 'previewconfigurationwidget.ui'
+**
+** Created: Fri Sep 4 10:17:14 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 PREVIEWCONFIGURATIONWIDGET_H
+#define PREVIEWCONFIGURATIONWIDGET_H
+
+#include <QtCore/QVariant>
+#include <QtGui/QAction>
+#include <QtGui/QApplication>
+#include <QtGui/QButtonGroup>
+#include <QtGui/QComboBox>
+#include <QtGui/QFormLayout>
+#include <QtGui/QGroupBox>
+#include <QtGui/QHBoxLayout>
+#include <QtGui/QHeaderView>
+#include <QtGui/QLabel>
+#include <QtGui/QToolButton>
+#include <textpropertyeditor_p.h>
+
+QT_BEGIN_NAMESPACE
+
+class Ui_PreviewConfigurationWidget
+{
+public:
+ QFormLayout *formLayout;
+ QLabel *m_styleLabel;
+ QComboBox *m_styleCombo;
+ QLabel *m_appStyleSheetLabel;
+ QHBoxLayout *hboxLayout;
+ qdesigner_internal::TextPropertyEditor *m_appStyleSheetLineEdit;
+ QToolButton *m_appStyleSheetChangeButton;
+ QToolButton *m_appStyleSheetClearButton;
+ QLabel *m_skinLabel;
+ QHBoxLayout *hboxLayout1;
+ QComboBox *m_skinCombo;
+ QToolButton *m_skinRemoveButton;
+
+ void setupUi(QGroupBox *PreviewConfigurationWidget)
+ {
+ if (PreviewConfigurationWidget->objectName().isEmpty())
+ PreviewConfigurationWidget->setObjectName(QString::fromUtf8("PreviewConfigurationWidget"));
+ PreviewConfigurationWidget->setCheckable(true);
+ formLayout = new QFormLayout(PreviewConfigurationWidget);
+ formLayout->setObjectName(QString::fromUtf8("formLayout"));
+ m_styleLabel = new QLabel(PreviewConfigurationWidget);
+ m_styleLabel->setObjectName(QString::fromUtf8("m_styleLabel"));
+
+ formLayout->setWidget(0, QFormLayout::LabelRole, m_styleLabel);
+
+ m_styleCombo = new QComboBox(PreviewConfigurationWidget);
+ m_styleCombo->setObjectName(QString::fromUtf8("m_styleCombo"));
+
+ formLayout->setWidget(0, QFormLayout::FieldRole, m_styleCombo);
+
+ m_appStyleSheetLabel = new QLabel(PreviewConfigurationWidget);
+ m_appStyleSheetLabel->setObjectName(QString::fromUtf8("m_appStyleSheetLabel"));
+
+ formLayout->setWidget(1, QFormLayout::LabelRole, m_appStyleSheetLabel);
+
+ hboxLayout = new QHBoxLayout();
+ hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
+ m_appStyleSheetLineEdit = new qdesigner_internal::TextPropertyEditor(PreviewConfigurationWidget);
+ m_appStyleSheetLineEdit->setObjectName(QString::fromUtf8("m_appStyleSheetLineEdit"));
+ m_appStyleSheetLineEdit->setMinimumSize(QSize(149, 0));
+
+ hboxLayout->addWidget(m_appStyleSheetLineEdit);
+
+ m_appStyleSheetChangeButton = new QToolButton(PreviewConfigurationWidget);
+ m_appStyleSheetChangeButton->setObjectName(QString::fromUtf8("m_appStyleSheetChangeButton"));
+
+ hboxLayout->addWidget(m_appStyleSheetChangeButton);
+
+ m_appStyleSheetClearButton = new QToolButton(PreviewConfigurationWidget);
+ m_appStyleSheetClearButton->setObjectName(QString::fromUtf8("m_appStyleSheetClearButton"));
+
+ hboxLayout->addWidget(m_appStyleSheetClearButton);
+
+
+ formLayout->setLayout(1, QFormLayout::FieldRole, hboxLayout);
+
+ m_skinLabel = new QLabel(PreviewConfigurationWidget);
+ m_skinLabel->setObjectName(QString::fromUtf8("m_skinLabel"));
+
+ formLayout->setWidget(2, QFormLayout::LabelRole, m_skinLabel);
+
+ hboxLayout1 = new QHBoxLayout();
+ hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
+ m_skinCombo = new QComboBox(PreviewConfigurationWidget);
+ m_skinCombo->setObjectName(QString::fromUtf8("m_skinCombo"));
+
+ hboxLayout1->addWidget(m_skinCombo);
+
+ m_skinRemoveButton = new QToolButton(PreviewConfigurationWidget);
+ m_skinRemoveButton->setObjectName(QString::fromUtf8("m_skinRemoveButton"));
+
+ hboxLayout1->addWidget(m_skinRemoveButton);
+
+
+ formLayout->setLayout(2, QFormLayout::FieldRole, hboxLayout1);
+
+
+ retranslateUi(PreviewConfigurationWidget);
+
+ QMetaObject::connectSlotsByName(PreviewConfigurationWidget);
+ } // setupUi
+
+ void retranslateUi(QGroupBox *PreviewConfigurationWidget)
+ {
+ PreviewConfigurationWidget->setWindowTitle(QApplication::translate("PreviewConfigurationWidget", "Form", 0, QApplication::UnicodeUTF8));
+ PreviewConfigurationWidget->setTitle(QApplication::translate("PreviewConfigurationWidget", "Print/Preview Configuration", 0, QApplication::UnicodeUTF8));
+ m_styleLabel->setText(QApplication::translate("PreviewConfigurationWidget", "Style", 0, QApplication::UnicodeUTF8));
+ m_appStyleSheetLabel->setText(QApplication::translate("PreviewConfigurationWidget", "Style sheet", 0, QApplication::UnicodeUTF8));
+ m_appStyleSheetChangeButton->setText(QApplication::translate("PreviewConfigurationWidget", "...", 0, QApplication::UnicodeUTF8));
+ m_appStyleSheetClearButton->setText(QApplication::translate("PreviewConfigurationWidget", "...", 0, QApplication::UnicodeUTF8));
+ m_skinLabel->setText(QApplication::translate("PreviewConfigurationWidget", "Device skin", 0, QApplication::UnicodeUTF8));
+ m_skinRemoveButton->setText(QApplication::translate("PreviewConfigurationWidget", "...", 0, QApplication::UnicodeUTF8));
+ } // retranslateUi
+
+};
+
+namespace Ui {
+ class PreviewConfigurationWidget: public Ui_PreviewConfigurationWidget {};
+} // namespace Ui
+
+QT_END_NAMESPACE
+
+#endif // PREVIEWCONFIGURATIONWIDGET_H