代码拉取完成,页面将自动刷新
import QtQuick 2.0
import QtQuick.Controls 2.12
import QtQuick.Layouts 1.12
import QtQuick.Dialogs
ColumnLayout {
Rectangle
{
Layout.preferredHeight: 40
Layout.fillWidth: true
Layout.leftMargin: 10
color: "transparent"
Text {
text: qsTr("本地")
font.pointSize: 16
}
}
RowLayout{
Layout.leftMargin: 10
Layout.rightMargin: 10
Layout.fillWidth: true
Layout.preferredHeight: 50
Button{
text: "添加本地音乐"
width: 100
height: 40
onClicked: {
diagOpenMusic.open()
}
}
Button{
text: "刷新记录"
width: 100
height: 40
}
Button{
text: "情况记录"
width: 100
height: 40
}
}
MusicSongListView{
Layout.leftMargin: 10
Layout.rightMargin: 10
Layout.fillHeight: true
Layout.fillWidth: true
id:localSongListView
}
FileDialog{
id:diagOpenMusic
fileMode: FileDialog.OpenFiles
nameFilters: ["MP3 (*.mp3)","FLAC (*.flac)","All (*.*)"]
onAccepted: {
console.log(selectedFiles)
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。