<string>Choose whether Akonadi should use an internal or external PostgreSQL server.</string>
</property>
<property name="text">
<string>Use internal PostgreSQL server</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="enabled">
<bool>false</bool>
</property>
<property name="title">
<string>External PostgreSQL Server</string>
</property>
<layout class="QFormLayout" name="formLayout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::ExpandingFieldsGrow</enum>
</property>
<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 PostgreSQL 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 PostgreSQL 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 PostgreSQL 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 PostgreSQL database.</string>