<!DOCTYPE UI><UI version="3.1" stdsetdef="1"> <class>XsldbgCallStack</class> <author>Keith Isdale <k_isdale@tpg.com.au></author> <widget class="TQWidget"> <property name="name"> <cstring>XsldbgCallStack</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>520</width> <height>391</height> </rect> </property> <property name="caption"> <string>Xsldbg Callstack</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="TQListView" row="0" column="0"> <column> <property name="text"> <string>Frame# Template Name</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Source File Name</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Line Number</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <property name="name"> <cstring>callStackListView</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>3</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip" stdset="0"> <string>Oldest Frame # is 0, Frame # has been added to the first column</string> </property> </widget> <widget class="TQLayoutWidget" row="1" column="0"> <property name="name"> <cstring>Layout3</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <spacer> <property name="name"> <cstring>Spacer4</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> <widget class="TQPushButton"> <property name="name"> <cstring>refreshBtn</cstring> </property> <property name="text"> <string>Refresh</string> </property> </widget> <spacer> <property name="name"> <cstring>Spacer5</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </hbox> </widget> </grid> </widget> <connections> <connection> <sender>callStackListView</sender> <signal>selectionChanged(TQListViewItem*)</signal> <receiver>XsldbgCallStack</receiver> <slot>selectionChanged(TQListViewItem*)</slot> </connection> <connection> <sender>refreshBtn</sender> <signal>clicked()</signal> <receiver>XsldbgCallStack</receiver> <slot>refresh()</slot> </connection> </connections> <Q_SLOTS> <slot>refresh()</slot> <slot>selectionChanged(TQListViewItem*)</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> </UI>