<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> <class>base_K3bAudioRippingOptionWidget</class> <author>Sebastian Trueg</author> <widget class="TQWidget"> <property name="name"> <cstring>Form1</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>436</width> <height>182</height> </rect> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQGroupBox" row="0" column="0"> <property name="name"> <cstring>groupBox2</cstring> </property> <property name="title"> <string>Filetype</string> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="KComboBox"> <property name="name"> <cstring>m_comboFileType</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>0</vsizetype> <horstretch>1</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> <widget class="TQToolButton"> <property name="name"> <cstring>m_buttonConfigurePlugin</cstring> </property> <property name="text"> <string>...</string> </property> <property name="toolTip" stdset="0"> <string>Configure Plugin</string> </property> </widget> </hbox> </widget> <widget class="TQGroupBox" row="0" column="1" rowspan="2" colspan="1"> <property name="name"> <cstring>groupBox3</cstring> </property> <property name="title"> <string>Options</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQCheckBox"> <property name="name"> <cstring>m_checkCreatePlaylist</cstring> </property> <property name="text"> <string>Create m&3u playlist</string> </property> <property name="toolTip" stdset="0"> <string>Create playlist for the ripped files</string> </property> <property name="whatsThis" stdset="0"> <string><p>If this option is checked K3b will create a playlist of the ripped files which can be used with programs like xmms or noatun. <p>You may use the special strings to give the playlist a unique filename.</string> </property> </widget> <widget class="TQLayoutWidget"> <property name="name"> <cstring>layout6</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <spacer> <property name="name"> <cstring>spacer1_2</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Fixed</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>16</height> </size> </property> </spacer> <widget class="TQCheckBox"> <property name="name"> <cstring>m_checkPlaylistRelative</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>&Use relative paths</string> </property> <property name="toolTip" stdset="0"> <string>Use relative paths instead of absolute</string> </property> <property name="whatsThis" stdset="0"> <string><p>If this option is checked, the entries in the playlist will be relative to its location. <p>Example: If your playlist is located in <em>/home/myself/music</em> and your audio files are in <em>/home/myself/music/cool</em>; then the entries in the playlist will look something like: <em>cool/track1.ogg</em>.</string> </property> </widget> </hbox> </widget> <widget class="TQCheckBox"> <property name="name"> <cstring>m_checkSingleFile</cstring> </property> <property name="text"> <string>Create si&ngle file</string> </property> <property name="toolTip" stdset="0"> <string>Rip all tracks to a single file</string> </property> <property name="whatsThis" stdset="0"> <string><p>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. <p>This might be useful to rip a live album or a radio play. <p><b>Caution:</b> The file will have the name of the first track.</string> </property> </widget> <widget class="TQLayoutWidget"> <property name="name"> <cstring>layout6_2</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <spacer> <property name="name"> <cstring>spacer1_2_2</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Fixed</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>16</height> </size> </property> </spacer> <widget class="TQCheckBox"> <property name="name"> <cstring>m_checkWriteCueFile</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Write &cue file</string> </property> <property name="toolTip" stdset="0"> <string>Write a cuefile</string> </property> <property name="whatsThis" stdset="0"> <string><p>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> </widget> </hbox> </widget> </vbox> </widget> <widget class="TQGroupBox" row="1" column="0"> <property name="name"> <cstring>groupBox1</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>1</verstretch> </sizepolicy> </property> <property name="title"> <string>Target Folder</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="text"> <string>Free space in directory:</string> </property> </widget> <widget class="KURLRequester" row="0" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>m_editBaseDir</cstring> </property> </widget> <widget class="TQLabel" row="1" column="1"> <property name="name"> <cstring>m_labelFreeSpace</cstring> </property> <property name="text"> <string>-</string> </property> <property name="alignment"> <set>AlignVCenter|AlignRight</set> </property> </widget> <widget class="TQLabel" row="2" column="0"> <property name="name"> <cstring>textLabel1_2</cstring> </property> <property name="text"> <string>Space needed:</string> </property> </widget> <widget class="TQLabel" row="2" column="1"> <property name="name"> <cstring>m_labelNeededSpace</cstring> </property> <property name="text"> <string>-</string> </property> <property name="alignment"> <set>AlignVCenter|AlignRight</set> </property> </widget> </grid> </widget> </grid> </widget> <customwidgets> </customwidgets> <connections> <connection> <sender>m_checkCreatePlaylist</sender> <signal>toggled(bool)</signal> <receiver>m_checkPlaylistRelative</receiver> <slot>setEnabled(bool)</slot> </connection> <connection> <sender>m_checkSingleFile</sender> <signal>toggled(bool)</signal> <receiver>m_checkWriteCueFile</receiver> <slot>setEnabled(bool)</slot> </connection> </connections> <layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>kurlrequester.h</includehint> <includehint>kpushbutton.h</includehint> </includehints> </UI>