Warning, /multimedia/k3b/plugins/encoder/external/base_k3bexternalencodereditdialog.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_K3bExternalEncoderEditDialog</class>
0005  <widget class="QDialog" name="base_K3bExternalEncoderEditDialog">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>533</width>
0011     <height>653</height>
0012    </rect>
0013   </property>
0014   <layout class="QVBoxLayout">
0015    <item>
0016     <widget class="QGroupBox" name="groupBox">
0017      <property name="title">
0018       <string>General</string>
0019      </property>
0020      <layout class="QFormLayout" name="formLayout">
0021       <item row="0" column="0">
0022        <widget class="QLabel" name="textLabel1">
0023         <property name="text">
0024          <string>Name:</string>
0025         </property>
0026         <property name="wordWrap">
0027          <bool>false</bool>
0028         </property>
0029        </widget>
0030       </item>
0031       <item row="0" column="1">
0032        <widget class="QLineEdit" name="m_editName"/>
0033       </item>
0034       <item row="1" column="0">
0035        <widget class="QLabel" name="textLabel3">
0036         <property name="text">
0037          <string>Filename extension:</string>
0038         </property>
0039         <property name="wordWrap">
0040          <bool>false</bool>
0041         </property>
0042        </widget>
0043       </item>
0044       <item row="1" column="1">
0045        <widget class="QLineEdit" name="m_editExtension"/>
0046       </item>
0047      </layout>
0048      <zorder>m_editName</zorder>
0049      <zorder>textLabel1</zorder>
0050      <zorder>textLabel3</zorder>
0051      <zorder>m_editExtension</zorder>
0052     </widget>
0053    </item>
0054    <item>
0055     <widget class="QGroupBox" name="groupBox_2">
0056      <property name="title">
0057       <string>Command</string>
0058      </property>
0059      <layout class="QVBoxLayout" name="verticalLayout">
0060       <item>
0061        <widget class="QLabel" name="label">
0062         <property name="sizePolicy">
0063          <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0064           <horstretch>0</horstretch>
0065           <verstretch>0</verstretch>
0066          </sizepolicy>
0067         </property>
0068         <property name="text">
0069          <string>Please insert the command used to encode the audio data. The command has to read raw little endian (see &lt;em&gt;Swap Byte Order&lt;/em&gt;) 16-bit stereo audio frames from stdin.
0070 &lt;p&gt;The following strings will be replaced by K3b:&lt;br&gt;
0071 &lt;b&gt;%f&lt;/b&gt; - The filename of the resulting file. This is where the command has to write its output to.&lt;br&gt;
0072 &lt;em&gt;The following refer to metadata stored for example in the ID3 tag of an mp3 file (Be aware that these values might be empty).&lt;/em&gt;&lt;br&gt;
0073 &lt;b&gt;%t&lt;/b&gt; - Title&lt;br&gt;
0074 &lt;b&gt;%a&lt;/b&gt; - Artist&lt;br&gt;
0075 &lt;b&gt;%c&lt;/b&gt; - Comment&lt;br&gt;
0076 &lt;b&gt;%n&lt;/b&gt; - Track number&lt;br&gt;
0077 &lt;b&gt;%m&lt;/b&gt; - Album Title&lt;br&gt;
0078 &lt;b&gt;%r&lt;/b&gt; - Album Artist&lt;br&gt;
0079 &lt;b&gt;%x&lt;/b&gt; - Album comment&lt;br&gt;
0080 &lt;b&gt;%y&lt;/b&gt; - Release Year</string>
0081         </property>
0082         <property name="wordWrap">
0083          <bool>true</bool>
0084         </property>
0085        </widget>
0086       </item>
0087       <item>
0088        <widget class="QLineEdit" name="m_editCommand">
0089         <property name="sizePolicy">
0090          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0091           <horstretch>0</horstretch>
0092           <verstretch>0</verstretch>
0093          </sizepolicy>
0094         </property>
0095        </widget>
0096       </item>
0097      </layout>
0098     </widget>
0099    </item>
0100    <item>
0101     <widget class="QGroupBox" name="groupBox_3">
0102      <property name="title">
0103       <string>Options</string>
0104      </property>
0105      <layout class="QVBoxLayout" name="verticalLayout_2">
0106       <item>
0107        <widget class="QCheckBox" name="m_checkSwapByteOrder">
0108         <property name="toolTip">
0109          <string>Swap the byte order of the input data</string>
0110         </property>
0111         <property name="whatsThis">
0112          <string>&lt;p&gt; If this option is checked K3b will swap the byte order of the input data. Thus, the command has to read big endian audio frames.
0113 &lt;p&gt;If the resulting audio file sounds bad it is highly likely that the byte order is wrong and this option has to be checked.</string>
0114         </property>
0115         <property name="text">
0116          <string>Swap &amp;Byte Order</string>
0117         </property>
0118        </widget>
0119       </item>
0120       <item>
0121        <widget class="QCheckBox" name="m_checkWriteWaveHeader">
0122         <property name="toolTip">
0123          <string>Create a wave header for the input data</string>
0124         </property>
0125         <property name="whatsThis">
0126          <string>&lt;p&gt;If this option is checked K3b will write a wave header. This is useful in case the encoder application cannot read plain raw audio data.</string>
0127         </property>
0128         <property name="text">
0129          <string>Write W&amp;ave Header</string>
0130         </property>
0131        </widget>
0132       </item>
0133      </layout>
0134     </widget>
0135    </item>
0136    <item>
0137     <widget class="QDialogButtonBox" name="m_buttonBox">
0138      <property name="standardButtons">
0139       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0140      </property>
0141     </widget>
0142    </item>
0143   </layout>
0144  </widget>
0145  <layoutdefault spacing="6" margin="11"/>
0146  <resources/>
0147  <connections>
0148   <connection>
0149    <sender>m_buttonBox</sender>
0150    <signal>accepted()</signal>
0151    <receiver>base_K3bExternalEncoderEditDialog</receiver>
0152    <slot>accept()</slot>
0153    <hints>
0154     <hint type="sourcelabel">
0155      <x>266</x>
0156      <y>637</y>
0157     </hint>
0158     <hint type="destinationlabel">
0159      <x>266</x>
0160      <y>326</y>
0161     </hint>
0162    </hints>
0163   </connection>
0164   <connection>
0165    <sender>m_buttonBox</sender>
0166    <signal>rejected()</signal>
0167    <receiver>base_K3bExternalEncoderEditDialog</receiver>
0168    <slot>reject()</slot>
0169    <hints>
0170     <hint type="sourcelabel">
0171      <x>266</x>
0172      <y>637</y>
0173     </hint>
0174     <hint type="destinationlabel">
0175      <x>266</x>
0176      <y>326</y>
0177     </hint>
0178    </hints>
0179   </connection>
0180  </connections>
0181 </ui>