2011-04-27 10:05:43 +00:00
/*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
2015-01-28 08:44:43 +00:00
* * Copyright ( C ) 2015 The Qt Company Ltd .
* * Contact : http : //www.qt.io/licensing/
2011-04-27 10:05:43 +00:00
* *
* * This file is part of the autotests of the Qt Toolkit .
* *
2014-08-21 13:51:22 +00:00
* * $ QT_BEGIN_LICENSE : LGPL21 $
2012-09-19 12:28:29 +00:00
* * Commercial License Usage
* * Licensees holding valid commercial Qt licenses may use this file in
* * accordance with the commercial license agreement provided with the
* * Software or , alternatively , in accordance with the terms contained in
2015-01-28 08:44:43 +00:00
* * a written agreement between you and The Qt Company . For licensing terms
* * and conditions see http : //www.qt.io/terms-conditions. For further
* * information use the contact form at http : //www.qt.io/contact-us.
2012-09-19 12:28:29 +00:00
* *
2011-04-27 10:05:43 +00:00
* * GNU Lesser General Public License Usage
2012-09-19 12:28:29 +00:00
* * Alternatively , this file may be used under the terms of the GNU Lesser
2014-08-21 13:51:22 +00:00
* * General Public License version 2.1 or version 3 as published by the Free
* * Software Foundation and appearing in the file LICENSE . LGPLv21 and
* * LICENSE . LGPLv3 included in the packaging of this file . Please review the
* * following information to ensure the GNU Lesser General Public License
* * requirements will be met : https : //www.gnu.org/licenses/lgpl.html and
* * http : //www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
2012-09-19 12:28:29 +00:00
* *
2015-01-28 08:44:43 +00:00
* * As a special exception , The Qt Company gives you certain additional
* * rights . These rights are described in The Qt Company LGPL Exception
2011-04-27 10:05:43 +00:00
* * version 1.1 , included in the file LGPL_EXCEPTION . txt in this package .
* *
* * $ QT_END_LICENSE $
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/
/********************************************************************************
* * Form generated from reading UI file ' helpdialog . ui '
* *
2012-12-13 12:48:18 +00:00
* * Created by : Qt User Interface Compiler version 5.0 .0
2011-04-27 10:05:43 +00:00
* *
* * WARNING ! All changes made in this file will be lost when recompiling UI file !
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
# ifndef HELPDIALOG_H
# define HELPDIALOG_H
# include <QtCore/QVariant>
2011-09-22 13:09:37 +00:00
# include <QtWidgets/QAction>
# include <QtWidgets/QApplication>
# include <QtWidgets/QButtonGroup>
# include <QtWidgets/QFrame>
# include <QtWidgets/QGridLayout>
# include <QtWidgets/QHBoxLayout>
# include <QtWidgets/QHeaderView>
# include <QtWidgets/QLabel>
# include <QtWidgets/QLineEdit>
# include <QtWidgets/QListView>
# include <QtWidgets/QListWidget>
# include <QtWidgets/QProgressBar>
# include <QtWidgets/QPushButton>
# include <QtWidgets/QSpacerItem>
# include <QtWidgets/QTabWidget>
# include <QtWidgets/QTreeWidget>
# include <QtWidgets/QVBoxLayout>
# include <QtWidgets/QWidget>
2011-04-27 10:05:43 +00:00
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 ( ) )
2011-12-11 15:55:01 +00:00
HelpDialog - > setObjectName ( QStringLiteral ( " HelpDialog " ) ) ;
2011-04-27 10:05:43 +00:00
HelpDialog - > resize ( 274 , 417 ) ;
vboxLayout = new QVBoxLayout ( HelpDialog ) ;
# ifndef Q_OS_MAC
vboxLayout - > setSpacing ( 6 ) ;
# endif
vboxLayout - > setContentsMargins ( 0 , 0 , 0 , 0 ) ;
2011-12-11 15:55:01 +00:00
vboxLayout - > setObjectName ( QStringLiteral ( " vboxLayout " ) ) ;
2011-04-27 10:05:43 +00:00
tabWidget = new QTabWidget ( HelpDialog ) ;
2011-12-11 15:55:01 +00:00
tabWidget - > setObjectName ( QStringLiteral ( " tabWidget " ) ) ;
2011-04-27 10:05:43 +00:00
contentPage = new QWidget ( ) ;
2011-12-11 15:55:01 +00:00
contentPage - > setObjectName ( QStringLiteral ( " contentPage " ) ) ;
2011-04-27 10:05:43 +00:00
vboxLayout1 = new QVBoxLayout ( contentPage ) ;
# ifndef Q_OS_MAC
vboxLayout1 - > setSpacing ( 6 ) ;
# endif
vboxLayout1 - > setContentsMargins ( 5 , 5 , 5 , 5 ) ;
2011-12-11 15:55:01 +00:00
vboxLayout1 - > setObjectName ( QStringLiteral ( " vboxLayout1 " ) ) ;
2011-04-27 10:05:43 +00:00
listContents = new QTreeWidget ( contentPage ) ;
2011-12-11 15:55:01 +00:00
listContents - > setObjectName ( QStringLiteral ( " listContents " ) ) ;
2011-04-27 10:05:43 +00:00
listContents - > setContextMenuPolicy ( Qt : : CustomContextMenu ) ;
listContents - > setRootIsDecorated ( true ) ;
listContents - > setUniformRowHeights ( true ) ;
vboxLayout1 - > addWidget ( listContents ) ;
tabWidget - > addTab ( contentPage , QString ( ) ) ;
indexPage = new QWidget ( ) ;
2011-12-11 15:55:01 +00:00
indexPage - > setObjectName ( QStringLiteral ( " indexPage " ) ) ;
2011-04-27 10:05:43 +00:00
vboxLayout2 = new QVBoxLayout ( indexPage ) ;
# ifndef Q_OS_MAC
vboxLayout2 - > setSpacing ( 6 ) ;
# endif
vboxLayout2 - > setContentsMargins ( 5 , 5 , 5 , 5 ) ;
2011-12-11 15:55:01 +00:00
vboxLayout2 - > setObjectName ( QStringLiteral ( " vboxLayout2 " ) ) ;
2011-04-27 10:05:43 +00:00
TextLabel1 = new QLabel ( indexPage ) ;
2011-12-11 15:55:01 +00:00
TextLabel1 - > setObjectName ( QStringLiteral ( " TextLabel1 " ) ) ;
2011-04-27 10:05:43 +00:00
vboxLayout2 - > addWidget ( TextLabel1 ) ;
editIndex = new QLineEdit ( indexPage ) ;
2011-12-11 15:55:01 +00:00
editIndex - > setObjectName ( QStringLiteral ( " editIndex " ) ) ;
2011-04-27 10:05:43 +00:00
vboxLayout2 - > addWidget ( editIndex ) ;
listIndex = new QListView ( indexPage ) ;
2011-12-11 15:55:01 +00:00
listIndex - > setObjectName ( QStringLiteral ( " listIndex " ) ) ;
2011-04-27 10:05:43 +00:00
listIndex - > setContextMenuPolicy ( Qt : : CustomContextMenu ) ;
vboxLayout2 - > addWidget ( listIndex ) ;
tabWidget - > addTab ( indexPage , QString ( ) ) ;
bookmarkPage = new QWidget ( ) ;
2011-12-11 15:55:01 +00:00
bookmarkPage - > setObjectName ( QStringLiteral ( " bookmarkPage " ) ) ;
2011-04-27 10:05:43 +00:00
vboxLayout3 = new QVBoxLayout ( bookmarkPage ) ;
# ifndef Q_OS_MAC
vboxLayout3 - > setSpacing ( 6 ) ;
# endif
vboxLayout3 - > setContentsMargins ( 5 , 5 , 5 , 5 ) ;
2011-12-11 15:55:01 +00:00
vboxLayout3 - > setObjectName ( QStringLiteral ( " vboxLayout3 " ) ) ;
2011-04-27 10:05:43 +00:00
listBookmarks = new QTreeWidget ( bookmarkPage ) ;
2011-12-11 15:55:01 +00:00
listBookmarks - > setObjectName ( QStringLiteral ( " listBookmarks " ) ) ;
2011-04-27 10:05:43 +00:00
listBookmarks - > setContextMenuPolicy ( Qt : : CustomContextMenu ) ;
listBookmarks - > setUniformRowHeights ( true ) ;
vboxLayout3 - > addWidget ( listBookmarks ) ;
hboxLayout = new QHBoxLayout ( ) ;
# ifndef Q_OS_MAC
hboxLayout - > setSpacing ( 6 ) ;
# endif
hboxLayout - > setContentsMargins ( 0 , 0 , 0 , 0 ) ;
2011-12-11 15:55:01 +00:00
hboxLayout - > setObjectName ( QStringLiteral ( " hboxLayout " ) ) ;
2011-04-27 10:05:43 +00:00
spacerItem = new QSpacerItem ( 20 , 20 , QSizePolicy : : Expanding , QSizePolicy : : Minimum ) ;
hboxLayout - > addItem ( spacerItem ) ;
buttonAdd = new QPushButton ( bookmarkPage ) ;
2011-12-11 15:55:01 +00:00
buttonAdd - > setObjectName ( QStringLiteral ( " buttonAdd " ) ) ;
2011-04-27 10:05:43 +00:00
hboxLayout - > addWidget ( buttonAdd ) ;
buttonRemove = new QPushButton ( bookmarkPage ) ;
2011-12-11 15:55:01 +00:00
buttonRemove - > setObjectName ( QStringLiteral ( " buttonRemove " ) ) ;
2011-04-27 10:05:43 +00:00
hboxLayout - > addWidget ( buttonRemove ) ;
vboxLayout3 - > addLayout ( hboxLayout ) ;
tabWidget - > addTab ( bookmarkPage , QString ( ) ) ;
searchPage = new QWidget ( ) ;
2011-12-11 15:55:01 +00:00
searchPage - > setObjectName ( QStringLiteral ( " searchPage " ) ) ;
2011-04-27 10:05:43 +00:00
gridLayout = new QGridLayout ( searchPage ) ;
# ifndef Q_OS_MAC
gridLayout - > setSpacing ( 6 ) ;
# endif
gridLayout - > setContentsMargins ( 5 , 5 , 5 , 5 ) ;
2011-12-11 15:55:01 +00:00
gridLayout - > setObjectName ( QStringLiteral ( " gridLayout " ) ) ;
2011-04-27 10:05:43 +00:00
spacerItem1 = new QSpacerItem ( 20 , 20 , QSizePolicy : : Minimum , QSizePolicy : : Fixed ) ;
gridLayout - > addItem ( spacerItem1 , 3 , 0 , 1 , 1 ) ;
TextLabel1_2 = new QLabel ( searchPage ) ;
2011-12-11 15:55:01 +00:00
TextLabel1_2 - > setObjectName ( QStringLiteral ( " TextLabel1_2 " ) ) ;
2011-04-27 10:05:43 +00:00
gridLayout - > addWidget ( TextLabel1_2 , 0 , 0 , 1 , 1 ) ;
termsEdit = new QLineEdit ( searchPage ) ;
2011-12-11 15:55:01 +00:00
termsEdit - > setObjectName ( QStringLiteral ( " termsEdit " ) ) ;
2011-04-27 10:05:43 +00:00
gridLayout - > addWidget ( termsEdit , 1 , 0 , 1 , 1 ) ;
resultBox = new QListWidget ( searchPage ) ;
2011-12-11 15:55:01 +00:00
resultBox - > setObjectName ( QStringLiteral ( " resultBox " ) ) ;
2011-04-27 10:05:43 +00:00
resultBox - > setContextMenuPolicy ( Qt : : CustomContextMenu ) ;
gridLayout - > addWidget ( resultBox , 5 , 0 , 1 , 1 ) ;
TextLabel2 = new QLabel ( searchPage ) ;
2011-12-11 15:55:01 +00:00
TextLabel2 - > setObjectName ( QStringLiteral ( " TextLabel2 " ) ) ;
2011-04-27 10:05:43 +00:00
gridLayout - > addWidget ( TextLabel2 , 4 , 0 , 1 , 1 ) ;
hboxLayout1 = new QHBoxLayout ( ) ;
# ifndef Q_OS_MAC
hboxLayout1 - > setSpacing ( 6 ) ;
# endif
hboxLayout1 - > setContentsMargins ( 1 , 1 , 1 , 1 ) ;
2011-12-11 15:55:01 +00:00
hboxLayout1 - > setObjectName ( QStringLiteral ( " hboxLayout1 " ) ) ;
2011-04-27 10:05:43 +00:00
helpButton = new QPushButton ( searchPage ) ;
2011-12-11 15:55:01 +00:00
helpButton - > setObjectName ( QStringLiteral ( " helpButton " ) ) ;
2011-04-27 10:05:43 +00:00
hboxLayout1 - > addWidget ( helpButton ) ;
spacerItem2 = new QSpacerItem ( 61 , 21 , QSizePolicy : : Expanding , QSizePolicy : : Minimum ) ;
hboxLayout1 - > addItem ( spacerItem2 ) ;
searchButton = new QPushButton ( searchPage ) ;
2011-12-11 15:55:01 +00:00
searchButton - > setObjectName ( QStringLiteral ( " searchButton " ) ) ;
2011-04-27 10:05:43 +00:00
searchButton - > setEnabled ( false ) ;
hboxLayout1 - > addWidget ( searchButton ) ;
gridLayout - > addLayout ( hboxLayout1 , 2 , 0 , 1 , 1 ) ;
tabWidget - > addTab ( searchPage , QString ( ) ) ;
vboxLayout - > addWidget ( tabWidget ) ;
framePrepare = new QFrame ( HelpDialog ) ;
2011-12-11 15:55:01 +00:00
framePrepare - > setObjectName ( QStringLiteral ( " framePrepare " ) ) ;
2011-04-27 10:05:43 +00:00
framePrepare - > setFrameShape ( QFrame : : StyledPanel ) ;
framePrepare - > setFrameShadow ( QFrame : : Raised ) ;
hboxLayout2 = new QHBoxLayout ( framePrepare ) ;
# ifndef Q_OS_MAC
hboxLayout2 - > setSpacing ( 6 ) ;
# endif
hboxLayout2 - > setContentsMargins ( 3 , 3 , 3 , 3 ) ;
2011-12-11 15:55:01 +00:00
hboxLayout2 - > setObjectName ( QStringLiteral ( " hboxLayout2 " ) ) ;
2011-04-27 10:05:43 +00:00
labelPrepare = new QLabel ( framePrepare ) ;
2011-12-11 15:55:01 +00:00
labelPrepare - > setObjectName ( QStringLiteral ( " labelPrepare " ) ) ;
2011-04-27 10:05:43 +00:00
hboxLayout2 - > addWidget ( labelPrepare ) ;
progressPrepare = new QProgressBar ( framePrepare ) ;
2011-12-11 15:55:01 +00:00
progressPrepare - > setObjectName ( QStringLiteral ( " progressPrepare " ) ) ;
2011-04-27 10:05:43 +00:00
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 )
{
2016-08-17 03:52:14 +00:00
HelpDialog - > setWindowTitle ( QApplication : : translate ( " HelpDialog " , " Help " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# ifndef QT_NO_WHATSTHIS
2016-08-17 03:52:14 +00:00
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> " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_WHATSTHIS
# ifndef QT_NO_WHATSTHIS
2016-08-17 03:52:14 +00:00
tabWidget - > setWhatsThis ( QApplication : : translate ( " HelpDialog " , " Displays help topics organized by category, index or bookmarks. Another tab inherits the full text search. " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_WHATSTHIS
QTreeWidgetItem * ___qtreewidgetitem = listContents - > headerItem ( ) ;
2016-08-17 03:52:14 +00:00
___qtreewidgetitem - > setText ( 0 , QApplication : : translate ( " HelpDialog " , " column 1 " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# ifndef QT_NO_WHATSTHIS
2016-08-17 03:52:14 +00:00
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> " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_WHATSTHIS
2016-08-17 03:52:14 +00:00
tabWidget - > setTabText ( tabWidget - > indexOf ( contentPage ) , QApplication : : translate ( " HelpDialog " , " Con&tents " , Q_NULLPTR ) ) ;
TextLabel1 - > setText ( QApplication : : translate ( " HelpDialog " , " &Look For: " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# ifndef QT_NO_TOOLTIP
2016-08-17 03:52:14 +00:00
editIndex - > setToolTip ( QApplication : : translate ( " HelpDialog " , " Enter keyword " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_TOOLTIP
# ifndef QT_NO_WHATSTHIS
2016-08-17 03:52:14 +00:00
editIndex - > setWhatsThis ( QApplication : : translate ( " HelpDialog " , " <b>Enter a keyword.</b><p>The list will select an item that matches the entered string best.</p> " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_WHATSTHIS
# ifndef QT_NO_WHATSTHIS
2016-08-17 03:52:14 +00:00
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> " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_WHATSTHIS
2016-08-17 03:52:14 +00:00
tabWidget - > setTabText ( tabWidget - > indexOf ( indexPage ) , QApplication : : translate ( " HelpDialog " , " &Index " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
QTreeWidgetItem * ___qtreewidgetitem1 = listBookmarks - > headerItem ( ) ;
2016-08-17 03:52:14 +00:00
___qtreewidgetitem1 - > setText ( 0 , QApplication : : translate ( " HelpDialog " , " column 1 " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# ifndef QT_NO_WHATSTHIS
2016-08-17 03:52:14 +00:00
listBookmarks - > setWhatsThis ( QApplication : : translate ( " HelpDialog " , " Displays the list of bookmarks. " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_WHATSTHIS
# ifndef QT_NO_TOOLTIP
2016-08-17 03:52:14 +00:00
buttonAdd - > setToolTip ( QApplication : : translate ( " HelpDialog " , " Add new bookmark " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_TOOLTIP
# ifndef QT_NO_WHATSTHIS
2016-08-17 03:52:14 +00:00
buttonAdd - > setWhatsThis ( QApplication : : translate ( " HelpDialog " , " Add the currently displayed page as a new bookmark. " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_WHATSTHIS
2016-08-17 03:52:14 +00:00
buttonAdd - > setText ( QApplication : : translate ( " HelpDialog " , " &New " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# ifndef QT_NO_TOOLTIP
2016-08-17 03:52:14 +00:00
buttonRemove - > setToolTip ( QApplication : : translate ( " HelpDialog " , " Delete bookmark " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_TOOLTIP
# ifndef QT_NO_WHATSTHIS
2016-08-17 03:52:14 +00:00
buttonRemove - > setWhatsThis ( QApplication : : translate ( " HelpDialog " , " Delete the selected bookmark. " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_WHATSTHIS
2016-08-17 03:52:14 +00:00
buttonRemove - > setText ( QApplication : : translate ( " HelpDialog " , " &Delete " , Q_NULLPTR ) ) ;
tabWidget - > setTabText ( tabWidget - > indexOf ( bookmarkPage ) , QApplication : : translate ( " HelpDialog " , " &Bookmarks " , Q_NULLPTR ) ) ;
TextLabel1_2 - > setText ( QApplication : : translate ( " HelpDialog " , " Searching f&or: " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# ifndef QT_NO_TOOLTIP
2016-08-17 03:52:14 +00:00
termsEdit - > setToolTip ( QApplication : : translate ( " HelpDialog " , " Enter searchword(s). " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_TOOLTIP
# ifndef QT_NO_WHATSTHIS
2016-08-17 03:52:14 +00:00
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> " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_WHATSTHIS
# ifndef QT_NO_WHATSTHIS
2016-08-17 03:52:14 +00:00
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> " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_WHATSTHIS
2016-08-17 03:52:14 +00:00
TextLabel2 - > setText ( QApplication : : translate ( " HelpDialog " , " Found &Documents: " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# ifndef QT_NO_TOOLTIP
2016-08-17 03:52:14 +00:00
helpButton - > setToolTip ( QApplication : : translate ( " HelpDialog " , " Display the help page. " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_TOOLTIP
# ifndef QT_NO_WHATSTHIS
2016-08-17 03:52:14 +00:00
helpButton - > setWhatsThis ( QApplication : : translate ( " HelpDialog " , " Display the help page for the full text search. " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_WHATSTHIS
2016-08-17 03:52:14 +00:00
helpButton - > setText ( QApplication : : translate ( " HelpDialog " , " He&lp " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# ifndef QT_NO_TOOLTIP
2016-08-17 03:52:14 +00:00
searchButton - > setToolTip ( QApplication : : translate ( " HelpDialog " , " Start searching. " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_TOOLTIP
# ifndef QT_NO_WHATSTHIS
2016-08-17 03:52:14 +00:00
searchButton - > setWhatsThis ( QApplication : : translate ( " HelpDialog " , " Pressing this button starts the search. " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
# endif // QT_NO_WHATSTHIS
2016-08-17 03:52:14 +00:00
searchButton - > setText ( QApplication : : translate ( " HelpDialog " , " &Search " , Q_NULLPTR ) ) ;
tabWidget - > setTabText ( tabWidget - > indexOf ( searchPage ) , QApplication : : translate ( " HelpDialog " , " &Search " , Q_NULLPTR ) ) ;
labelPrepare - > setText ( QApplication : : translate ( " HelpDialog " , " Preparing... " , Q_NULLPTR ) ) ;
2011-04-27 10:05:43 +00:00
} // retranslateUi
} ;
namespace Ui {
class HelpDialog : public Ui_HelpDialog { } ;
} // namespace Ui
QT_END_NAMESPACE
# endif // HELPDIALOG_H