Files
seer/src/SeerStackFramesBrowserWidget.ui
T

64 lines
1.4 KiB
XML
Raw Normal View History

2021-09-01 14:01:00 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SeerStackFramesBrowserWidgetForm</class>
<widget class="QWidget" name="SeerStackFramesBrowserWidgetForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>700</height>
2021-09-01 14:01:00 -05:00
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
2021-11-07 13:53:46 -06:00
<item row="0" column="0">
2021-09-01 14:01:00 -05:00
<widget class="QTreeWidget" name="stackTreeWidget">
<property name="columnCount">
<number>7</number>
</property>
<column>
<property name="text">
<string>Level</string>
</property>
</column>
<column>
<property name="text">
2021-11-07 13:53:46 -06:00
<string>Function</string>
2021-09-01 14:01:00 -05:00
</property>
</column>
<column>
<property name="text">
2021-11-07 13:53:46 -06:00
<string>File</string>
2021-09-01 14:01:00 -05:00
</property>
</column>
<column>
<property name="text">
2021-11-07 13:53:46 -06:00
<string>Line</string>
2021-09-01 14:01:00 -05:00
</property>
</column>
<column>
<property name="text">
<string>Fullname</string>
</property>
</column>
<column>
<property name="text">
2021-11-07 13:53:46 -06:00
<string>Address</string>
2021-09-01 14:01:00 -05:00
</property>
</column>
<column>
<property name="text">
<string>Arch</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>