<string><p><b>MySQL server location</b></p><br/>Enter the location of your internal MySQL server or click on the Browse button.</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="enabled">
<bool>false</bool>
</property>
<property name="title">
<string>External MySQL Server</string>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Database name:</string>
</property>
<property name="buddy">
<cstring>name</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="KLineEdit" name="name">
<property name="whatsThis">
<string><p><b>Database Name</b></p><br/>Enter the name of your Akonadi database on your external MySQL server.</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Host:</string>
</property>
<property name="buddy">
<cstring>host</cstring>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="KLineEdit" name="host">
<property name="whatsThis">
<string><p><b>Host</b></p><br/>Enter the hostname or the IP address of the machine hosting your MySQL server.</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Username:</string>
</property>
<property name="buddy">
<cstring>username</cstring>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="KLineEdit" name="username">
<property name="whatsThis">
<string>Enter the username required to access your MySQL database.</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Password:</string>
</property>
<property name="buddy">
<cstring>password</cstring>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="KLineEdit" name="password">
<property name="whatsThis">
<string>Enter the password required to access your MySQL database.</string>
</property>
<property name="passwordMode">
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Options:</string>
</property>
<property name="buddy">
<cstring>options</cstring>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="KLineEdit" name="options">
<property name="whatsThis">
<string><p><b>External MySQL server options</b></p><br/>If necessary, you may pass options to your MySQL server.</string>