Tue, 30 Dec 2014 11:50:13 +0100
Corrected some copy & paste issue in the Mercurial plug-in.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>SyncDirectorySettingsPage</class> <widget class="QWizardPage" name="SyncDirectorySettingsPage"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>650</width> <height>400</height> </rect> </property> <property name="windowTitle"> <string/> </property> <property name="title"> <string>Synchronize to a shared directory</string> </property> <property name="subTitle"> <string>Please enter the data for synchronization via a shared directory. All fields must be filled.</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Shared Directory Settings</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Directory Name:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="directoryEdit"> <property name="toolTip"> <string>Enter the full path of the shared directory</string> </property> </widget> </item> <item> <widget class="QToolButton" name="directoryButton"> <property name="toolTip"> <string>Select the shared directory via a directory selection dialog</string> </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>317</height> </size> </property> </spacer> </item> </layout> </widget> <resources/> <connections/> </ui>