Warning, /maui/index-fm/src/widgets/views/home/AudioCard.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 QtMultimedia 5.8
0005
0006 Card
0007 {
0008 id: control
0009
0010 property alias player : _player
0011
0012 MediaPlayer
0013 {
0014 id: _player
0015 autoLoad: true
0016 }
0017 }