Add group tab

pull/1/head
Timothy Pearson 12 years ago
parent bca1475b3b
commit e590c21a42

@ -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>

Loading…
Cancel
Save