Obsolete Members for IFindFilter

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

Public Functions

(deprecated in 14.0) virtual void readSettings(Utils::QtcSettings *settings)
(deprecated in 14.0) virtual void writeSettings(Utils::QtcSettings *settings)

Member Function Documentation

[virtual, deprecated in 14.0] void IFindFilter::readSettings(Utils::QtcSettings *settings)

This function is deprecated since 14.0. We strongly advise against using it in new code.

Called at startup to read the state of the additional options for this find filter from the settings.

Implement restore() instead.

[virtual, deprecated in 14.0] void IFindFilter::writeSettings(Utils::QtcSettings *settings)

This function is deprecated since 14.0. We strongly advise against using it in new code.

Called at shutdown to write the state of the additional options for this find filter to the settings.

Implement save() instead.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.