diff options
Diffstat (limited to 'src/ldapconfigbase.ui')
-rw-r--r-- | src/ldapconfigbase.ui | 72 |
1 files changed, 71 insertions, 1 deletions
diff --git a/src/ldapconfigbase.ui b/src/ldapconfigbase.ui index 8d00fad..de0b0d7 100644 --- a/src/ldapconfigbase.ui +++ b/src/ldapconfigbase.ui @@ -60,12 +60,82 @@ <cstring>groupRealms</cstring> </property> <property name="title"> - <string>Bonded Realms</string> + <string>Realm Bonding</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> + <widget class="KListView" row="0" column="0" colspan="5"> + <column> + <property name="text"> + <string>Status</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizeable"> + <bool>false</bool> + </property> + </column> + <column> + <property name="text"> + <string>Name</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizeable"> + <bool>true</bool> + </property> + </column> + <property name="name"> + <cstring>ldapRealmList</cstring> + </property> + <property name="rootIsDecorated"> + <bool>false</bool> + </property> + </widget> + <widget class="KPushButton" row="1" column="0"> + <property name="name"> + <cstring>btnBondRealm</cstring> + </property> + <property name="text"> + <string>Bond to New Realm</string> + </property> + </widget> + <widget class="KPushButton" row="1" column="1"> + <property name="name"> + <cstring>btnUnBondRealm</cstring> + </property> + <property name="text"> + <string>Re-Bond to Realm</string> + </property> + </widget> + <widget class="KPushButton" row="1" column="2"> + <property name="name"> + <cstring>btnDeactivateRealm</cstring> + </property> + <property name="text"> + <string>Deactivate Bond to Realm</string> + </property> + </widget> + <widget class="KPushButton" row="1" column="3"> + <property name="name"> + <cstring>btnRemoveRealm</cstring> + </property> + <property name="text"> + <string>Remove Realm</string> + </property> + </widget> + <widget class="KPushButton" row="1" column="4"> + <property name="name"> + <cstring>btnRealmProperties</cstring> + </property> + <property name="text"> + <string>Realm Properties</string> + </property> + </widget> </grid> </widget> <spacer row="4" column="0"> |