Skip to content
Snippets Groups Projects
Commit e93056ae authored by Greg Wicks's avatar Greg Wicks
Browse files

Make the call stack entries not editable

parent 2e16edbc
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,9 @@
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTreeView" name="treeView">
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment