Warning, /system/mycroft-gui/tests/scrollableDelegateTest2.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 
0012     Rectangle {
0013         color: "red"
0014         radius: 30
0015         width: 300
0016         height: 700
0017     }
0018 }
0019