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
qquickfontdialogimpl_p_p.h
Go to the documentation of this file.
1// Copyright (C) 2021 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
5#ifndef QQUICKFONTDIALOGIMPL_P_P_H
6#define QQUICKFONTDIALOGIMPL_P_P_H
7
8//
9// W A R N I N G
10// -------------
11//
12// This file is not part of the Qt API. It exists purely as an
13// implementation detail. This header file may change from version to
14// version without notice, or even be removed.
15//
16// We mean it.
17//
18
19#include <QtQuickTemplates2/private/qquickcombobox_p.h>
20#include <QtQuickTemplates2/private/qquickdialog_p_p.h>
21#include <QtQuickTemplates2/private/qquickdialogbuttonbox_p.h>
22
24
25#include <QtCore/qpointer.h>
26
28
30{
31 Q_DECLARE_PUBLIC(QQuickFontDialogImpl)
32public:
34
35 static QQuickFontDialogImplPrivate *get(QQuickFontDialogImpl *dialog)
36 {
37 return dialog->d_func();
38 }
39
40 QQuickFontDialogImplAttached *attachedOrWarn();
41
43
45 void handleClick(QQuickAbstractButton *button) override;
46
48
50};
51
71
72QT_END_NAMESPACE
73
74#endif // QQUICKFONTDIALOGIMPL_P_P_H
QPointer< QQuickComboBox > writingSystemComboBox
static QQuickFontDialogImplPrivate * get(QQuickFontDialogImpl *dialog)
void handleClick(QQuickAbstractButton *button) override
QSharedPointer< QFontDialogOptions > options
QQuickFontDialogImplAttached * attachedOrWarn()
static int findFamilyInModel(const QString &selectedFamily, const QStringList &model)
static int findStyleInModel(const QString &selectedStyle, const QStringList &model)