Warning, /system/mycroft-gui/tests/scrollableDelegateTest.qml is written in an unsupported language. File is not indexed.
0001 import QtQuick 2.5
0002 import QtQuick.Controls 2.4 as Controls
0003 import QtQuick.Layouts 1.3
0004 import Mycroft 1.0 as Mycroft
0005 import org.kde.kirigami 2.5 as Kirigami
0006
0007 Mycroft.ScrollableDelegate {
0008 id: root
0009 width: 500
0010 height: 500
0011 ListView {
0012 model: 100
0013 delegate: Text{text:"ggg"}
0014 }
0015 }
0016