MauiKit Controls

android/WindowControls.qml
1import QtQuick
2
3/*!
4 \since org.mauikit.controls.labs 1.0
5 \inqmlmodule org.mauikit.controls.labs
6*/
7Item
8{
9 id: control
10
11 /**
12 *
13 */
14 property var model : []
15 property int side
16 visible: false
17}
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 3 2025 12:00:17 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.