Implemented AKB monitor screen
This commit is contained in:
@@ -4,6 +4,7 @@ import QtQuick.Layouts 1.12
|
||||
|
||||
import Controls 1.0 as Controls
|
||||
import Screens 1.0 as Screens
|
||||
import Cubo 1.0
|
||||
import Utils 1.0
|
||||
|
||||
ApplicationWindow {
|
||||
@@ -216,5 +217,10 @@ ApplicationWindow {
|
||||
color: Palette.screenBackgroundColor
|
||||
}
|
||||
|
||||
Component.onCompleted: connectionScreen.open()
|
||||
Component.onCompleted: {
|
||||
BmsInterface.bmsConfig().loadParamsXml("://res/config.xml")
|
||||
BmsInterface.infoConfig().loadParamsXml("://res/info.xml")
|
||||
|
||||
connectionScreen.open()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user