Warning, /multimedia/k3b/src/rip/base_k3baudiorippingoptionwidget.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <author>Sebastian Trueg</author>
0004  <class>base_K3bAudioRippingOptionWidget</class>
0005  <widget class="QWidget" name="base_K3bAudioRippingOptionWidget">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>436</width>
0011     <height>189</height>
0012    </rect>
0013   </property>
0014   <layout class="QGridLayout">
0015    <item row="0" column="0">
0016     <widget class="QGroupBox" name="groupBox2">
0017      <property name="title">
0018       <string>Filetype</string>
0019      </property>
0020      <layout class="QHBoxLayout">
0021       <item>
0022        <widget class="KComboBox" name="m_comboFileType">
0023         <property name="sizePolicy">
0024          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0025           <horstretch>1</horstretch>
0026           <verstretch>0</verstretch>
0027          </sizepolicy>
0028         </property>
0029        </widget>
0030       </item>
0031       <item>
0032        <widget class="QToolButton" name="m_buttonConfigurePlugin">
0033         <property name="toolTip">
0034          <string>Configure Plugin</string>
0035         </property>
0036         <property name="text">
0037          <string>...</string>
0038         </property>
0039        </widget>
0040       </item>
0041      </layout>
0042     </widget>
0043    </item>
0044    <item row="0" column="1" rowspan="2">
0045     <widget class="QGroupBox" name="groupBox3">
0046      <property name="title">
0047       <string>Options</string>
0048      </property>
0049      <layout class="QVBoxLayout">
0050       <item>
0051        <widget class="QCheckBox" name="m_checkCreatePlaylist">
0052         <property name="toolTip">
0053          <string>Create playlist for the ripped files</string>
0054         </property>
0055         <property name="whatsThis">
0056          <string>&lt;p&gt;If this option is checked K3b will create a playlist of the ripped files
0057 which can be used with programs like Amarok or JuK.
0058 &lt;p&gt;You may use the special strings to give the playlist a unique filename.</string>
0059         </property>
0060         <property name="text">
0061          <string>Create m&amp;3u playlist</string>
0062         </property>
0063        </widget>
0064       </item>
0065       <item>
0066        <layout class="QHBoxLayout">
0067         <item>
0068          <spacer name="spacer1_2">
0069           <property name="orientation">
0070            <enum>Qt::Horizontal</enum>
0071           </property>
0072           <property name="sizeType">
0073            <enum>QSizePolicy::Fixed</enum>
0074           </property>
0075           <property name="sizeHint" stdset="0">
0076            <size>
0077             <width>20</width>
0078             <height>1</height>
0079            </size>
0080           </property>
0081          </spacer>
0082         </item>
0083         <item>
0084          <widget class="QCheckBox" name="m_checkPlaylistRelative">
0085           <property name="enabled">
0086            <bool>false</bool>
0087           </property>
0088           <property name="toolTip">
0089            <string>Use relative paths instead of absolute</string>
0090           </property>
0091           <property name="whatsThis">
0092            <string>&lt;p&gt;If this option is checked, the entries in the playlist will be relative to its location.
0093 &lt;p&gt;Example: If your playlist is located in &lt;em&gt;/home/myself/music&lt;/em&gt; and
0094 your audio files are in &lt;em&gt;/home/myself/music/cool&lt;/em&gt;; then the entries in the
0095 playlist will look something like: &lt;em&gt;cool/track1.ogg&lt;/em&gt;.</string>
0096           </property>
0097           <property name="text">
0098            <string>&amp;Use relative paths</string>
0099           </property>
0100          </widget>
0101         </item>
0102        </layout>
0103       </item>
0104       <item>
0105        <widget class="QCheckBox" name="m_checkSingleFile">
0106         <property name="toolTip">
0107          <string>Rip all tracks to a single file</string>
0108         </property>
0109         <property name="whatsThis">
0110          <string>&lt;p&gt;If this option is checked K3b will create only one
0111 audio file no matter how many tracks are ripped. This
0112 file will contain all tracks one after the other.
0113 &lt;p&gt;This might be useful to rip a live album or a radio play.
0114 &lt;p&gt;&lt;b&gt;Caution:&lt;/b&gt; The file will have the name made from playlist pattern.</string>
0115         </property>
0116         <property name="text">
0117          <string>Create si&amp;ngle file</string>
0118         </property>
0119        </widget>
0120       </item>
0121       <item>
0122        <layout class="QHBoxLayout">
0123         <item>
0124          <spacer name="spacer1_2_2">
0125           <property name="orientation">
0126            <enum>Qt::Horizontal</enum>
0127           </property>
0128           <property name="sizeType">
0129            <enum>QSizePolicy::Fixed</enum>
0130           </property>
0131           <property name="sizeHint" stdset="0">
0132            <size>
0133             <width>20</width>
0134             <height>1</height>
0135            </size>
0136           </property>
0137          </spacer>
0138         </item>
0139         <item>
0140          <widget class="QCheckBox" name="m_checkWriteCueFile">
0141           <property name="enabled">
0142            <bool>false</bool>
0143           </property>
0144           <property name="toolTip">
0145            <string>Write a cuefile</string>
0146           </property>
0147           <property name="whatsThis">
0148            <string>&lt;p&gt;If this option is checked K3b will create a CDRWIN cue file which allows one to easily write a copy of the audio CD on other systems.</string>
0149           </property>
0150           <property name="text">
0151            <string>Write &amp;cue file</string>
0152           </property>
0153          </widget>
0154         </item>
0155        </layout>
0156       </item>
0157       <item>
0158        <spacer name="verticalSpacer">
0159         <property name="orientation">
0160          <enum>Qt::Vertical</enum>
0161         </property>
0162         <property name="sizeHint" stdset="0">
0163          <size>
0164           <width>1</width>
0165           <height>1</height>
0166          </size>
0167         </property>
0168        </spacer>
0169       </item>
0170      </layout>
0171     </widget>
0172    </item>
0173    <item row="1" column="0">
0174     <widget class="QGroupBox" name="groupBox1">
0175      <property name="sizePolicy">
0176       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0177        <horstretch>0</horstretch>
0178        <verstretch>1</verstretch>
0179       </sizepolicy>
0180      </property>
0181      <property name="title">
0182       <string>Target Folder</string>
0183      </property>
0184      <layout class="QGridLayout">
0185       <item row="1" column="0">
0186        <widget class="QLabel" name="textLabel1">
0187         <property name="text">
0188          <string>Free space in directory:</string>
0189         </property>
0190         <property name="wordWrap">
0191          <bool>false</bool>
0192         </property>
0193        </widget>
0194       </item>
0195       <item row="0" column="0" colspan="2">
0196        <widget class="KUrlRequester" name="m_editBaseDir"/>
0197       </item>
0198       <item row="1" column="1">
0199        <widget class="QLabel" name="m_labelFreeSpace">
0200         <property name="text">
0201          <string>-</string>
0202         </property>
0203         <property name="alignment">
0204          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0205         </property>
0206         <property name="wordWrap">
0207          <bool>false</bool>
0208         </property>
0209        </widget>
0210       </item>
0211       <item row="2" column="0">
0212        <widget class="QLabel" name="textLabel1_2">
0213         <property name="text">
0214          <string>Space needed:</string>
0215         </property>
0216         <property name="wordWrap">
0217          <bool>false</bool>
0218         </property>
0219        </widget>
0220       </item>
0221       <item row="2" column="1">
0222        <widget class="QLabel" name="m_labelNeededSpace">
0223         <property name="text">
0224          <string>-</string>
0225         </property>
0226         <property name="alignment">
0227          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0228         </property>
0229         <property name="wordWrap">
0230          <bool>false</bool>
0231         </property>
0232        </widget>
0233       </item>
0234      </layout>
0235     </widget>
0236    </item>
0237   </layout>
0238  </widget>
0239  <customwidgets>
0240   <customwidget>
0241    <class>KUrlRequester</class>
0242    <extends>QFrame</extends>
0243    <header>kurlrequester.h</header>
0244   </customwidget>
0245   <customwidget>
0246    <class>KComboBox</class>
0247    <extends>QComboBox</extends>
0248    <header>kcombobox.h</header>
0249   </customwidget>
0250  </customwidgets>
0251  <includes>
0252   <include location="local">kurlrequester.h</include>
0253  </includes>
0254  <resources/>
0255  <connections>
0256   <connection>
0257    <sender>m_checkCreatePlaylist</sender>
0258    <signal>toggled(bool)</signal>
0259    <receiver>m_checkPlaylistRelative</receiver>
0260    <slot>setEnabled(bool)</slot>
0261    <hints>
0262     <hint type="sourcelabel">
0263      <x>20</x>
0264      <y>20</y>
0265     </hint>
0266     <hint type="destinationlabel">
0267      <x>20</x>
0268      <y>20</y>
0269     </hint>
0270    </hints>
0271   </connection>
0272   <connection>
0273    <sender>m_checkSingleFile</sender>
0274    <signal>toggled(bool)</signal>
0275    <receiver>m_checkWriteCueFile</receiver>
0276    <slot>setEnabled(bool)</slot>
0277    <hints>
0278     <hint type="sourcelabel">
0279      <x>20</x>
0280      <y>20</y>
0281     </hint>
0282     <hint type="destinationlabel">
0283      <x>20</x>
0284      <y>20</y>
0285     </hint>
0286    </hints>
0287   </connection>
0288  </connections>
0289 </ui>