Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
qfileselector.h
Go to the documentation of this file.
1
// Copyright (C) 2013 BlackBerry Limited. All rights reserved.
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 QFILESELECTOR_H
5
#define QFILESELECTOR_H
6
7
#include <QtCore/QObject>
8
#include <QtCore/QStringList>
9
10
QT_BEGIN_NAMESPACE
11
12
class
QFileSelectorPrivate
;
13
class
Q_CORE_EXPORT
QFileSelector
:
public
QObject
14
{
15
Q_OBJECT
16
public
:
17
explicit
QFileSelector
(
QObject
*
parent
=
nullptr
);
18
~QFileSelector
();
19
20
QString
select
(
const
QString
&filePath)
const
;
21
QUrl
select
(
const
QUrl
&filePath)
const
;
22
23
QStringList
extraSelectors()
const
;
24
void
setExtraSelectors(
const
QStringList
&
list
);
25
26
QStringList
allSelectors()
const
;
27
28
private
:
29
Q_DECLARE_PRIVATE(
QFileSelector
)
30
};
31
32
QT_END_NAMESPACE
33
34
#endif
QFileSelectorPrivate
Definition
qfileselector_p.h:31
QFileSelector
\inmodule QtCore
Definition
qfileselector.h:14
QObject
\inmodule QtCore
Definition
qobject.h:90
QStringList
\inmodule QtCore
QString
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition
qstring.h:127
QUrl
\inmodule QtCore
Definition
qurl.h:94
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
Q_OBJECT
#define Q_OBJECT
Definition
qtmetamacros.h:117
list
QList< int > list
[14]
Definition
src_concurrent_qtconcurrentfilter.cpp:140
select
selection select(topLeft, bottomRight)
parent
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent
Definition
uiaclientinterfaces_p.h:209
qtbase
src
corelib
io
qfileselector.h
Generated by
1.9.7