QHelpFilterData Class
The QHelpFilterData class provides details for the filters used by QHelpFilterEngine. More...
| Header: | #include <QHelpFilterData> |
| qmake: | QT += help |
| Since: | Qt 5.13 |
This class was introduced in Qt 5.13.
Detailed Description
By using setComponents() you may constrain the search results to documents that belong only to components specified on the given list. By using setVersions() you may constrain the search results to documents that belong only to versions specified on the given list.
See also QHelpFilterEngine.