forked from ghostfox/qyouradio
better and better
This commit is contained in:
11
ComponentCache.qml
Normal file
11
ComponentCache.qml
Normal file
@@ -0,0 +1,11 @@
|
||||
pragma Singleton
|
||||
|
||||
import QtQuick 6.8
|
||||
|
||||
Item {
|
||||
property var videoPlayer: Qt.createComponent("VideoPlayer.qml")
|
||||
property var viewVideoList: Qt.createComponent("ViewVideoList.qml")
|
||||
property var viewAbout: Qt.createComponent("ViewAbout.qml")
|
||||
|
||||
Component.onCompleted: Player.unloadVideo()
|
||||
}
|
||||
Reference in New Issue
Block a user