|
|
@ -19,7 +19,7 @@ ApplicationWindow { |
|
|
|
property alias dataText: rawDataField.text |
|
|
|
property alias dataText: rawDataField.text |
|
|
|
|
|
|
|
|
|
|
|
onClosing: { |
|
|
|
onClosing: { |
|
|
|
compileTimer.stop() |
|
|
|
//compileTimer.stop() |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
MenuBar { |
|
|
|
MenuBar { |
|
|
@ -112,6 +112,7 @@ ApplicationWindow { |
|
|
|
anchors.right: settings.left |
|
|
|
anchors.right: settings.left |
|
|
|
focus: true |
|
|
|
focus: true |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* |
|
|
|
Timer { |
|
|
|
Timer { |
|
|
|
id: compileTimer |
|
|
|
id: compileTimer |
|
|
|
interval: 500 ; running: true ; repeat: true |
|
|
|
interval: 500 ; running: true ; repeat: true |
|
|
@ -119,6 +120,7 @@ ApplicationWindow { |
|
|
|
dbg.autoComp(codeEditor.text) |
|
|
|
dbg.autoComp(codeEditor.text) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
*/ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Column { |
|
|
|
Column { |
|
|
|