Some useful qml ui elements. Items don't have any dependencies other than Qt qml modules (unless mentioned otherwise). You can use each file independently.
A MenuItem
item with a counter. Does not show zero value.
A Flickable
item with an inner Repeater
. model
property is exposed but unfortunately delegate
property is not exposed (yet). Suitable for image/video collection.
Dependencies : qmldir
Material design icons collection. Based on version 2.0.46. User must have material-design-icons font installed. This is a singleton qml file (Don't forget to pick qmldir
file with this one).
A material design TextField
.
A ToolButton
with multiple states.
Dependencies : MaterialDesignIcons.qml
, StepperStep.qml
A material Stepper without mouse (touch) interaction. Current step is determined by currentIndex
property.
Yet another Round image :) but with border and border placement properties.