![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "iconloader_p.h"
#include <QtCore/qfile.h>
#include <QtCore/qoperatingsystemversion.h>
#include <QtGui/qcolor.h>
#include <QtGui/qguiapplication.h>
#include <QtGui/qicon.h>
#include <QtGui/qpalette.h>
#include <QtGui/qpixmap.h>
#include <QtGui/qstylehints.h>
Go to the source code of this file.
Namespaces | |
namespace | qdesigner_internal |
Auxiliary methods to store/retrieve settings. |
Functions | |
static bool | qdesigner_internal::isLight (const QColor &textColor) |
QDESIGNER_SHARED_EXPORT bool | qdesigner_internal::isDarkMode () |
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 () |