4#ifndef QFILEICONPROVIDER_P_H
5#define QFILEICONPROVIDER_P_H
18#include <QtWidgets/private/qtwidgetsglobal_p.h>
21#include <private/qabstractfileiconprovider_p.h>
22#include <QtCore/qstring.h>
23#include <QtGui/qicon.h>
24#include <QtWidgets/qstyle.h>
43 mutable QIcon fileLink;
44 mutable QIcon directory;
45 mutable QIcon directoryLink;
46 mutable QIcon harddisk;
50 mutable QIcon network;
51 mutable QIcon computer;
52 mutable QIcon desktop;
53 mutable QIcon trashcan;
54 mutable QIcon generic;
QIcon getIcon(QStyle::StandardPixmap name) const
\inmodule QtCore \reentrant
The QIcon class provides scalable icons in different modes and states.
\macro QT_RESTRICTED_CAST_FROM_ASCII
StandardPixmap
This enum describes the available standard pixmaps.
Combined button and popup list for selecting options.
GLdouble GLdouble GLdouble GLdouble q
QFileInfo fi("c:/temp/foo")
[newstuff]