Warning, /maui/mauikit/src/controls.5/private/WindowControlsWindows.qml is written in an unsupported language. File is not indexed.

0001 import QtQuick 2.12
0002 
0003 /*!
0004   \since org.mauikit.controls.labs 1.0
0005   \inqmlmodule org.mauikit.controls.labs
0006 */
0007 Item
0008 {
0009     id: control
0010 
0011     /**
0012       *
0013       */
0014     property var model : []
0015     property int side
0016     visible: false
0017 }