Warning, /kdevelop/kdevelop/plugins/welcomepage/qml/StandardPage.qml is written in an unsupported language. File is not indexed.

0001 /*
0002     SPDX-FileCopyrightText: 2011 Aleix Pol <aleixpol@kde.org>
0003 
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 import QtQuick 2.7
0008 import QtQuick.Layouts 1.2
0009 
0010 Rectangle {
0011     id: root
0012 
0013     SystemPalette { id: pal }
0014 
0015     color: pal.base
0016     border.color: pal.mid
0017 }