Kirigami-addons

Kirigami Addons

Introduction

Kirigami Addons is an additional set of visual components that work well on mobile and desktop and are guaranteed to be cross-platform. It uses Kirigami under the hood to create its components and should look native with any QtQuick Controls style.

A tutorial for Kirigami Addons can be found over Develop.

Most common components

Kirigami Addons provides several QML modules. Each module may contain one or multiple components.

The following components are either commonly used or serve as entrypoints for using other API in their respective modules:

List of modules and components

Each component can be used with an import statement following this pattern:

import org.kde.kirigamiaddons.<module_name> <version>

Starting with Qt6, the version is optional.

The following list can be used to check which component belongs to which module:

org.kde.kirigamiaddons.components

org.kde.kirigamiaddons.dateandtime

org.kde.kirigamiaddons.delegates

org.kde.kirigamiaddons.formcard

org.kde.kirigamiaddons.settings

org.kde.kirigamiaddons.sounds

org.kde.kirigamiaddons.treeview