4#ifndef QABSTRACTFILEICONPROVIDER_H
5#define QABSTRACTFILEICONPROVIDER_H
7#include <QtGui/qtguiglobal.h>
8#include <QtCore/qfileinfo.h>
9#include <QtCore/qscopedpointer.h>
10#include <QtGui/qicon.h>
21 DontUseCustomDirectoryIcons = 0x00000001
32 virtual void setOptions(
Options);
33 virtual Options options()
const;
virtual ~QAbstractFileIconProvider()
Destroys the file icon provider.
QScopedPointer< QAbstractFileIconProviderPrivate > d_ptr
IconType
\value Computer The icon used for the computing device as a whole \value Desktop The icon for the spe...
\inmodule QtCore \reentrant
The QIcon class provides scalable icons in different modes and states.
\macro QT_RESTRICTED_CAST_FROM_ASCII
Combined button and popup list for selecting options.
#define Q_DECLARE_FLAGS(Flags, Enum)
#define Q_DECLARE_OPERATORS_FOR_FLAGS(Flags)