Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qcocoafontdialoghelper.h
Go to the documentation of this file.
1// Copyright (C) 2016 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
4#ifndef QCOCOAFONTDIALOGHELPER_H
5#define QCOCOAFONTDIALOGHELPER_H
6
7#include <QObject>
8#include <qpa/qplatformdialoghelper.h>
9
11
13{
14public:
17
18 void exec() override;
19
20 bool show(Qt::WindowFlags windowFlags, Qt::WindowModality windowModality, QWindow *parent) override;
21 void hide() override;
22
23 void setCurrentFont(const QFont &) override;
24 QFont currentFont() const override;
25};
26
28
29#endif // QCOCOAFONTDIALOGHELPER_H
QFont currentFont() const override
void setCurrentFont(const QFont &) override
\reentrant
Definition qfont.h:22
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:346
The QPlatformFontDialogHelper class allows for platform-specific customization of font dialogs.
\inmodule QtGui
Definition qwindow.h:63
Combined button and popup list for selecting options.
WindowModality
view show()
[18] //! [19]