Obsolete Members for QHelpEngineCore

The following members of class QHelpEngineCore are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Properties

Public Functions

(obsolete) QString currentFilter() const
(obsolete) void setCurrentFilter(const QString &filterName)

Property Documentation

currentFilter : QString

This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

This property holds the name of the custom filter currently applied.

QHelpFilterEngine::activeFilter() should be used instead.

Setting this property will save the new custom filter permanently in the help collection file. To set a custom filter without saving it permanently, disable the auto save filter mode.

This property was introduced in Qt 4.5.

Access functions:

QString currentFilter() const
void setCurrentFilter(const QString &filterName)

See also autoSaveFilter().