2022-08-19 15:59:36 +02:00
|
|
|
// Copyright (C) 2016 The Qt Company Ltd.
|
|
|
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
|
2015-11-23 16:41:54 +01:00
|
|
|
|
2016-03-18 07:55:01 +01:00
|
|
|
#pragma once
|
2015-11-23 16:41:54 +01:00
|
|
|
|
2016-01-20 00:06:28 +01:00
|
|
|
#include "core_global.h"
|
|
|
|
|
|
2015-11-23 16:41:54 +01:00
|
|
|
#include <utils/icon.h>
|
|
|
|
|
|
|
|
|
|
namespace Core {
|
|
|
|
|
namespace Icons {
|
|
|
|
|
|
2016-08-05 13:49:37 +02:00
|
|
|
CORE_EXPORT extern const Utils::Icon QTCREATORLOGO_BIG;
|
2021-08-19 22:32:21 +02:00
|
|
|
CORE_EXPORT extern const Utils::Icon QTLOGO;
|
2016-01-20 00:06:28 +01:00
|
|
|
CORE_EXPORT extern const Utils::Icon FIND_CASE_INSENSITIVELY;
|
|
|
|
|
CORE_EXPORT extern const Utils::Icon FIND_WHOLE_WORD;
|
|
|
|
|
CORE_EXPORT extern const Utils::Icon FIND_REGEXP;
|
|
|
|
|
CORE_EXPORT extern const Utils::Icon FIND_PRESERVE_CASE;
|
|
|
|
|
CORE_EXPORT extern const Utils::Icon MODE_EDIT_CLASSIC;
|
|
|
|
|
CORE_EXPORT extern const Utils::Icon MODE_EDIT_FLAT;
|
|
|
|
|
CORE_EXPORT extern const Utils::Icon MODE_EDIT_FLAT_ACTIVE;
|
|
|
|
|
CORE_EXPORT extern const Utils::Icon MODE_DESIGN_CLASSIC;
|
|
|
|
|
CORE_EXPORT extern const Utils::Icon MODE_DESIGN_FLAT;
|
|
|
|
|
CORE_EXPORT extern const Utils::Icon MODE_DESIGN_FLAT_ACTIVE;
|
2021-10-05 14:16:42 +02:00
|
|
|
CORE_EXPORT extern const Utils::Icon DESKTOP_DEVICE_SMALL;
|
2015-11-11 19:26:58 +01:00
|
|
|
|
2015-11-23 16:41:54 +01:00
|
|
|
} // namespace Icons
|
|
|
|
|
} // namespace Core
|