BreezeIcons

breezeicons.h
1/*
2 This file is part of the KDE libraries
3
4 SPDX-FileCopyrightText: 2021 Christoph Cullmann <cullmann@kde.org>
5
6 SPDX-License-Identifier: LGPL-2.0-or-later
7*/
8
9#ifndef BREEZEICONS_H
10#define BREEZEICONS_H
11
12#include <breezeicons_export.h>
13
14/**
15 * This namespace contains utility functions to integrate the
16 * Breeze icons into your application.
17 */
18namespace BreezeIcons
19{
20
21/**
22 * Ensures the Breeze icon theme is available inside the :/icons resource folder
23 * and sets it up as QIcon fallback theme if no other fallback theme
24 * is already set (or it's set to hicolor which is basically another way of
25 * no other fallback theme set).
26 *
27 * @since 6.0
28 */
29BREEZEICONS_EXPORT void initIcons();
30
31}
32
33#endif
This namespace contains utility functions to integrate the Breeze icons into your application.
void initIcons()
Ensures the Breeze icon theme is available inside the :/icons resource folder and sets it up as QIcon...
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Oct 11 2024 12:16:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.