diff options
Diffstat (limited to 'kresources/groupwise/groupwisesettingswidgetbase.ui')
-rw-r--r-- | kresources/groupwise/groupwisesettingswidgetbase.ui | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/kresources/groupwise/groupwisesettingswidgetbase.ui b/kresources/groupwise/groupwisesettingswidgetbase.ui deleted file mode 100644 index 49437ef4c..000000000 --- a/kresources/groupwise/groupwisesettingswidgetbase.ui +++ /dev/null @@ -1,80 +0,0 @@ -<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> -<class>GroupWiseSettingsWidgetBase</class> -<widget class="TQWidget"> - <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> |