<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>PrefColorLayout</class> <widget class="TQWidget"> <property name="name"> <cstring>PrefColorLayout</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>350</width> <height>210</height> </rect> </property> <property name="caption"> <string>Form4</string> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQListView"> <column> <property name="text"> <string>GUI Element</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Colour</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>false</bool> </property> </column> <property name="name"> <cstring>m_pList</cstring> </property> </widget> </hbox> </widget> <connections> <connection> <sender>m_pList</sender> <signal>doubleClicked(TQListViewItem*)</signal> <receiver>PrefColorLayout</receiver> <slot>slotItemSelected(TQListViewItem*)</slot> </connection> <connection> <sender>m_pList</sender> <signal>returnPressed(TQListViewItem*)</signal> <receiver>PrefColorLayout</receiver> <slot>slotItemSelected(TQListViewItem*)</slot> </connection> </connections> <slots> <slot access="protected">slotItemSelected(TQListViewItem*)</slot> </slots> <layoutdefaults spacing="6" margin="11"/> </UI>