ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
Resources.h
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - CloudViewer: www.cloudViewer.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2024 www.cloudViewer.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 
8 #pragma once
9 
10 #include <QStringLiteral>
11 
12 #define PLUGIN_INFO_PATH QStringLiteral(":/CC/plugin/PythonRuntime/info.json")
13 #define ABOUT_ICON_PATH QStringLiteral(":/CC/plugin/PythonRuntime/images/about-icon.png")
14 #define EDITOR_ICON_PATH QStringLiteral(":/CC/plugin/PythonRuntime/images/python-editor-icon.png")
15 #define REPL_ICON_PATH QStringLiteral(":/CC/plugin/PythonRuntime/images/repl-icon.png")
16 #define DOCUMENTATION_ICON_PATH \
17  QStringLiteral(":/CC/plugin/PythonRuntime/images/documentation-icon.png")
18 #define RUNNER_ICON_PATH QStringLiteral(":/CC/plugin/PythonRuntime/images/runner-icon.png")
19 #define PACKAGE_MANAGER_ICON_PATH \
20  QStringLiteral(":/CC/plugin/PythonRuntime/images/package-manager-icon.png")
21 #define ACTION_LAUNCHER_ICON_PATH \
22  QStringLiteral(":/CC/plugin/PythonRuntime/images/launcher-icon.png")
23 #define SETTINGS_ICON_PATH QStringLiteral(":/CC/plugin/PythonRuntime/images/settings-icon.png")
24 #define PYPLUGIN_ICON_PATH \
25  QStringLiteral(":/CC/plugin/PythonRuntime/images/python-plugins-icon.png")
26 #define PYSCRIPTS_REGISTER_ICON_PATH \
27  QStringLiteral(":/CC/plugin/PythonRuntime/images/scripts-register-icon.png")
28 #define ADD_PYSCRIPT_ICON_PATH \
29  QStringLiteral(":/CC/plugin/PythonRuntime/images/add-scripts-icon.png")
30 #define REMOVE_PYSCRIPT_ICON_PATH \
31  QStringLiteral(":/CC/plugin/PythonRuntime/images/remove-scripts-icon.png")
32 #define PYSCRIPT_ICON_PATH QStringLiteral(":/CC/plugin/PythonRuntime/images/python-script-icon.png")