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
qquickdialog_p_p.h
Go to the documentation of this file.
1// Copyright (C) 2017 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 QQUICKDIALOG_P_P_H
5#define QQUICKDIALOG_P_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 <QtQuickTemplates2/private/qquickdialog_p.h>
19#include <QtQuickTemplates2/private/qquickpopup_p_p.h>
20#include <QtGui/qpa/qplatformdialoghelper.h>
21
23
26
27class Q_QUICKTEMPLATES2_EXPORT QQuickDialogPrivate : public QQuickPopupPrivate
28{
29public:
30 Q_DECLARE_PUBLIC(QQuickDialog)
31
33 {
34 return dialog->d_func();
35 }
36
38
39 virtual void handleAccept();
40 virtual void handleReject();
41 virtual void handleClick(QQuickAbstractButton *button);
42
43 int result = 0;
45 QQuickDialogButtonBox *buttonBox = nullptr;
46 QPlatformDialogHelper::StandardButtons standardButtons = QPlatformDialogHelper::NoButton;
47};
48
50
51#endif // QQUICKDIALOG_P_P_H
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
QPushButton * button
[2]
Combined button and popup list for selecting options.
static QDBusError::ErrorType get(const char *name)
GLuint64EXT * result
[6]
QFileDialog dialog(this)
[1]