<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>GroupWiseSettingsWidgetBase</class> <widget class="QWidget"> <property name="name"> <cstring>GroupWiseSettingsWidgetBase</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>600</width> <height>480</height> </rect> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="KListView" row="0" column="0"> <column> <property name="text"> <string>Group</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Setting</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Value</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Locked</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <property name="name"> <cstring>m_settingsList</cstring> </property> <property name="allColumnsShowFocus"> <bool>true</bool> </property> <property name="rootIsDecorated"> <bool>true</bool> </property> </widget> </grid> </widget> <layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>klistview.h</includehint> </includehints> </UI>