chore: update files of project

This commit is contained in:
wuhai 2024-01-23 11:33:22 +08:00
parent fb64a9327d
commit 30bad0a4e4
2 changed files with 14 additions and 2 deletions

View File

@ -6,5 +6,18 @@ import "../common"
SAKPane {
id: root
Item {}
Item {
id: controllerArea
width: 250
height: root.height
Loader {
anchors.fill: parent
}
}
Item {
id: outoutArea
}
Item {
id: inputArea
}
}

View File

@ -3,7 +3,6 @@
<file>qml/MainWindow.qml</file>
<file>qml/MainWindowTitleBar.qml</file>
<file>qml/MainWindowToolBar.qml</file>
<file>qml/MainWindowTest.qml</file>
<file>qml/toolbox/ToolBox.qml</file>
<file>qml/toolbox/ToolBoxCommonClient.qml</file>
<file>qml/toolbox/ToolBoxCommonCrcParameters.qml</file>