summaryrefslogtreecommitdiffstats
path: root/src/ldapcontrollerconfigbase.ui
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-06-27 23:09:11 +0000
committerTimothy Pearson <[email protected]>2013-06-27 23:09:11 +0000
commit43ef321b01e39053ca1a4d386995ca3c3c1a732e (patch)
treef83bdfd1f1fcd84b8821891b7f912f1cd2ee5f37 /src/ldapcontrollerconfigbase.ui
parent3b25ffc998fc0f34e8edb10e97727967adcfe06a (diff)
downloadkcmldapcontroller-43ef321b01e39053ca1a4d386995ca3c3c1a732e.tar.gz
kcmldapcontroller-43ef321b01e39053ca1a4d386995ca3c3c1a732e.zip
Add ability to set up multi-master replication
Diffstat (limited to 'src/ldapcontrollerconfigbase.ui')
-rw-r--r--src/ldapcontrollerconfigbase.ui90
1 files changed, 89 insertions, 1 deletions
diff --git a/src/ldapcontrollerconfigbase.ui b/src/ldapcontrollerconfigbase.ui
index 6e3bb47..06cf035 100644
--- a/src/ldapcontrollerconfigbase.ui
+++ b/src/ldapcontrollerconfigbase.ui
@@ -28,7 +28,7 @@
<cstring>tab</cstring>
</property>
<attribute name="title">
- <string>LDAP Role</string>
+ <string>LDAP Role</string>
</attribute>
<grid>
<property name="name">
@@ -318,6 +318,94 @@
</spacer>
</grid>
</widget>
+ <widget class="TQWidget">
+ <property name="name">
+ <cstring>advancedPrimaryControllerTab</cstring>
+ </property>
+ <attribute name="title">
+ <string>Advanced Configuration</string>
+ </attribute>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="TQGroupBox" row="0" column="0">
+ <property name="name">
+ <cstring>groupMultiMasterReplication</cstring>
+ </property>
+ <property name="title">
+ <string>Multi-Master Replication</string>
+ </property>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="TQCheckBox" row="0" column="0" colspan="3">
+ <property name="name">
+ <cstring>advancedEnableMultiMasterReplication</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;Enable Multi-Master Replication</string>
+ </property>
+ </widget>
+ <widget class="TDEListView" row="1" column="0" colspan="3">
+ <column>
+ <property name="text">
+ <string>Unique ID</string>
+ </property>
+ <property name="clickable">
+ <bool>true</bool>
+ </property>
+ <property name="resizeable">
+ <bool>false</bool>
+ </property>
+ </column>
+ <column>
+ <property name="text">
+ <string>Fully Qualified Domain Name</string>
+ </property>
+ <property name="clickable">
+ <bool>true</bool>
+ </property>
+ <property name="resizeable">
+ <bool>true</bool>
+ </property>
+ </column>
+ <property name="name">
+ <cstring>multiMasterReplicationMappings</cstring>
+ </property>
+ <property name="rootIsDecorated">
+ <bool>false</bool>
+ </property>
+ </widget>
+ <widget class="KPushButton" row="2" column="0">
+ <property name="name">
+ <cstring>btnAddMultiMasterReplicationMapping</cstring>
+ </property>
+ <property name="text">
+ <string>Add</string>
+ </property>
+ </widget>
+ <widget class="KPushButton" row="2" column="1">
+ <property name="name">
+ <cstring>btnEditMultiMasterReplicationMapping</cstring>
+ </property>
+ <property name="text">
+ <string>Edit</string>
+ </property>
+ </widget>
+ <widget class="KPushButton" row="2" column="2">
+ <property name="name">
+ <cstring>btnRemoveMultiMasterReplicationMapping</cstring>
+ </property>
+ <property name="text">
+ <string>Remove</string>
+ </property>
+ </widget>
+ </grid>
+ </widget>
+ </grid>
+ </widget>
</widget>
</grid>
</widget>