Warning, /maui/arca/src/controls/previewer/DefaultPreview.qml is written in an unsupported language. File is not indexed.
0001 import QtQuick 2.14 0002 import QtQuick.Controls 2.14 0003 0004 import org.mauikit.controls 1.3 as Maui 0005 0006 Item 0007 { 0008 Maui.Icon 0009 { 0010 anchors.centerIn: parent 0011 source: iteminfo.icon 0012 height: Maui.Style.iconSizes.huge 0013 width: height 0014 } 0015 }