diff options
Diffstat (limited to 'src/citra_qt/debugger/callstack.ui')
| -rw-r--r-- | src/citra_qt/debugger/callstack.ui | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/citra_qt/debugger/callstack.ui b/src/citra_qt/debugger/callstack.ui new file mode 100644 index 000000000..b3c4db632 --- /dev/null +++ b/src/citra_qt/debugger/callstack.ui | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <ui version="4.0"> | ||
| 3 | <class>CallStack</class> | ||
| 4 | <widget class="QDockWidget" name="CallStack"> | ||
| 5 | <property name="geometry"> | ||
| 6 | <rect> | ||
| 7 | <x>0</x> | ||
| 8 | <y>0</y> | ||
| 9 | <width>400</width> | ||
| 10 | <height>300</height> | ||
| 11 | </rect> | ||
| 12 | </property> | ||
| 13 | <property name="windowTitle"> | ||
| 14 | <string>Call stack</string> | ||
| 15 | </property> | ||
| 16 | <widget class="QWidget" name="dockWidgetContents"> | ||
| 17 | <layout class="QVBoxLayout" name="verticalLayout"> | ||
| 18 | <item> | ||
| 19 | <widget class="QTreeView" name="treeView"> | ||
| 20 | <property name="alternatingRowColors"> | ||
| 21 | <bool>true</bool> | ||
| 22 | </property> | ||
| 23 | <property name="rootIsDecorated"> | ||
| 24 | <bool>false</bool> | ||
| 25 | </property> | ||
| 26 | <property name="itemsExpandable"> | ||
| 27 | <bool>false</bool> | ||
| 28 | </property> | ||
| 29 | </widget> | ||
| 30 | </item> | ||
| 31 | </layout> | ||
| 32 | </widget> | ||
| 33 | </widget> | ||
| 34 | <resources/> | ||
| 35 | <connections/> | ||
| 36 | </ui> | ||