<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>SyncGoogleSettings</class> <widget class="QWidget" name="SyncGoogleSettings"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QGroupBox" name="googleGroupBox"> <property name="title"> <string>Google Account Settings</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_2"> <property name="text"> <string>Username:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="KLineEdit" name="kcfg_syncUser"/> </item> <item row="1" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Password:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="KLineEdit" name="kcfg_syncPass"/> </item> </layout> </widget> </item> <item> <widget class="QLabel" name="infoLabel"> <property name="styleSheet"> <string notr="true">QLabel { color : red; }</string> </property> <property name="text"> <string>Only bookmarks will be synchronized.</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>124</height> </size> </property> </spacer> </item> </layout> </widget> <customwidgets> <customwidget> <class>KLineEdit</class> <extends>QLineEdit</extends> <header>klineedit.h</header> </customwidget> </customwidgets> <resources/> <connections/> </ui>