a lot of setup and testing work for rust

This commit is contained in:
Chris Cochrun 2022-12-13 09:33:47 -06:00
parent 8e58dd89df
commit 8b4c348279
12 changed files with 231 additions and 32 deletions

View file

@ -129,6 +129,10 @@ Kirigami.ApplicationWindow {
}
}
FileHelper {
id: fileHelper
}
FileDialog {
id: loadFileDialog
title: "Load"
@ -180,12 +184,6 @@ Kirigami.ApplicationWindow {
/* print(loaded[0].audio); */
}
MyObject {
id: myObject
number: 7
string: "HI from rust in my proj: " + myObject.number
}
Component.onCompleted: {
/* showPassiveNotification(Kirigami.Settings.style); */
/* Kirigami.Settings.style = "Plasma"; */