Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qquickfolderdialogimpl_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
4#ifndef QQUICKFOLDERDIALOG_P_P_H
5#define QQUICKFOLDERDIALOG_P_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This Folder is not part of the Qt API. It exists purely as an
12// implementation detail. This header Folder 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_p.h>
19#include <QtQuickTemplates2/private/qquickdialogbuttonbox_p.h>
20
22
24
26{
27 Q_DECLARE_PUBLIC(QQuickFolderDialogImpl)
28
29public:
31
33 {
34 return dialog->d_func();
35 }
36
38
39 void updateEnabled();
40 void updateSelectedFolder(const QString &oldFolderPath);
41
42 void handleAccept() override;
44
50};
51
53{
54public:
55 Q_DECLARE_PUBLIC(QQuickFolderDialogImplAttached)
56
58
62};
63
65
66#endif // QQUICKFOLDERDIALOG_P_P_H
\inmodule QtCore
Definition qpointer.h:18
QPointer< QQuickFolderBreadcrumbBar > breadcrumbBar
QPointer< QQuickDialogButtonBox > buttonBox
QQuickFolderDialogImplAttached * attachedOrWarn()
void updateSelectedFolder(const QString &oldFolderPath)
static QQuickFolderDialogImplPrivate * get(QQuickFolderDialogImpl *dialog)
void handleClick(QQuickAbstractButton *button) override
QSharedPointer< QFileDialogOptions > options
\inmodule QtCore
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:127
\inmodule QtCore
Definition qurl.h:94
QPushButton * button
[2]
Combined button and popup list for selecting options.
QFileDialog dialog(this)
[1]