Pass application context to GUI. (#11)

This commit was merged in pull request #11.
This commit is contained in:
2026-01-31 04:25:14 +00:00
parent 00f9075d0f
commit 2340fd7652
21 changed files with 937 additions and 311 deletions

View File

@@ -13,6 +13,8 @@ ApplicationWindow {
visible: true
width: 1200
required property string appContextPath
menuBar: ClideMenuBar {
}
@@ -27,6 +29,7 @@ ApplicationWindow {
title: qsTr("Error")
}
ClideProjectView {
projectDir: appWindow.appContextPath
}
}