From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- tools/assistant/helpdialog.ui | 506 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 506 insertions(+) create mode 100644 tools/assistant/helpdialog.ui (limited to 'tools/assistant/helpdialog.ui') diff --git a/tools/assistant/helpdialog.ui b/tools/assistant/helpdialog.ui new file mode 100644 index 0000000..cb8865d --- /dev/null +++ b/tools/assistant/helpdialog.ui @@ -0,0 +1,506 @@ + +HelpDialogBase +********************************************************************* +** Copyright (C) 2000-2008 Trolltech ASA. All rights reserved. +** +** This file is part of Qt Assistant. +** +** 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 Trolltech ASA (or its successors, if any) +** and the KDE Free Qt Foundation. +** +** 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. +** +** Licensees holding valid Qt Commercial licenses may use this file in +** accordance with the Qt Commercial License Agreement provided with +** the Software. +** +** 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 granted +** herein. +** +********************************************************************* + + + HelpDialogBase + + + + 0 + 0 + 268 + 448 + + + + Help + + + <b>Help</b><p>Choose the topic you want help on from the contents list, or search the index for keywords.</p> + + + + unnamed + + + 0 + + + 6 + + + + tabWidget + + + Displays help topics organized by category, index or bookmarks. Another tab inherits the full text search. + + + + contentPage + + + Con&tents + + + + unnamed + + + 5 + + + 6 + + + + + Column 1 + + + true + + + true + + + + listContents + + + true + + + <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> + + + + + + + Widget8 + + + &Index + + + + unnamed + + + 5 + + + 6 + + + + TextLabel1 + + + &Look For: + + + editIndex + + + + + editIndex + + + Enter keyword + + + <b>Enter a keyword.</b><p>The list will select an item that matches the entered string best.</p> + + + + + listIndex + + + <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> + + + + + + + Widget9 + + + &Bookmarks + + + + unnamed + + + 5 + + + 6 + + + + + Column 1 + + + true + + + true + + + + listBookmarks + + + Displays the list of bookmarks. + + + + + Layout3 + + + + unnamed + + + 0 + + + 6 + + + + Spacer1 + + + Horizontal + + + Expanding + + + + 20 + 20 + + + + + + buttonAdd + + + &New + + + Add new bookmark + + + Add the currently displayed page as a new bookmark. + + + + + buttonRemove + + + &Delete + + + Delete bookmark + + + Delete the selected bookmark. + + + + + + + + + searchTab + + + &Search + + + + unnamed + + + 5 + + + 6 + + + + Spacer3 + + + Vertical + + + Fixed + + + + 20 + 20 + + + + + + TextLabel1_2 + + + Searching f&or: + + + termsEdit + + + + + termsEdit + + + Enter searchword(s). + + + <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> + + + + + resultBox + + + <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> + + + + + TextLabel2 + + + Found &Documents: + + + resultBox + + + + + Layout2 + + + + unnamed + + + + helpButton + + + He&lp + + + Display the help page. + + + Display the help page for the full text search. + + + + + Spacer2 + + + Horizontal + + + Expanding + + + + 61 + 21 + + + + + + searchButton + + + &Search + + + Start searching. + + + Pressing this button starts the search. + + + + + + + + + + framePrepare + + + StyledPanel + + + Raised + + + + unnamed + + + 3 + + + 6 + + + + labelPrepare + + + Preparing... + + + + + progressPrepare + + + + + + + + + buttonAdd + clicked() + HelpDialogBase + addBookmark() + + + buttonRemove + clicked() + HelpDialogBase + removeBookmark() + + + termsEdit + returnPressed() + searchButton + animateClick() + + + helpButton + clicked() + HelpDialogBase + showSearchHelp() + + + searchButton + clicked() + HelpDialogBase + startSearch() + + + resultBox + returnPressed(QListBoxItem*) + HelpDialogBase + showResultPage(QListBoxItem*) + + + resultBox + mouseButtonClicked(int, QListBoxItem*, const QPoint &) + HelpDialogBase + showResultPage(int, QListBoxItem*, const QPoint & ) + + + + tabWidget + listContents + editIndex + listIndex + listBookmarks + buttonAdd + buttonRemove + termsEdit + searchButton + helpButton + resultBox + + + init() + destroy() + addBookmark() + currentBookmarkChanged( QListViewItem * ) + currentIndexChanged( QListBoxItem * ) + currentTabChanged( const QString & ) + loadIndexFile() + currentContentsChanged( QListViewItem * ) + removeBookmark() + searchInIndex( const QString & ) + showTopic() + showTopic( int, QListBoxItem *, const QPoint & ) + showSearchHelp() + startSearch() + showResultPage( QListBoxItem * ) + showResultPage( int, QListBoxItem *, const QPoint & ) + showResultPage( int, QListViewItem *, const QPoint & ) + + + -- cgit v1.2.1