Warning, /plasma/milou/lib/qml/ResultsListView.qml is written in an unsupported language. File is not indexed.
0001 /* 0002 * This file is part of the KDE Milou Project 0003 * SPDX-FileCopyrightText: 2014 Vishesh Handa <vhanda@kde.org> 0004 * 0005 * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL 0006 * 0007 */ 0008 0009 import QtQuick 2.1 0010 0011 import org.kde.plasma.components 2.0 as PlasmaComponents 0012 import org.kde.plasma.core 2.0 as PlasmaCore 0013 import org.kde.milou 0.1 as Milou 0014 0015 ResultsView { 0016 id: listView 0017 delegate: ResultsListViewDelegate { 0018 id: resultDelegate 0019 width: listView.width 0020 } 0021 }