Warning, /graphics/krita/libs/libqml/plugins/components/Shadow.qml is written in an unsupported language. File is not indexed.

0001 /* This file is part of the KDE project
0002  * SPDX-FileCopyrightText: 2014 Arjen Hiemstra <ahiemstra@heimr.nl>
0003  *
0004  * SPDX-License-Identifier: GPL-2.0-or-later
0005  */
0006 
0007 import QtQuick 2.3
0008 
0009 Image {
0010     source: Settings.theme.image("shadow.png");
0011     smooth: true;
0012 }