Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
helpdocsettingswidget.h
Go to the documentation of this file.
1// Copyright (C) 2020 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
3
4#ifndef HELPDOCSETTINGSWIDGET_H
5#define HELPDOCSETTINGSWIDGET_H
6
7#include <QtWidgets/QWidget>
8
10
11class HelpDocSettings;
13
15{
17public:
19
21
22 void setDocSettings(const HelpDocSettings &settings);
23 HelpDocSettings docSettings() const;
24
27
28private:
29 QScopedPointer<class HelpDocSettingsWidgetPrivate> d_ptr;
32};
33
34QT_END_NAMESPACE
35
36#endif
QMap< QString, QListWidgetItem * > m_namespaceToItem
void applyDocListFilter(QListWidgetItem *item)
QHash< QListWidgetItem *, QString > m_itemToNamespace
HelpDocSettings docSettings() const
void setDocSettings(const HelpDocSettings &settings)
Combined button and popup list for selecting options.