summaryrefslogtreecommitdiffstats
path: root/tests/auto/uic/baseline/tabbedbrowser.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/uic/baseline/tabbedbrowser.ui.h')
-rw-r--r--tests/auto/uic/baseline/tabbedbrowser.ui.h218
1 files changed, 218 insertions, 0 deletions
diff --git a/tests/auto/uic/baseline/tabbedbrowser.ui.h b/tests/auto/uic/baseline/tabbedbrowser.ui.h
new file mode 100644
index 0000000..ecf9024
--- /dev/null
+++ b/tests/auto/uic/baseline/tabbedbrowser.ui.h
@@ -0,0 +1,218 @@
+/*
+*********************************************************************
+**
+** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+**
+** This file is part of the Qt Assistant of the Qt Toolkit.
+**
+** This file may be used under the terms of the GNU General Public
+** License versions 2.0 or 3.0 as published by the Free Software
+** Foundation and appearing in the files LICENSE.GPL2 and LICENSE.GPL3
+** included in the packaging of this file. Alternatively you may (at
+** your option) use any later version of the GNU General Public
+** License if such license has been publicly approved by Nokia Corporation and/or its subsidiary(-ies)
+** (or its successors, if any) and the KDE Free Qt Foundation. In
+** addition, as a special exception, Trolltech gives you certain
+** additional rights. These rights are described in the Trolltech GPL
+** Exception version 1.2, which can be found at
+** http://www.trolltech.com/products/qt/gplexception/ and in the file
+** GPL_EXCEPTION.txt in this package.
+**
+** Please review the following information to ensure GNU General
+** Public Licensing requirements will be met:
+** http://trolltech.com/products/qt/licenses/licensing/opensource/. If
+** you are unsure which license is appropriate for your use, please
+** review the following information:
+** http://trolltech.com/products/qt/licenses/licensing/licensingoverview
+** or contact the sales department at sales@trolltech.com.
+**
+** In addition, as a special exception, Trolltech, as the sole
+** copyright holder for Qt Designer, grants users of the Qt/Eclipse
+** Integration plug-in the right for the Qt/Eclipse Integration to
+** link to functionality provided by Qt Designer and its related
+** libraries.
+**
+** This file is provided "AS IS" with NO WARRANTY OF ANY KIND,
+** INCLUDING THE WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR
+** A PARTICULAR PURPOSE. Trolltech reserves all rights not expressly
+** granted herein.
+**
+*********************************************************************
+*/
+
+/********************************************************************************
+** Form generated from reading ui file 'tabbedbrowser.ui'
+**
+** Created: Thu Jul 10 09:47:35 2008
+** by: Qt User Interface Compiler version 4.5.0
+**
+** WARNING! All changes made in this file will be lost when recompiling ui file!
+********************************************************************************/
+
+#ifndef TABBEDBROWSER_H
+#define TABBEDBROWSER_H
+
+#include <QtCore/QVariant>
+#include <QtGui/QAction>
+#include <QtGui/QApplication>
+#include <QtGui/QButtonGroup>
+#include <QtGui/QCheckBox>
+#include <QtGui/QFrame>
+#include <QtGui/QGridLayout>
+#include <QtGui/QHBoxLayout>
+#include <QtGui/QHeaderView>
+#include <QtGui/QLabel>
+#include <QtGui/QLineEdit>
+#include <QtGui/QSpacerItem>
+#include <QtGui/QTabWidget>
+#include <QtGui/QToolButton>
+#include <QtGui/QVBoxLayout>
+#include <QtGui/QWidget>
+
+QT_BEGIN_NAMESPACE
+
+class Ui_TabbedBrowser
+{
+public:
+ QVBoxLayout *vboxLayout;
+ QTabWidget *tab;
+ QWidget *frontpage;
+ QGridLayout *gridLayout;
+ QFrame *frameFind;
+ QHBoxLayout *hboxLayout;
+ QToolButton *toolClose;
+ QLineEdit *editFind;
+ QToolButton *toolPrevious;
+ QToolButton *toolNext;
+ QCheckBox *checkCase;
+ QCheckBox *checkWholeWords;
+ QLabel *labelWrapped;
+ QSpacerItem *spacerItem;
+
+ void setupUi(QWidget *TabbedBrowser)
+ {
+ if (TabbedBrowser->objectName().isEmpty())
+ TabbedBrowser->setObjectName(QString::fromUtf8("TabbedBrowser"));
+ TabbedBrowser->resize(710, 664);
+ vboxLayout = new QVBoxLayout(TabbedBrowser);
+ vboxLayout->setSpacing(0);
+ vboxLayout->setMargin(0);
+ vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
+ tab = new QTabWidget(TabbedBrowser);
+ tab->setObjectName(QString::fromUtf8("tab"));
+ frontpage = new QWidget();
+ frontpage->setObjectName(QString::fromUtf8("frontpage"));
+ gridLayout = new QGridLayout(frontpage);
+#ifndef Q_OS_MAC
+ gridLayout->setSpacing(6);
+#endif
+ gridLayout->setMargin(8);
+ gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
+ tab->addTab(frontpage, QString());
+
+ vboxLayout->addWidget(tab);
+
+ frameFind = new QFrame(TabbedBrowser);
+ frameFind->setObjectName(QString::fromUtf8("frameFind"));
+ frameFind->setFrameShape(QFrame::StyledPanel);
+ frameFind->setFrameShadow(QFrame::Raised);
+ hboxLayout = new QHBoxLayout(frameFind);
+#ifndef Q_OS_MAC
+ hboxLayout->setSpacing(6);
+#endif
+ hboxLayout->setMargin(0);
+ hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
+ toolClose = new QToolButton(frameFind);
+ toolClose->setObjectName(QString::fromUtf8("toolClose"));
+ const QIcon icon = QIcon(QString::fromUtf8(":/trolltech/assistant/images/close.png"));
+ toolClose->setIcon(icon);
+ toolClose->setAutoRaise(true);
+
+ hboxLayout->addWidget(toolClose);
+
+ editFind = new QLineEdit(frameFind);
+ editFind->setObjectName(QString::fromUtf8("editFind"));
+ QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy.setHorizontalStretch(0);
+ sizePolicy.setVerticalStretch(0);
+ sizePolicy.setHeightForWidth(editFind->sizePolicy().hasHeightForWidth());
+ editFind->setSizePolicy(sizePolicy);
+ editFind->setMinimumSize(QSize(150, 0));
+
+ hboxLayout->addWidget(editFind);
+
+ toolPrevious = new QToolButton(frameFind);
+ toolPrevious->setObjectName(QString::fromUtf8("toolPrevious"));
+ const QIcon icon1 = QIcon(QString::fromUtf8(":/trolltech/assistant/images/win/previous.png"));
+ toolPrevious->setIcon(icon1);
+ toolPrevious->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);
+ toolPrevious->setAutoRaise(true);
+
+ hboxLayout->addWidget(toolPrevious);
+
+ toolNext = new QToolButton(frameFind);
+ toolNext->setObjectName(QString::fromUtf8("toolNext"));
+ toolNext->setMinimumSize(QSize(0, 0));
+ const QIcon icon2 = QIcon(QString::fromUtf8(":/trolltech/assistant/images/win/next.png"));
+ toolNext->setIcon(icon2);
+ toolNext->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);
+ toolNext->setAutoRaise(true);
+ toolNext->setArrowType(Qt::NoArrow);
+
+ hboxLayout->addWidget(toolNext);
+
+ checkCase = new QCheckBox(frameFind);
+ checkCase->setObjectName(QString::fromUtf8("checkCase"));
+
+ hboxLayout->addWidget(checkCase);
+
+ checkWholeWords = new QCheckBox(frameFind);
+ checkWholeWords->setObjectName(QString::fromUtf8("checkWholeWords"));
+
+ hboxLayout->addWidget(checkWholeWords);
+
+ labelWrapped = new QLabel(frameFind);
+ labelWrapped->setObjectName(QString::fromUtf8("labelWrapped"));
+ labelWrapped->setMinimumSize(QSize(0, 20));
+ labelWrapped->setMaximumSize(QSize(105, 20));
+ labelWrapped->setTextFormat(Qt::RichText);
+ labelWrapped->setScaledContents(true);
+ labelWrapped->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
+
+ hboxLayout->addWidget(labelWrapped);
+
+ spacerItem = new QSpacerItem(81, 21, QSizePolicy::Expanding, QSizePolicy::Minimum);
+
+ hboxLayout->addItem(spacerItem);
+
+
+ vboxLayout->addWidget(frameFind);
+
+
+ retranslateUi(TabbedBrowser);
+
+ QMetaObject::connectSlotsByName(TabbedBrowser);
+ } // setupUi
+
+ void retranslateUi(QWidget *TabbedBrowser)
+ {
+ TabbedBrowser->setWindowTitle(QApplication::translate("TabbedBrowser", "TabbedBrowser", 0, QApplication::UnicodeUTF8));
+ tab->setTabText(tab->indexOf(frontpage), QApplication::translate("TabbedBrowser", "Untitled", 0, QApplication::UnicodeUTF8));
+ toolClose->setText(QString());
+ toolPrevious->setText(QApplication::translate("TabbedBrowser", "Previous", 0, QApplication::UnicodeUTF8));
+ toolNext->setText(QApplication::translate("TabbedBrowser", "Next", 0, QApplication::UnicodeUTF8));
+ checkCase->setText(QApplication::translate("TabbedBrowser", "Case Sensitive", 0, QApplication::UnicodeUTF8));
+ checkWholeWords->setText(QApplication::translate("TabbedBrowser", "Whole words", 0, QApplication::UnicodeUTF8));
+ labelWrapped->setText(QApplication::translate("TabbedBrowser", "<img src=\":/trolltech/assistant/images/wrap.png\">&nbsp;Search wrapped", 0, QApplication::UnicodeUTF8));
+ Q_UNUSED(TabbedBrowser);
+ } // retranslateUi
+
+};
+
+namespace Ui {
+ class TabbedBrowser: public Ui_TabbedBrowser {};
+} // namespace Ui
+
+QT_END_NAMESPACE
+
+#endif // TABBEDBROWSER_H