Uhm what
This commit is contained in:
parent
1ab865a994
commit
6fe42f007c
@ -556,6 +556,7 @@ ApplicationWindow {
|
|||||||
|
|
||||||
SplitView {
|
SplitView {
|
||||||
orientation: Qt.Horizontal
|
orientation: Qt.Horizontal
|
||||||
|
id: debugSplitView
|
||||||
TableView {
|
TableView {
|
||||||
property var debuggerLog: ListModel {
|
property var debuggerLog: ListModel {
|
||||||
id: debuggerLog
|
id: debuggerLog
|
||||||
@ -569,7 +570,7 @@ ApplicationWindow {
|
|||||||
}
|
}
|
||||||
height: parent.height/2
|
height: parent.height/2
|
||||||
width: parent.width
|
width: parent.width
|
||||||
TableViewColumn{ role: "value" ; title: "Stack" ; width: parent.width }
|
TableViewColumn{ role: "value" ; title: "Stack" ; width: debugSplitView.width }
|
||||||
model: stackModel
|
model: stackModel
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user