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

0001 import QtQuick 2.14
0002 import QtQuick.Controls 2.14
0003 import org.mauikit.controls 1.3 as Maui
0004 
0005 ProgressBar
0006 {
0007     id: control
0008     
0009     indeterminate: true   
0010     height: 6
0011     radius: 0
0012     background: null
0013 }