mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update files of project
This commit is contained in:
parent
fb64a9327d
commit
30bad0a4e4
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user