Changeset 846 for trunk/doc/src/development/assistant-manual.qdoc
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/doc/src/development/assistant-manual.qdoc
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 7 7 ** This file is part of the documentation of the Qt Toolkit. 8 8 ** 9 ** $QT_BEGIN_LICENSE: LGPL$9 ** $QT_BEGIN_LICENSE:L$ 10 10 ** Commercial Usage 11 11 ** Licensees holding valid Qt Commercial licenses may use this file in 12 12 ** accordance with the Qt Commercial License Agreement provided with the 13 ** Software or, alternatively, in accordance with the terms contained in 14 ** awritten agreement between you and Nokia.13 ** Software or, alternatively, in accordance with the terms contained in 14 ** written agreement between you and Nokia. 15 15 ** 16 ** GNU Lesser General Public License Usage 17 ** Alternatively, this file may be used under the terms of the GNU Lesser 18 ** General Public License version 2.1 as published by the Free Software 19 ** Foundation and appearing in the file LICENSE.LGPL included in the 20 ** packaging of this file. Please review the following information to 21 ** ensure the GNU Lesser General Public License version 2.1 requirements 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 23 ** 24 ** In addition, as a special exception, Nokia gives you certain additional 25 ** rights. These rights are described in the Nokia Qt LGPL Exception 26 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. 27 ** 28 ** GNU General Public License Usage 29 ** Alternatively, this file may be used under the terms of the GNU 30 ** General Public License version 3.0 as published by the Free Software 31 ** Foundation and appearing in the file LICENSE.GPL included in the 32 ** packaging of this file. Please review the following information to 33 ** ensure the GNU General Public License version 3.0 requirements will be 34 ** met: http://www.gnu.org/copyleft/gpl.html. 16 ** GNU Free Documentation License 17 ** Alternatively, this file may be used under the terms of the GNU Free 18 ** Documentation License version 1.3 as published by the Free Software 19 ** Foundation and appearing in the file included in the packaging of this 20 ** file. 35 21 ** 36 22 ** If you have questions regarding the use of this file, please contact … … 155 141 \o -unregister <doc.qch> 156 142 \o Unregisters the specified compressed help file from the given 157 collection file.143 collection file. 158 144 \row 159 145 \o -remove-search-index … … 161 147 useful in case the associated index files get corrupted. 162 148 \QA will re-index the documentation at the next start-up. 149 150 151 152 163 153 \row 164 154 \o -setCurrentFilter <filter> … … 356 346 The \menu{Options} page lets you specify the homepage \QA will display when 357 347 you click the \gui{Home} button in \QA's main user interface. You can specify 358 the hom page by typing it here or clicking on one of the buttons below the348 the hompage by typing it here or clicking on one of the buttons below the 359 349 textbox. \gui{Current Page} sets the currently displayed page as your home 360 350 page while \gui{Restore to default} will reset your home page to the default … … 639 629 language. The icon defined by the \c{icon} tags is applied to any language. 640 630 \row 641 \o \c{<cacheDirectory>} 642 \o Specified as a path relative to the directory given by 643 QDesktopServices::DataLocation, the cache path is used to store index files 631 \o \c{<cacheDirectory base="collection|default">} 632 \o The cache directory is used to store index files 644 633 needed for the full text search and a copy of the collection file. 645 The copy is needed because \QA stores all its settings in the collection file; 646 i.e., it must be writable for the user. 634 The copy is needed because \QA stores all its settings in the collection file; i.e., it must be writable for the user. 635 The directory is specified as a relative path. 636 If the \c{base} attribute is set to "collection", the path is 637 relative to the directory the collection file resides in. 638 If the attribute is set to "default" or if it is missing, 639 the path is relative to the directory given by 640 QDesktopServices::DataLocation. The first form is useful for 641 collections that are used in a "mobile" way, e.g. carried around 642 on a USB stick. 643 647 644 \endtable 648 645 … … 678 675 functionality by passing the \c{-enableRemoteControl} command line option. 679 676 680 \warning The trailing '\0' must be appended separately to the QByteArray,681 e.g., \c{QByteArray("command" + '\0')}.682 683 677 The following example shows how this can be done: 684 678 … … 690 684 691 685 \snippet doc/src/snippets/code/doc_src_assistant-manual.qdoc 3 686 687 688 692 689 693 690 The following commands can be used to control \QA: … … 728 725 the currently displayed page. 729 726 \row 730 \o \c{setCurrentFilter }727 \o \c{setCurrentFilter} 731 728 \o Selects the specified filter and updates the visual representation 732 729 accordingly. … … 734 731 \o \c{expandToc <Depth>} 735 732 \o Expands the table of contents tree to the given depth. If depth 736 is less than 1, the tree will be collapsed completely. 733 is 0, the tree will be collapsed completely. If depth is -1, 734 the tree will be expanded completely. 735 \row 736 \o \c{register <help file>} 737 \o Adds the given Qt compressed help file to the collection. 738 \row 739 \o \c{unregister <help file>} 740 \o Removes the given Qt compressed help file from the collection. 737 741 \endtable 738 742
Note:
See TracChangeset
for help on using the changeset viewer.