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.milou 0.1 as Milou
0012 
0013 ResultsView {
0014     id: listView
0015     delegate: ResultsListViewDelegate {
0016         id: resultDelegate
0017         width: listView.width
0018     }
0019 }