diff options
Diffstat (limited to 'kxsldbg/kxsldbgpart/xsldbgsources.ui')
-rw-r--r-- | kxsldbg/kxsldbgpart/xsldbgsources.ui | 154 |
1 files changed, 154 insertions, 0 deletions
diff --git a/kxsldbg/kxsldbgpart/xsldbgsources.ui b/kxsldbg/kxsldbgpart/xsldbgsources.ui new file mode 100644 index 00000000..b6073eb6 --- /dev/null +++ b/kxsldbg/kxsldbgpart/xsldbgsources.ui @@ -0,0 +1,154 @@ +<!DOCTYPE UI><UI version="3.1" stdsetdef="1"> +<class>XsldbgSources</class> +<author>Keith Isdale <k_isdale@tpg.com.au></author> +<widget class="QWidget"> + <property name="name"> + <cstring>XsldbgSources</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>536</width> + <height>365</height> + </rect> + </property> + <property name="caption"> + <string>Xsldbg Source Files</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="QListView" row="0" column="0"> + <column> + <property name="text"> + <string>Source File</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <column> + <property name="text"> + <string>Parent File</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <column> + <property name="text"> + <string>Parent Line Number</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <property name="name"> + <cstring>sourceListView</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>3</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + <widget class="QLayoutWidget" 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="QPushButton"> + <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>sourceListView</sender> + <signal>selectionChanged(QListViewItem*)</signal> + <receiver>XsldbgSources</receiver> + <slot>selectionChanged(QListViewItem*)</slot> + </connection> + <connection> + <sender>refreshBtn</sender> + <signal>clicked()</signal> + <receiver>XsldbgSources</receiver> + <slot>refresh()</slot> + </connection> +</connections> +<slots> + <slot>refresh()</slot> + <slot>selectionChanged(QListViewItem*)</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +</UI> |