Reimplement streaming

This commit is contained in:
Dark Steveneq
2025-10-16 23:20:10 +02:00
parent 01a3775ac7
commit c99efcf9e3
4 changed files with 99 additions and 15 deletions

View File

@@ -121,14 +121,6 @@ ApplicationWindow {
text: qsTr("Settings")
}
}
// Button {
// text: "S"
// onClicked: function() {
// var component = Qt.createComponent("ViewSettings.qml")
// var window = component.createObject(root)
// window.show()
// }
// }
}
}