Clean up ClideHandle.

This commit is contained in:
2026-02-08 10:08:47 -05:00
parent a63acb18fc
commit 344efc0042
3 changed files with 6 additions and 21 deletions

View File

@@ -15,18 +15,13 @@ ApplicationWindow {
required property string appContextPath
height: 800
title: "CLIDE"
title: "Clide"
visible: true
width: 1200
menuBar: ClideMenuBar {
}
MessageDialog {
id: errorDialog
title: qsTr("Error")
}
ClideProjectView {
id: clideProjectView