Fri, 17 Feb 2012 19:39:37 +0100
Added capability to synchronise bookmarks, history, passwords and user agent settings via an FTP server.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>SyncCheckPage</class> <widget class="QWizardPage" name="SyncCheckPage"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>650</width> <height>400</height> </rect> </property> <property name="title"> <string>Synchronization status</string> </property> <property name="subTitle"> <string>This page shows the status of the current synchronization process.</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Synchronization Data</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Sync Handler:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLabel" name="handlerLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string notr="true">handler</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Host:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLabel" name="hostLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string notr="true">host</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Synchronization Status</string> </property> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Bookmarks:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLabel" name="bookmarkLabel"/> </item> <item row="0" column="2"> <widget class="QLabel" name="bookmarkMsgLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>History:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLabel" name="historyLabel"/> </item> <item row="1" column="2"> <widget class="QLabel" name="historyMsgLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Passwords:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QLabel" name="passwordsLabel"/> </item> <item row="2" column="2"> <widget class="QLabel" name="passwordsMsgLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_6"> <property name="text"> <string>User Agent Settings:</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QLabel" name="userAgentsLabel"/> </item> <item row="3" column="2"> <widget class="QLabel" name="userAgentsMsgLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item row="4" column="0" colspan="3"> <widget class="QLabel" name="syncErrorLabel"> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>81</height> </size> </property> </spacer> </item> </layout> </widget> <resources/> <connections/> </ui>