summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-26 14:43:08 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-26 14:43:08 -0500
commite590c21a4245f06990853d6037f3e8821adbab9d (patch)
tree11e353a5c8ddbb9e29432a9c012f80f86fb20d3a
parentbca1475b3b7b482b528829baff7c30b602c8b677 (diff)
downloadkcmldapmanager-e590c21a.tar.gz
kcmldapmanager-e590c21a.zip
Add group tab
-rw-r--r--src/ldapconfigbase.ui204
1 files changed, 201 insertions, 3 deletions
diff --git a/src/ldapconfigbase.ui b/src/ldapconfigbase.ui
index 1cc407d..75da5b4 100644
--- a/src/ldapconfigbase.ui
+++ b/src/ldapconfigbase.ui
@@ -25,10 +25,10 @@
</property>
<widget class="TQWidget">
<property name="name">
- <cstring>tab</cstring>
+ <cstring>usersTab</cstring>
</property>
<attribute name="title">
- <string>Users</string>
+ <string>Users</string>
</attribute>
<grid>
<property name="name">
@@ -124,7 +124,7 @@
<grid>
<widget class="TQLayoutWidget" row="0" column="0">
<property name="name">
- <cstring>groupControls</cstring>
+ <cstring>userControls</cstring>
</property>
<grid>
<property name="name">
@@ -287,6 +287,204 @@
</widget>
</grid>
</widget>
+ <widget class="TQWidget">
+ <property name="name">
+ <cstring>groupsTab</cstring>
+ </property>
+ <attribute name="title">
+ <string>Groups</string>
+ </attribute>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="TQLabel" row="0" column="0" colspan="0">
+ <property name="name">
+ <cstring>group_icon</cstring>
+ </property>
+ </widget>
+ <widget class="TQLabel" row="0" column="1" colspan="0">
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <property name="text">
+ <string>Groups in LDAP Realm</string>
+ </property>
+ </widget>
+ <widget class="KComboBox" row="0" column="3" colspan="0">
+ <property name="name">
+ <cstring>group_ldapRealm</cstring>
+ </property>
+ </widget>
+ <spacer row="0" column="2">
+ <property name="name" stdset="0">
+ <cstring>Spacer2</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="TQSplitter" row="1" column="0" colspan="4">
+ <property name="name">
+ <cstring>splitter2</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Vertical</enum>
+ </property>
+ <widget class="KListView" row="1" column="0" colspan="4">
+ <column>
+ <property name="text">
+ <string>Group Name</string>
+ </property>
+ <property name="clickable">
+ <bool>true</bool>
+ </property>
+ <property name="resizeable">
+ <bool>true</bool>
+ </property>
+ </column>
+ <column>
+ <property name="text">
+ <string>GID</string>
+ </property>
+ <property name="clickable">
+ <bool>true</bool>
+ </property>
+ <property name="resizeable">
+ <bool>true</bool>
+ </property>
+ </column>
+ <property name="name">
+ <cstring>group_list</cstring>
+ </property>
+ <property name="rootIsDecorated">
+ <bool>false</bool>
+ </property>
+ </widget>
+ <widget class="TQLayoutWidget" row="2" column="0" colspan="4">
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <grid>
+ <widget class="TQLayoutWidget" row="0" column="0">
+ <property name="name">
+ <cstring>groupControls</cstring>
+ </property>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="TQPushButton" row="0" column="0" colspan="0">
+ <property name="name">
+ <cstring>group_buttonModify</cstring>
+ </property>
+ <property name="text">
+ <string>Modify</string>
+ </property>
+ </widget>
+ <widget class="TQPushButton" row="0" column="1" colspan="0">
+ <property name="name">
+ <cstring>group_buttonAdd</cstring>
+ </property>
+ <property name="text">
+ <string>New</string>
+ </property>
+ </widget>
+ <widget class="TQPushButton" row="0" column="2" colspan="0">
+ <property name="name">
+ <cstring>group_buttonDelete</cstring>
+ </property>
+ <property name="text">
+ <string>Delete</string>
+ </property>
+ </widget>
+ <widget class="TQGroupBox" row="1" column="0" colspan="3">
+ <property name="name">
+ <cstring>groupGroupDetails</cstring>
+ </property>
+ <property name="title">
+ <string>Group Members</string>
+ </property>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="KListView" row="0" column="0" colspan="0">
+ <column>
+ <property name="text">
+ <string>Login Name</string>
+ </property>
+ <property name="clickable">
+ <bool>true</bool>
+ </property>
+ <property name="resizeable">
+ <bool>true</bool>
+ </property>
+ </column>
+ <column>
+ <property name="text">
+ <string>Real Name</string>
+ </property>
+ <property name="clickable">
+ <bool>true</bool>
+ </property>
+ <property name="resizeable">
+ <bool>true</bool>
+ </property>
+ </column>
+ <column>
+ <property name="text">
+ <string>UID</string>
+ </property>
+ <property name="clickable">
+ <bool>true</bool>
+ </property>
+ <property name="resizeable">
+ <bool>true</bool>
+ </property>
+ </column>
+ <property name="name">
+ <cstring>group_memberList</cstring>
+ </property>
+ <property name="rootIsDecorated">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </grid>
+ </widget>
+ <spacer row="4" column="0">
+ <property name="name" stdset="0">
+ <cstring>Spacer5</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Vertical</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>20</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </grid>
+ </widget>
+ </grid>
+ </widget>
+ </widget>
+ </grid>
+ </widget>
</widget>
</grid>
</widget>