"Fossies" - the Fresh Open Source Software archive

Member "k3b-2.0.2/src/rip/base_k3baudiorippingoptionwidget.ui" of archive k3b-2.0.2.tar.gz:


<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <author>Sebastian Trueg</author>
 <class>base_K3bAudioRippingOptionWidget</class>
 <widget class="QWidget" name="base_K3bAudioRippingOptionWidget">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>436</width>
    <height>189</height>
   </rect>
  </property>
  <layout class="QGridLayout">
   <item row="0" column="0">
    <widget class="QGroupBox" name="groupBox2">
     <property name="title">
      <string>Filetype</string>
     </property>
     <layout class="QHBoxLayout">
      <item>
       <widget class="KComboBox" name="m_comboFileType">
        <property name="sizePolicy">
         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
          <horstretch>1</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QToolButton" name="m_buttonConfigurePlugin">
        <property name="toolTip">
         <string>Configure Plugin</string>
        </property>
        <property name="text">
         <string>...</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item row="0" column="1" rowspan="2">
    <widget class="QGroupBox" name="groupBox3">
     <property name="title">
      <string>Options</string>
     </property>
     <layout class="QVBoxLayout">
      <item>
       <widget class="QCheckBox" name="m_checkCreatePlaylist">
        <property name="toolTip">
         <string>Create playlist for the ripped files</string>
        </property>
        <property name="whatsThis">
         <string>&lt;p&gt;If this option is checked K3b will create a playlist of the ripped files
which can be used with programs like Amarok or JuK.
&lt;p&gt;You may use the special strings to give the playlist a unique filename.</string>
        </property>
        <property name="text">
         <string>Create m&amp;3u playlist</string>
        </property>
       </widget>
      </item>
      <item>
       <layout class="QHBoxLayout">
        <item>
         <spacer name="spacer1_2">
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="sizeType">
           <enum>QSizePolicy::Fixed</enum>
          </property>
          <property name="sizeHint" stdset="0">
           <size>
            <width>20</width>
            <height>1</height>
           </size>
          </property>
         </spacer>
        </item>
        <item>
         <widget class="QCheckBox" name="m_checkPlaylistRelative">
          <property name="enabled">
           <bool>false</bool>
          </property>
          <property name="toolTip">
           <string>Use relative paths instead of absolute</string>
          </property>
          <property name="whatsThis">
           <string>&lt;p&gt;If this option is checked, the entries in the playlist will be relative to its location.
&lt;p&gt;Example: If your playlist is located in &lt;em&gt;/home/myself/music&lt;/em&gt; and
your audio files are in &lt;em&gt;/home/myself/music/cool&lt;/em&gt;; then the entries in the
playlist will look something like: &lt;em&gt;cool/track1.ogg&lt;/em&gt;.</string>
          </property>
          <property name="text">
           <string>&amp;Use relative paths</string>
          </property>
         </widget>
        </item>
       </layout>
      </item>
      <item>
       <widget class="QCheckBox" name="m_checkSingleFile">
        <property name="toolTip">
         <string>Rip all tracks to a single file</string>
        </property>
        <property name="whatsThis">
         <string>&lt;p&gt;If this option is checked K3b will create only one
audio file no matter how many tracks are ripped. This
file will contain all tracks one after the other.
&lt;p&gt;This might be useful to rip a live album or a radio play.
&lt;p&gt;&lt;b&gt;Caution:&lt;/b&gt; The file will have the name made from playlist pattern.</string>
        </property>
        <property name="text">
         <string>Create si&amp;ngle file</string>
        </property>
       </widget>
      </item>
      <item>
       <layout class="QHBoxLayout">
        <item>
         <spacer name="spacer1_2_2">
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="sizeType">
           <enum>QSizePolicy::Fixed</enum>
          </property>
          <property name="sizeHint" stdset="0">
           <size>
            <width>20</width>
            <height>1</height>
           </size>
          </property>
         </spacer>
        </item>
        <item>
         <widget class="QCheckBox" name="m_checkWriteCueFile">
          <property name="enabled">
           <bool>false</bool>
          </property>
          <property name="toolTip">
           <string>Write a cuefile</string>
          </property>
          <property name="whatsThis">
           <string>&lt;p&gt;If this option is checked K3b will create a CDRWIN cue file which allows to easily write a copy of the audio CD on other systems.</string>
          </property>
          <property name="text">
           <string>Write &amp;cue file</string>
          </property>
         </widget>
        </item>
       </layout>
      </item>
      <item>
       <spacer name="verticalSpacer">
        <property name="orientation">
         <enum>Qt::Vertical</enum>
        </property>
        <property name="sizeHint" stdset="0">
         <size>
          <width>1</width>
          <height>1</height>
         </size>
        </property>
       </spacer>
      </item>
     </layout>
    </widget>
   </item>
   <item row="1" column="0">
    <widget class="QGroupBox" name="groupBox1">
     <property name="sizePolicy">
      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
       <horstretch>0</horstretch>
       <verstretch>1</verstretch>
      </sizepolicy>
     </property>
     <property name="title">
      <string>Target Folder</string>
     </property>
     <layout class="QGridLayout">
      <item row="1" column="0">
       <widget class="QLabel" name="textLabel1">
        <property name="text">
         <string>Free space in directory:</string>
        </property>
        <property name="wordWrap">
         <bool>false</bool>
        </property>
       </widget>
      </item>
      <item row="0" column="0" colspan="2">
       <widget class="KUrlRequester" name="m_editBaseDir"/>
      </item>
      <item row="1" column="1">
       <widget class="QLabel" name="m_labelFreeSpace">
        <property name="text">
         <string>-</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
        <property name="wordWrap">
         <bool>false</bool>
        </property>
       </widget>
      </item>
      <item row="2" column="0">
       <widget class="QLabel" name="textLabel1_2">
        <property name="text">
         <string>Space needed:</string>
        </property>
        <property name="wordWrap">
         <bool>false</bool>
        </property>
       </widget>
      </item>
      <item row="2" column="1">
       <widget class="QLabel" name="m_labelNeededSpace">
        <property name="text">
         <string>-</string>
        </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
        <property name="wordWrap">
         <bool>false</bool>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>KUrlRequester</class>
   <extends>QFrame</extends>
   <header>kurlrequester.h</header>
  </customwidget>
  <customwidget>
   <class>KComboBox</class>
   <extends>QComboBox</extends>
   <header>kcombobox.h</header>
  </customwidget>
 </customwidgets>
 <includes>
  <include location="local">kurlrequester.h</include>
  <include location="local">kpushbutton.h</include>
 </includes>
 <resources/>
 <connections>
  <connection>
   <sender>m_checkCreatePlaylist</sender>
   <signal>toggled(bool)</signal>
   <receiver>m_checkPlaylistRelative</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>20</x>
     <y>20</y>
    </hint>
    <hint type="destinationlabel">
     <x>20</x>
     <y>20</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>m_checkSingleFile</sender>
   <signal>toggled(bool)</signal>
   <receiver>m_checkWriteCueFile</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>20</x>
     <y>20</y>
    </hint>
    <hint type="destinationlabel">
     <x>20</x>
     <y>20</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>