diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2009-03-23 09:34:13 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-03-23 09:34:13 (GMT) |
commit | 67ad0519fd165acee4a4d2a94fa502e9e4847bd0 (patch) | |
tree | 1dbf50b3dff8d5ca7e9344733968c72704eb15ff /tests/auto/uic/baseline/helpdialog.ui.h | |
download | Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.zip Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.gz Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.bz2 |
Long live Qt!
Diffstat (limited to 'tests/auto/uic/baseline/helpdialog.ui.h')
-rw-r--r-- | tests/auto/uic/baseline/helpdialog.ui.h | 396 |
1 files changed, 396 insertions, 0 deletions
diff --git a/tests/auto/uic/baseline/helpdialog.ui.h b/tests/auto/uic/baseline/helpdialog.ui.h new file mode 100644 index 0000000..e0d38b3 --- /dev/null +++ b/tests/auto/uic/baseline/helpdialog.ui.h @@ -0,0 +1,396 @@ +/* +********************************************************************* +** +** 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 'helpdialog.ui' +** +** Created: Mon Sep 1 09:31:03 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 HELPDIALOG_H +#define HELPDIALOG_H + +#include <QtCore/QVariant> +#include <QtGui/QAction> +#include <QtGui/QApplication> +#include <QtGui/QButtonGroup> +#include <QtGui/QFrame> +#include <QtGui/QGridLayout> +#include <QtGui/QHBoxLayout> +#include <QtGui/QHeaderView> +#include <QtGui/QLabel> +#include <QtGui/QLineEdit> +#include <QtGui/QListView> +#include <QtGui/QListWidget> +#include <QtGui/QProgressBar> +#include <QtGui/QPushButton> +#include <QtGui/QSpacerItem> +#include <QtGui/QTabWidget> +#include <QtGui/QTreeWidget> +#include <QtGui/QVBoxLayout> +#include <QtGui/QWidget> + +QT_BEGIN_NAMESPACE + +class Ui_HelpDialog +{ +public: + QVBoxLayout *vboxLayout; + QTabWidget *tabWidget; + QWidget *contentPage; + QVBoxLayout *vboxLayout1; + QTreeWidget *listContents; + QWidget *indexPage; + QVBoxLayout *vboxLayout2; + QLabel *TextLabel1; + QLineEdit *editIndex; + QListView *listIndex; + QWidget *bookmarkPage; + QVBoxLayout *vboxLayout3; + QTreeWidget *listBookmarks; + QHBoxLayout *hboxLayout; + QSpacerItem *spacerItem; + QPushButton *buttonAdd; + QPushButton *buttonRemove; + QWidget *searchPage; + QGridLayout *gridLayout; + QSpacerItem *spacerItem1; + QLabel *TextLabel1_2; + QLineEdit *termsEdit; + QListWidget *resultBox; + QLabel *TextLabel2; + QHBoxLayout *hboxLayout1; + QPushButton *helpButton; + QSpacerItem *spacerItem2; + QPushButton *searchButton; + QFrame *framePrepare; + QHBoxLayout *hboxLayout2; + QLabel *labelPrepare; + QProgressBar *progressPrepare; + + void setupUi(QWidget *HelpDialog) + { + if (HelpDialog->objectName().isEmpty()) + HelpDialog->setObjectName(QString::fromUtf8("HelpDialog")); + HelpDialog->resize(274, 417); + vboxLayout = new QVBoxLayout(HelpDialog); +#ifndef Q_OS_MAC + vboxLayout->setSpacing(6); +#endif + vboxLayout->setMargin(0); + vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); + tabWidget = new QTabWidget(HelpDialog); + tabWidget->setObjectName(QString::fromUtf8("tabWidget")); + contentPage = new QWidget(); + contentPage->setObjectName(QString::fromUtf8("contentPage")); + vboxLayout1 = new QVBoxLayout(contentPage); +#ifndef Q_OS_MAC + vboxLayout1->setSpacing(6); +#endif + vboxLayout1->setMargin(5); + vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); + listContents = new QTreeWidget(contentPage); + listContents->setObjectName(QString::fromUtf8("listContents")); + listContents->setContextMenuPolicy(Qt::CustomContextMenu); + listContents->setRootIsDecorated(true); + listContents->setUniformRowHeights(true); + + vboxLayout1->addWidget(listContents); + + tabWidget->addTab(contentPage, QString()); + indexPage = new QWidget(); + indexPage->setObjectName(QString::fromUtf8("indexPage")); + vboxLayout2 = new QVBoxLayout(indexPage); +#ifndef Q_OS_MAC + vboxLayout2->setSpacing(6); +#endif + vboxLayout2->setMargin(5); + vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2")); + TextLabel1 = new QLabel(indexPage); + TextLabel1->setObjectName(QString::fromUtf8("TextLabel1")); + + vboxLayout2->addWidget(TextLabel1); + + editIndex = new QLineEdit(indexPage); + editIndex->setObjectName(QString::fromUtf8("editIndex")); + + vboxLayout2->addWidget(editIndex); + + listIndex = new QListView(indexPage); + listIndex->setObjectName(QString::fromUtf8("listIndex")); + listIndex->setContextMenuPolicy(Qt::CustomContextMenu); + + vboxLayout2->addWidget(listIndex); + + tabWidget->addTab(indexPage, QString()); + bookmarkPage = new QWidget(); + bookmarkPage->setObjectName(QString::fromUtf8("bookmarkPage")); + vboxLayout3 = new QVBoxLayout(bookmarkPage); +#ifndef Q_OS_MAC + vboxLayout3->setSpacing(6); +#endif + vboxLayout3->setMargin(5); + vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3")); + listBookmarks = new QTreeWidget(bookmarkPage); + listBookmarks->setObjectName(QString::fromUtf8("listBookmarks")); + listBookmarks->setContextMenuPolicy(Qt::CustomContextMenu); + listBookmarks->setUniformRowHeights(true); + + vboxLayout3->addWidget(listBookmarks); + + hboxLayout = new QHBoxLayout(); +#ifndef Q_OS_MAC + hboxLayout->setSpacing(6); +#endif + hboxLayout->setMargin(0); + hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); + spacerItem = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); + + hboxLayout->addItem(spacerItem); + + buttonAdd = new QPushButton(bookmarkPage); + buttonAdd->setObjectName(QString::fromUtf8("buttonAdd")); + + hboxLayout->addWidget(buttonAdd); + + buttonRemove = new QPushButton(bookmarkPage); + buttonRemove->setObjectName(QString::fromUtf8("buttonRemove")); + + hboxLayout->addWidget(buttonRemove); + + + vboxLayout3->addLayout(hboxLayout); + + tabWidget->addTab(bookmarkPage, QString()); + searchPage = new QWidget(); + searchPage->setObjectName(QString::fromUtf8("searchPage")); + gridLayout = new QGridLayout(searchPage); +#ifndef Q_OS_MAC + gridLayout->setSpacing(6); +#endif + gridLayout->setMargin(5); + gridLayout->setObjectName(QString::fromUtf8("gridLayout")); + spacerItem1 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed); + + gridLayout->addItem(spacerItem1, 3, 0, 1, 1); + + TextLabel1_2 = new QLabel(searchPage); + TextLabel1_2->setObjectName(QString::fromUtf8("TextLabel1_2")); + + gridLayout->addWidget(TextLabel1_2, 0, 0, 1, 1); + + termsEdit = new QLineEdit(searchPage); + termsEdit->setObjectName(QString::fromUtf8("termsEdit")); + + gridLayout->addWidget(termsEdit, 1, 0, 1, 1); + + resultBox = new QListWidget(searchPage); + resultBox->setObjectName(QString::fromUtf8("resultBox")); + resultBox->setContextMenuPolicy(Qt::CustomContextMenu); + + gridLayout->addWidget(resultBox, 5, 0, 1, 1); + + TextLabel2 = new QLabel(searchPage); + TextLabel2->setObjectName(QString::fromUtf8("TextLabel2")); + + gridLayout->addWidget(TextLabel2, 4, 0, 1, 1); + + hboxLayout1 = new QHBoxLayout(); +#ifndef Q_OS_MAC + hboxLayout1->setSpacing(6); +#endif + hboxLayout1->setMargin(1); + hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); + helpButton = new QPushButton(searchPage); + helpButton->setObjectName(QString::fromUtf8("helpButton")); + + hboxLayout1->addWidget(helpButton); + + spacerItem2 = new QSpacerItem(61, 21, QSizePolicy::Expanding, QSizePolicy::Minimum); + + hboxLayout1->addItem(spacerItem2); + + searchButton = new QPushButton(searchPage); + searchButton->setObjectName(QString::fromUtf8("searchButton")); + searchButton->setEnabled(false); + + hboxLayout1->addWidget(searchButton); + + + gridLayout->addLayout(hboxLayout1, 2, 0, 1, 1); + + tabWidget->addTab(searchPage, QString()); + + vboxLayout->addWidget(tabWidget); + + framePrepare = new QFrame(HelpDialog); + framePrepare->setObjectName(QString::fromUtf8("framePrepare")); + framePrepare->setFrameShape(QFrame::StyledPanel); + framePrepare->setFrameShadow(QFrame::Raised); + hboxLayout2 = new QHBoxLayout(framePrepare); +#ifndef Q_OS_MAC + hboxLayout2->setSpacing(6); +#endif + hboxLayout2->setMargin(3); + hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); + labelPrepare = new QLabel(framePrepare); + labelPrepare->setObjectName(QString::fromUtf8("labelPrepare")); + + hboxLayout2->addWidget(labelPrepare); + + progressPrepare = new QProgressBar(framePrepare); + progressPrepare->setObjectName(QString::fromUtf8("progressPrepare")); + + hboxLayout2->addWidget(progressPrepare); + + + vboxLayout->addWidget(framePrepare); + +#ifndef QT_NO_SHORTCUT + TextLabel1->setBuddy(editIndex); + TextLabel1_2->setBuddy(termsEdit); + TextLabel2->setBuddy(resultBox); +#endif // QT_NO_SHORTCUT + QWidget::setTabOrder(tabWidget, listContents); + QWidget::setTabOrder(listContents, editIndex); + QWidget::setTabOrder(editIndex, listIndex); + QWidget::setTabOrder(listIndex, listBookmarks); + QWidget::setTabOrder(listBookmarks, buttonAdd); + QWidget::setTabOrder(buttonAdd, buttonRemove); + QWidget::setTabOrder(buttonRemove, termsEdit); + QWidget::setTabOrder(termsEdit, searchButton); + QWidget::setTabOrder(searchButton, helpButton); + QWidget::setTabOrder(helpButton, resultBox); + + retranslateUi(HelpDialog); + + QMetaObject::connectSlotsByName(HelpDialog); + } // setupUi + + void retranslateUi(QWidget *HelpDialog) + { + HelpDialog->setWindowTitle(QApplication::translate("HelpDialog", "Help", 0, QApplication::UnicodeUTF8)); +#ifndef QT_NO_WHATSTHIS + HelpDialog->setWhatsThis(QApplication::translate("HelpDialog", "<b>Help</b><p>Choose the topic you want help on from the contents list, or search the index for keywords.</p>", 0, QApplication::UnicodeUTF8)); +#endif // QT_NO_WHATSTHIS +#ifndef QT_NO_WHATSTHIS + tabWidget->setWhatsThis(QApplication::translate("HelpDialog", "Displays help topics organized by category, index or bookmarks. Another tab inherits the full text search.", 0, QApplication::UnicodeUTF8)); +#endif // QT_NO_WHATSTHIS + QTreeWidgetItem *___qtreewidgetitem = listContents->headerItem(); + ___qtreewidgetitem->setText(0, QApplication::translate("HelpDialog", "column 1", 0, QApplication::UnicodeUTF8)); +#ifndef QT_NO_WHATSTHIS + listContents->setWhatsThis(QApplication::translate("HelpDialog", "<b>Help topics organized by category.</b><p>Double-click an item to see the topics in that category. To view a topic, just double-click it.</p>", 0, QApplication::UnicodeUTF8)); +#endif // QT_NO_WHATSTHIS + tabWidget->setTabText(tabWidget->indexOf(contentPage), QApplication::translate("HelpDialog", "Con&tents", 0, QApplication::UnicodeUTF8)); + TextLabel1->setText(QApplication::translate("HelpDialog", "&Look For:", 0, QApplication::UnicodeUTF8)); +#ifndef QT_NO_TOOLTIP + editIndex->setToolTip(QApplication::translate("HelpDialog", "Enter keyword", 0, QApplication::UnicodeUTF8)); +#endif // QT_NO_TOOLTIP +#ifndef QT_NO_WHATSTHIS + editIndex->setWhatsThis(QApplication::translate("HelpDialog", "<b>Enter a keyword.</b><p>The list will select an item that matches the entered string best.</p>", 0, QApplication::UnicodeUTF8)); +#endif // QT_NO_WHATSTHIS +#ifndef QT_NO_WHATSTHIS + listIndex->setWhatsThis(QApplication::translate("HelpDialog", "<b>List of available help topics.</b><p>Double-click on an item to open its help page. If more than one is found, you must specify which page you want.</p>", 0, QApplication::UnicodeUTF8)); +#endif // QT_NO_WHATSTHIS + tabWidget->setTabText(tabWidget->indexOf(indexPage), QApplication::translate("HelpDialog", "&Index", 0, QApplication::UnicodeUTF8)); + QTreeWidgetItem *___qtreewidgetitem1 = listBookmarks->headerItem(); + ___qtreewidgetitem1->setText(0, QApplication::translate("HelpDialog", "column 1", 0, QApplication::UnicodeUTF8)); +#ifndef QT_NO_WHATSTHIS + listBookmarks->setWhatsThis(QApplication::translate("HelpDialog", "Displays the list of bookmarks.", 0, QApplication::UnicodeUTF8)); +#endif // QT_NO_WHATSTHIS +#ifndef QT_NO_TOOLTIP + buttonAdd->setToolTip(QApplication::translate("HelpDialog", "Add new bookmark", 0, QApplication::UnicodeUTF8)); +#endif // QT_NO_TOOLTIP +#ifndef QT_NO_WHATSTHIS + buttonAdd->setWhatsThis(QApplication::translate("HelpDialog", "Add the currently displayed page as a new bookmark.", 0, QApplication::UnicodeUTF8)); +#endif // QT_NO_WHATSTHIS + buttonAdd->setText(QApplication::translate("HelpDialog", "&New", 0, QApplication::UnicodeUTF8)); +#ifndef QT_NO_TOOLTIP + buttonRemove->setToolTip(QApplication::translate("HelpDialog", "Delete bookmark", 0, QApplication::UnicodeUTF8)); +#endif // QT_NO_TOOLTIP +#ifndef QT_NO_WHATSTHIS + buttonRemove->setWhatsThis(QApplication::translate("HelpDialog", "Delete the selected bookmark.", 0, QApplication::UnicodeUTF8)); +#endif // QT_NO_WHATSTHIS + buttonRemove->setText(QApplication::translate("HelpDialog", "&Delete", 0, QApplication::UnicodeUTF8)); + tabWidget->setTabText(tabWidget->indexOf(bookmarkPage), QApplication::translate("HelpDialog", "&Bookmarks", 0, QApplication::UnicodeUTF8)); + TextLabel1_2->setText(QApplication::translate("HelpDialog", "Searching f&or:", 0, QApplication::UnicodeUTF8)); +#ifndef QT_NO_TOOLTIP + termsEdit->setToolTip(QApplication::translate("HelpDialog", "Enter searchword(s).", 0, QApplication::UnicodeUTF8)); +#endif // QT_NO_TOOLTIP +#ifndef QT_NO_WHATSTHIS + termsEdit->setWhatsThis(QApplication::translate("HelpDialog", "<b>Enter search word(s).</b><p>Enter here the word(s) you are looking for. The words may contain wildcards (*). For a sequence of words quote them.</p>", 0, QApplication::UnicodeUTF8)); +#endif // QT_NO_WHATSTHIS +#ifndef QT_NO_WHATSTHIS + resultBox->setWhatsThis(QApplication::translate("HelpDialog", "<b>Found documents</b><p>This list contains all found documents from the last search. The documents are ordered, i.e. the first document has the most matches.</p>", 0, QApplication::UnicodeUTF8)); +#endif // QT_NO_WHATSTHIS + TextLabel2->setText(QApplication::translate("HelpDialog", "Found &Documents:", 0, QApplication::UnicodeUTF8)); +#ifndef QT_NO_TOOLTIP + helpButton->setToolTip(QApplication::translate("HelpDialog", "Display the help page.", 0, QApplication::UnicodeUTF8)); +#endif // QT_NO_TOOLTIP +#ifndef QT_NO_WHATSTHIS + helpButton->setWhatsThis(QApplication::translate("HelpDialog", "Display the help page for the full text search.", 0, QApplication::UnicodeUTF8)); +#endif // QT_NO_WHATSTHIS + helpButton->setText(QApplication::translate("HelpDialog", "He&lp", 0, QApplication::UnicodeUTF8)); +#ifndef QT_NO_TOOLTIP + searchButton->setToolTip(QApplication::translate("HelpDialog", "Start searching.", 0, QApplication::UnicodeUTF8)); +#endif // QT_NO_TOOLTIP +#ifndef QT_NO_WHATSTHIS + searchButton->setWhatsThis(QApplication::translate("HelpDialog", "Pressing this button starts the search.", 0, QApplication::UnicodeUTF8)); +#endif // QT_NO_WHATSTHIS + searchButton->setText(QApplication::translate("HelpDialog", "&Search", 0, QApplication::UnicodeUTF8)); + tabWidget->setTabText(tabWidget->indexOf(searchPage), QApplication::translate("HelpDialog", "&Search", 0, QApplication::UnicodeUTF8)); + labelPrepare->setText(QApplication::translate("HelpDialog", "Preparing...", 0, QApplication::UnicodeUTF8)); + Q_UNUSED(HelpDialog); + } // retranslateUi + +}; + +namespace Ui { + class HelpDialog: public Ui_HelpDialog {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // HELPDIALOG_H |