Added a log level slider which can change the log level

This commit is contained in:
obscuren
2014-06-14 15:44:32 +02:00
parent e7a22af0e6
commit ef1b923b31
3 changed files with 53 additions and 9 deletions
+3 -3
View File
@@ -135,7 +135,7 @@ ApplicationWindow {
}
height: parent.height
width: 300
TableViewColumn{ role: "value" ; title: "Stack" ; width: 200 }
TableViewColumn{ role: "value" ; title: "Temp" ; width: 200 }
model: stackModel
}
@@ -224,8 +224,8 @@ ApplicationWindow {
}
function setInstruction(num) {
//asmTableView.selection.clear()
//asmTableView.selection.select(num)
asmTableView.selection.clear()
asmTableView.selection.select(num)
}
function setMem(mem) {