diff --git a/src/plugins/help/docsettingspage.ui b/src/plugins/help/docsettingspage.ui index 07061ca2ed0302b55590452358b96c4ef90d6d38..25c94a9f55534a5d88b5cd4da97c7a69871c2d00 100644 --- a/src/plugins/help/docsettingspage.ui +++ b/src/plugins/help/docsettingspage.ui @@ -11,9 +11,7 @@ </rect> </property> <property name="toolTip"> - <string><html><body><p>The Documentation page lets you install and remove compressed help files.</p> -<p>Click the <b>Install</b> button and choose the path of the compressed help file (*.qch) you would like to install. To delete a help file, select a documentation set in the list and click <b>Remove</b>.</p></body></html> -</string> + <string>Add and remove compressed help files, .qch.</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> diff --git a/src/plugins/help/filtersettingspage.ui b/src/plugins/help/filtersettingspage.ui index ec03b86d7ec8d66d43d6e54b56802f2b49669049..6846ef1d349383bd3dbd660c426bb4d1e434d9d1 100644 --- a/src/plugins/help/filtersettingspage.ui +++ b/src/plugins/help/filtersettingspage.ui @@ -13,15 +13,7 @@ <property name="toolTip"> <string><html><body> <p> -The Filters page lets you create and remove documentation filters. -</p><p> -To add a new filter, click the <b>Add</b> button, specify a filter name in the pop-up dialog and click <b>OK</b>, then select the filter attributes in the list box on the right hand side. You can delete a filter by selecting it and clicking the <b>Remove</b> button. -</p><p> -A filter is identified by its name and contains a list of filter attributes. An attribute is just a string that can be freely chosen. Attributes are defined by the documentation itself, this means that every documentation set usually has one or more attributes. -</p><p> -For example, the Qt 4.7.0 Linguist documentation defines the attributes '<b>qt</b>', '<b>tools</b>' and '<b>4.7.0</b>', Qt Designer defines '<b>designer</b>', '<b>tools</b>' and '<b>4.7.0</b>'. The filter to display all tools would then define only the attribute '<b>tools</b>' since this attribute is part of both documentation sets. -</p><p> -Adding the attribute '<b>qmake</b>' to the filter would then only show qmake documentation, since the Qt Designer documentation does not contain this attribute. Having an empty list of attributes in a filter will match all documentation; i.e., it is equivalent to requesting unfiltered documentation. +Add, modify, and remove document filters, which determine the documentation set displayed in the Help mode. The attributes are defined in the documents. Select them to display a set of relevant documentation. Note that some attributes are defined in several documents. </p></body></html></string> </property> <layout class="QVBoxLayout" name="verticalLayout_2">