--- a/eric6/Helpviewer/Sync/SyncCheckPage.ui Sat Sep 07 14:45:27 2019 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,217 +0,0 @@ -<?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="infoLabel"> - <property name="text"> - <string notr="true">Host:</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QLabel" name="infoDataLabel"> - <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" colspan="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" colspan="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" colspan="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" colspan="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"> - <widget class="QLabel" name="label_7"> - <property name="text"> - <string>Speed Dial Settings:</string> - </property> - </widget> - </item> - <item row="4" column="1" colspan="2"> - <widget class="QLabel" name="speedDialLabel"/> - </item> - <item row="4" column="3"> - <widget class="QLabel" name="speedDialMsgLabel"> - <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="5" column="0" colspan="4"> - <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>