Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
qwidgetplatformmessagedialog_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
4
#ifndef QWIDGETPLATFORMMESSAGEDIALOG_P_H
5
#define QWIDGETPLATFORMMESSAGEDIALOG_P_H
6
7
//
8
// W A R N I N G
9
// -------------
10
//
11
// This file is not part of the Qt API. It exists purely as an
12
// implementation detail. This header file may change from version to
13
// version without notice, or even be removed.
14
//
15
// We mean it.
16
//
17
18
#include <QtGui/qpa/qplatformdialoghelper.h>
19
#include <QtCore/private/qglobal_p.h>
20
21
QT_BEGIN_NAMESPACE
22
23
class
QMessageBox
;
24
25
class
QWidgetPlatformMessageDialog
:
public
QPlatformMessageDialogHelper
26
{
27
Q_OBJECT
28
29
public
:
30
explicit
QWidgetPlatformMessageDialog
(
QObject
*
parent
=
nullptr
);
31
~QWidgetPlatformMessageDialog
();
32
33
void
exec
()
override
;
34
bool
show
(Qt::WindowFlags
flags
,
Qt::WindowModality
modality,
QWindow
*
parent
)
override
;
35
void
hide
()
override
;
36
37
private
:
38
QScopedPointer<QMessageBox>
m_dialog;
39
};
40
41
QT_END_NAMESPACE
42
43
#endif
// QWIDGETPLATFORMMESSAGEDIALOG_P_H
QMessageBox
The QMessageBox class provides a modal dialog for informing the user or for asking the user a questio...
Definition
qmessagebox.h:21
QObject
\inmodule QtCore
Definition
qobject.h:90
QObject::parent
QObject * parent() const
Returns a pointer to the parent object.
Definition
qobject.h:311
QPlatformMessageDialogHelper
The QPlatformMessageDialogHelper class allows for platform-specific customization of Message dialogs.
Definition
qplatformdialoghelper.h:474
QScopedPointer
\inmodule QtCore
Definition
qscopedpointer.h:71
QWidgetPlatformMessageDialog
Definition
qwidgetplatformmessagedialog_p.h:26
QWidgetPlatformMessageDialog::~QWidgetPlatformMessageDialog
~QWidgetPlatformMessageDialog()
Definition
qwidgetplatformmessagedialog.cpp:26
QWidgetPlatformMessageDialog::exec
void exec() override
Definition
qwidgetplatformmessagedialog.cpp:29
QWidgetPlatformMessageDialog::hide
void hide() override
Definition
qwidgetplatformmessagedialog.cpp:49
QWindow
\inmodule QtGui
Definition
qwindow.h:63
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
Qt::WindowModality
WindowModality
Definition
qnamespace.h:1537
flags
GLbitfield flags
Definition
qopengles2ext.h:1026
Q_OBJECT
#define Q_OBJECT
Definition
qtmetamacros.h:117
show
view show()
[18] //! [19]
qtdeclarative
src
labs
platform
widgets
qwidgetplatformmessagedialog_p.h
Generated by
1.9.7