Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
iconloader.cpp File Reference

(e49cb9684f09571b0c81ba2298ebd665d31b9bd5)

#include "iconloader_p.h"
#include <QtCore/qfile.h>
#include <QtCore/qoperatingsystemversion.h>
#include <QtGui/qicon.h>
#include <QtGui/qpixmap.h>
+ Include dependency graph for iconloader.cpp:

Go to the source code of this file.

Namespaces

namespace  qdesigner_internal
 Auxiliary methods to store/retrieve settings.
 

Functions

QDESIGNER_SHARED_EXPORT QIcon qdesigner_internal::createIconSet (QIcon::ThemeIcon themeIcon, QLatin1StringView name)
 
template<class StringView >
static QIcon qdesigner_internal::createIconSetHelper (StringView name)
 
QDESIGNER_SHARED_EXPORT QIcon qdesigner_internal::createIconSet (QStringView name)
 
QDESIGNER_SHARED_EXPORT QIcon qdesigner_internal::createIconSet (QLatin1StringView name)
 
QDESIGNER_SHARED_EXPORT QIcon qdesigner_internal::emptyIcon ()
 
static QIcon qdesigner_internal::buildIcon (const QString &prefix, const int *sizes, size_t sizeCount)
 
QDESIGNER_SHARED_EXPORT QIcon qdesigner_internal::qtLogoIcon ()