Project/AddDirectoryDialog.ui

Sat, 16 Jan 2010 15:56:47 +0000

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 16 Jan 2010 15:56:47 +0000
changeset 67
4b52a61c96f3
parent 0
de9c2efb9d02
child 3186
a05eff845522
permissions
-rw-r--r--

Regenerated the translation files and did the German translations.

<ui version="4.0" >
 <class>AddDirectoryDialog</class>
 <widget class="QDialog" name="AddDirectoryDialog" >
  <property name="geometry" >
   <rect>
    <x>0</x>
    <y>0</y>
    <width>391</width>
    <height>174</height>
   </rect>
  </property>
  <property name="windowTitle" >
   <string>Add Directory</string>
  </property>
  <property name="toolTip" >
   <string>Add a directory to the current project</string>
  </property>
  <property name="whatsThis" >
   <string>&lt;b>Add Directory Dialog&lt;/b>
&lt;p>This dialog is used to add a directory to the current project.&lt;/p></string>
  </property>
  <property name="sizeGripEnabled" >
   <bool>true</bool>
  </property>
  <layout class="QVBoxLayout" >
   <item>
    <layout class="QGridLayout" >
     <item row="0" column="1" colspan="2" >
      <widget class="QComboBox" name="filterComboBox" />
     </item>
     <item row="2" column="2" >
      <widget class="QPushButton" name="targetDirButton" >
       <property name="whatsThis" >
        <string>&lt;b>Target Directory&lt;/b>
&lt;p>Select the target directory via a directory selection dialog.&lt;/p></string>
       </property>
       <property name="text" >
        <string>...</string>
       </property>
      </widget>
     </item>
     <item row="2" column="0" >
      <widget class="QLabel" name="targetDirLabel" >
       <property name="text" >
        <string>&amp;Target Directory:</string>
       </property>
       <property name="buddy" >
        <cstring>targetDirEdit</cstring>
       </property>
      </widget>
     </item>
     <item row="1" column="1" >
      <widget class="QLineEdit" name="sourceDirEdit" >
       <property name="toolTip" >
        <string>Enter the name of the directory to add</string>
       </property>
       <property name="whatsThis" >
        <string>&lt;b>Source Directory&lt;/b>
&lt;p>Enter the name of the directory to add to the current project.
 You may select it with a dialog by pressing the button to
 the right.&lt;/p></string>
       </property>
      </widget>
     </item>
     <item row="3" column="0" colspan="3" >
      <widget class="QCheckBox" name="recursiveCheckBox" >
       <property name="toolTip" >
        <string>Select, whether a recursive add should be performed</string>
       </property>
       <property name="text" >
        <string>&amp;Recurse into subdirectories</string>
       </property>
      </widget>
     </item>
     <item row="2" column="1" >
      <widget class="QLineEdit" name="targetDirEdit" >
       <property name="toolTip" >
        <string>Enter the target directory for the file</string>
       </property>
       <property name="whatsThis" >
        <string>&lt;b>Target Directory&lt;/b>
&lt;p>Enter the target directory. You may select it
 with a dialog by pressing the button to the right.&lt;/p></string>
       </property>
      </widget>
     </item>
     <item row="1" column="2" >
      <widget class="QPushButton" name="sourceDirButton" >
       <property name="whatsThis" >
        <string>&lt;b>Source Directory&lt;/b>
&lt;p>Select the source directory via a directory selection dialog.&lt;/p></string>
       </property>
       <property name="text" >
        <string>...</string>
       </property>
      </widget>
     </item>
     <item row="1" column="0" >
      <widget class="QLabel" name="sourceDirLabel" >
       <property name="text" >
        <string>&amp;Source Directory:</string>
       </property>
       <property name="buddy" >
        <cstring>sourceDirEdit</cstring>
       </property>
      </widget>
     </item>
     <item row="0" column="0" >
      <widget class="QLabel" name="textLabel1" >
       <property name="text" >
        <string>&amp;File Type:</string>
       </property>
       <property name="buddy" >
        <cstring>filterComboBox</cstring>
       </property>
      </widget>
     </item>
    </layout>
   </item>
   <item>
    <widget class="QDialogButtonBox" name="buttonBox" >
     <property name="orientation" >
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="standardButtons" >
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <layoutdefault spacing="6" margin="6" />
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 <tabstops>
  <tabstop>filterComboBox</tabstop>
  <tabstop>sourceDirEdit</tabstop>
  <tabstop>sourceDirButton</tabstop>
  <tabstop>targetDirEdit</tabstop>
  <tabstop>targetDirButton</tabstop>
  <tabstop>recursiveCheckBox</tabstop>
 </tabstops>
 <resources/>
 <connections>
  <connection>
   <sender>buttonBox</sender>
   <signal>accepted()</signal>
   <receiver>AddDirectoryDialog</receiver>
   <slot>accept()</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>29</x>
     <y>126</y>
    </hint>
    <hint type="destinationlabel" >
     <x>30</x>
     <y>153</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>buttonBox</sender>
   <signal>rejected()</signal>
   <receiver>AddDirectoryDialog</receiver>
   <slot>reject()</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>111</x>
     <y>131</y>
    </hint>
    <hint type="destinationlabel" >
     <x>112</x>
     <y>152</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>

eric ide

mercurial