a lot of setup and testing work for rust
This commit is contained in:
parent
8e58dd89df
commit
8b4c348279
12 changed files with 231 additions and 32 deletions
|
@ -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"; */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue