Sun, 09 Mar 2014 12:41:34 +0100
Prepared 5.4.2 release.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>SyncFtpSettingsPage</class> <widget class="QWizardPage" name="SyncFtpSettingsPage"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>650</width> <height>400</height> </rect> </property> <property name="title"> <string>Synchronize to an FTP host</string> </property> <property name="subTitle"> <string>Please enter the data for synchronization via FTP. All fields must be filled.</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Remote FTP Host Settings</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Server:</string> </property> </widget> </item> <item row="0" column="1" colspan="2"> <widget class="QLineEdit" name="serverEdit"> <property name="toolTip"> <string>Enter the FTP server name</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>User Name:</string> </property> </widget> </item> <item row="1" column="1" colspan="2"> <widget class="QLineEdit" name="userNameEdit"> <property name="toolTip"> <string>Enter the user name</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Password:</string> </property> </widget> </item> <item row="2" column="1" colspan="2"> <widget class="QLineEdit" name="passwordEdit"> <property name="toolTip"> <string>Enter the password</string> </property> <property name="echoMode"> <enum>QLineEdit::Password</enum> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Path:</string> </property> </widget> </item> <item row="3" column="1" colspan="2"> <widget class="QLineEdit" name="pathEdit"> <property name="toolTip"> <string>Enter the remote path</string> </property> </widget> </item> <item row="4" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Port:</string> </property> </widget> </item> <item row="4" column="1"> <widget class="QSpinBox" name="portSpinBox"> <property name="toolTip"> <string>Enter the remote port</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="minimum"> <number>1</number> </property> <property name="maximum"> <number>65635</number> </property> <property name="value"> <number>21</number> </property> </widget> </item> <item row="4" column="2"> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>218</width> <height>20</height> </size> </property> </spacer> </item> <item row="5" column="0"> <widget class="QLabel" name="label_6"> <property name="text"> <string>Idle Timeout:</string> </property> </widget> </item> <item row="5" column="1"> <widget class="QSpinBox" name="idleSpinBox"> <property name="toolTip"> <string>Enter the idle timeout interval to prevent a server disconnect</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="suffix"> <string> s</string> </property> <property name="minimum"> <number>10</number> </property> <property name="maximum"> <number>3600</number> </property> </widget> </item> <item row="5" column="2"> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>419</width> <height>20</height> </size> </property> </spacer> </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>101</height> </size> </property> </spacer> </item> </layout> </widget> <resources/> <connections/> </ui>