update
parent
bd422f96cf
commit
8b531e4637
|
@ -2,10 +2,12 @@
|
|||
import QtQuick.Window
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
import QtMultimedia
|
||||
import FluentUI
|
||||
|
||||
Window {
|
||||
id:app
|
||||
MediaPlayer{}
|
||||
Component.onCompleted: {
|
||||
FluApp.init(app)
|
||||
FluTheme.darkMode = FluDarkMode.System
|
||||
|
|
|
@ -27,9 +27,9 @@ Rectangle {
|
|||
audioOutput: AudioOutput{
|
||||
id:audio_output
|
||||
}
|
||||
onErrorChanged:
|
||||
onErrorStringChanged:
|
||||
(error)=> {
|
||||
console.debug(error)
|
||||
console.debug(errorString)
|
||||
}
|
||||
onPositionChanged: {
|
||||
if(autoSeek){
|
||||
|
|
Loading…
Reference in New Issue