Commit 2988a349 authored by Florent Revest's avatar Florent Revest

mapplauncher-booster-qtcomponents: load more components from qml-asteroid

parent 06ff754b
import QtQuick 2.6 import QtQuick 2.6
import QtQuick.Layouts 1.2
import org.asteroid.controls 1.0 import org.asteroid.controls 1.0
Application { Application {
Component {
Calendar { }
LayerStack { } LayerStack { }
TimePicker { } TimePicker { }
CircularScrollIndicator {} CircularScrollIndicator { }
IconButton { } IconButton { }
ProgressCircle {} ProgressCircle { }
} Flickable { }
Switch { }
Slider { }
ListView { }
GridLayout { }
GridView { }
Text { }
Image { }
MouseArea { }
Timer { }
Column { }
Row { }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment