From 819aac149d2dc3390b04e44dda6f7fb43c9ea665 Mon Sep 17 00:00:00 2001 From: kh1 <qt-info@nokia.com> Date: Thu, 1 Apr 2010 16:27:06 +0200 Subject: [PATCH] Change tooltips as suggested by Leena. Reviewed-by: Leena Miettinen --- src/plugins/help/docsettingspage.ui | 4 +--- src/plugins/help/filtersettingspage.ui | 10 +--------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/src/plugins/help/docsettingspage.ui b/src/plugins/help/docsettingspage.ui index 07061ca2ed0..25c94a9f555 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 ec03b86d7ec..6846ef1d349 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"> -- GitLab