Helpviewer/Sync/SyncDirectorySettingsPage.ui

Sat, 10 Mar 2012 17:42:07 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 10 Mar 2012 17:42:07 +0100
changeset 1695
7b115f986d48
child 3186
a05eff845522
permissions
-rw-r--r--

Added capability to synchronize bookmarks, history, passwords and user agent settings via a shared directory.

<?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="QPushButton" name="directoryButton">
        <property name="toolTip">
         <string>Select the shared directory via a directory selection dialog</string>
        </property>
        <property name="text">
         <string>...</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>

eric ide

mercurial