diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-03 02:15:56 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-03 02:15:56 +0000 |
commit | 50b48aec6ddd451a6d1709c0942477b503457663 (patch) | |
tree | a9ece53ec06fd0a2819de7a2a6de997193566626 /src/rip/base_k3baudiorippingoptionwidget.ui | |
download | k3b-50b48aec6ddd451a6d1709c0942477b503457663.tar.gz k3b-50b48aec6ddd451a6d1709c0942477b503457663.zip |
Added abandoned KDE3 version of K3B
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1084400 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/rip/base_k3baudiorippingoptionwidget.ui')
-rw-r--r-- | src/rip/base_k3baudiorippingoptionwidget.ui | 282 |
1 files changed, 282 insertions, 0 deletions
diff --git a/src/rip/base_k3baudiorippingoptionwidget.ui b/src/rip/base_k3baudiorippingoptionwidget.ui new file mode 100644 index 0000000..04355b4 --- /dev/null +++ b/src/rip/base_k3baudiorippingoptionwidget.ui @@ -0,0 +1,282 @@ +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<class>base_K3bAudioRippingOptionWidget</class> +<author>Sebastian Trueg</author> +<widget class="QWidget"> + <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="QGroupBox" 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="QToolButton"> + <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="QGroupBox" 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="QCheckBox"> + <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="QLayoutWidget"> + <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="QCheckBox"> + <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="QCheckBox"> + <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="QLayoutWidget"> + <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="QCheckBox"> + <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="QGroupBox" 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="QLabel" 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="QLabel" 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="QLabel" row="2" column="0"> + <property name="name"> + <cstring>textLabel1_2</cstring> + </property> + <property name="text"> + <string>Space needed:</string> + </property> + </widget> + <widget class="QLabel" 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> |