Warning, /multimedia/k3b/plugins/encoder/sox/base_k3bsoxencoderconfigwidget.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" stdsetdef="1" >
0002   <author>Sebastian Trueg</author>
0003   <comment></comment>
0004   <exportmacro></exportmacro>
0005   <class>base_K3bSoxEncoderConfigWidget</class>
0006   <widget class="QWidget" name="Form1" >
0007     <property name="geometry" >
0008       <rect>
0009         <x>0</x>
0010         <y>0</y>
0011         <width>419</width>
0012         <height>201</height>
0013       </rect>
0014     </property>
0015     <layout class="QVBoxLayout" >
0016       <property name="margin" >
0017         <number>0</number>
0018       </property>
0019       <item>
0020         <widget class="QCheckBox" name="m_checkManual" >
0021           <property name="text" >
0022             <string>Manual settings (used for all file types)</string>
0023           </property>
0024         </widget>
0025       </item>
0026       <item>
0027         <layout class="QHBoxLayout" >
0028           <item>
0029             <spacer name="spacer2" >
0030               <property name="sizeHint" >
0031                 <size>
0032                   <width>20</width>
0033                   <height>10</height>
0034                 </size>
0035               </property>
0036               <property name="sizeType" >
0037                 <enum>QSizePolicy::Fixed</enum>
0038               </property>
0039               <property name="orientation" >
0040                 <enum>Qt::Horizontal</enum>
0041               </property>
0042             </spacer>
0043           </item>
0044           <item>
0045             <layout class="QGridLayout" >
0046               <item row="1" column="0" >
0047                 <widget class="QLabel" name="textLabel2" >
0048                   <property name="text" >
0049                     <string>Sample rate:</string>
0050                   </property>
0051                   <property name="wordWrap" >
0052                     <bool>false</bool>
0053                   </property>
0054                 </widget>
0055               </item>
0056               <item row="2" column="1" >
0057                 <widget class="QComboBox" name="m_comboEncoding" >
0058                   <property name="enabled" >
0059                     <bool>false</bool>
0060                   </property>
0061                   <property name="whatsThis" stdset="0" >
0062                     <string>&lt;p>The sample data encoding is signed linear (2's complement), unsigned linear, u-law (logarithmic), A-law (logarithmic), ADPCM, IMA_ADPCM, GSM, or Floating-point.&lt;/p>
0063 &lt;p>&lt;b>U-law&lt;/b> (actually shorthand for mu-law) and &lt;b>A-law&lt;/b> are the U.S. and international standards for logarithmic telephone sound compression. When uncompressed u-law has roughly the precision of 14-bit PCM audio and A-law has roughly the precision of 13-bit PCM audio. A-law and u-law data is sometimes encoded using a reversed bit-ordering (i.e. MSB becomes LSB).&lt;br> &lt;b>ADPCM &lt;/b> is a form of sound compression that has a good compromise between good sound quality and fast encoding/decoding time. It is used for telephone sound compression and places where full fidelity is not as important. When uncompressed it has roughly the precision of 16-bit PCM audio. Popular versions of ADPCM include G.726, MS ADPCM, and IMA ADPCM. It has different meanings in different file handlers. In .wav files it represents MS ADPCM files, in all others it means G.726 ADPCM. &lt;br> &lt;b>IMA ADPCM&lt;/b> is a specific form of ADPCM compression, slightly simpler and slightly lower fidelity than Microsoft's flavor of ADPCM. IMA ADPCM is also called DVI ADPCM.&lt;br> &lt;b>GSM&lt;/b> is a standard used for telephone sound compression in European countries and is gaining popularity because of its good quality. It is usually CPU intensive to work with GSM audio data.&lt;/p> &lt;p>&lt;em>Description based on the SoX manpage&lt;/em>&lt;/p></string>
0064                   </property>
0065                   <item>
0066                     <property name="text" >
0067                       <string>Signed Linear</string>
0068                     </property>
0069                   </item>
0070                   <item>
0071                     <property name="text" >
0072                       <string>Unsigned Linear</string>
0073                     </property>
0074                   </item>
0075                   <item>
0076                     <property name="text" >
0077                       <string>u-law (logarithmic)</string>
0078                     </property>
0079                   </item>
0080                   <item>
0081                     <property name="text" >
0082                       <string>A-law (logarithmic)</string>
0083                     </property>
0084                   </item>
0085                   <item>
0086                     <property name="text" >
0087                       <string>ADPCM</string>
0088                     </property>
0089                   </item>
0090                   <item>
0091                     <property name="text" >
0092                       <string>IMA_ADPCM</string>
0093                     </property>
0094                   </item>
0095                   <item>
0096                     <property name="text" >
0097                       <string>GSM</string>
0098                     </property>
0099                   </item>
0100                   <item>
0101                     <property name="text" >
0102                       <string>Floating-Point</string>
0103                     </property>
0104                   </item>
0105                 </widget>
0106               </item>
0107               <item row="1" column="1" >
0108                 <widget class="QLineEdit" name="m_editSamplerate" >
0109                   <property name="enabled" >
0110                     <bool>false</bool>
0111                   </property>
0112                   <property name="text" >
0113                     <string>14400</string>
0114                   </property>
0115                   <property name="whatsThis" stdset="0" >
0116                     <string/>
0117                   </property>
0118                 </widget>
0119               </item>
0120               <item row="3" column="0" >
0121                 <widget class="QLabel" name="textLabel4" >
0122                   <property name="text" >
0123                     <string>Data size:</string>
0124                   </property>
0125                   <property name="wordWrap" >
0126                     <bool>false</bool>
0127                   </property>
0128                 </widget>
0129               </item>
0130               <item row="2" column="0" >
0131                 <widget class="QLabel" name="textLabel3" >
0132                   <property name="text" >
0133                     <string>Data encoding:</string>
0134                   </property>
0135                   <property name="wordWrap" >
0136                     <bool>false</bool>
0137                   </property>
0138                 </widget>
0139               </item>
0140               <item row="0" column="0" >
0141                 <widget class="QLabel" name="textLabel1" >
0142                   <property name="text" >
0143                     <string>Channels:</string>
0144                   </property>
0145                   <property name="wordWrap" >
0146                     <bool>false</bool>
0147                   </property>
0148                 </widget>
0149               </item>
0150               <item row="0" column="1" >
0151                 <widget class="QComboBox" name="m_comboChannels" >
0152                   <property name="enabled" >
0153                     <bool>false</bool>
0154                   </property>
0155                   <item>
0156                     <property name="text" >
0157                       <string>1 (mono)</string>
0158                     </property>
0159                   </item>
0160                   <item>
0161                     <property name="text" >
0162                       <string>2 (stereo)</string>
0163                     </property>
0164                   </item>
0165                   <item>
0166                     <property name="text" >
0167                       <string>4 (quad sound)</string>
0168                     </property>
0169                   </item>
0170                 </widget>
0171               </item>
0172               <item row="3" column="1" >
0173                 <widget class="QComboBox" name="m_comboSize" >
0174                   <property name="enabled" >
0175                     <bool>false</bool>
0176                   </property>
0177                   <item>
0178                     <property name="text" >
0179                       <string>Bytes</string>
0180                     </property>
0181                   </item>
0182                   <item>
0183                     <property name="text" >
0184                       <string>16-bit Words</string>
0185                     </property>
0186                   </item>
0187                   <item>
0188                     <property name="text" >
0189                       <string>32-bit Words</string>
0190                     </property>
0191                   </item>
0192                 </widget>
0193               </item>
0194             </layout>
0195           </item>
0196         </layout>
0197       </item>
0198       <item>
0199         <spacer name="spacer1" >
0200           <property name="sizeHint" >
0201             <size>
0202               <width>250</width>
0203               <height>16</height>
0204             </size>
0205           </property>
0206           <property name="sizeType" >
0207             <enum>QSizePolicy::Expanding</enum>
0208           </property>
0209           <property name="orientation" >
0210             <enum>Qt::Vertical</enum>
0211           </property>
0212         </spacer>
0213       </item>
0214     </layout>
0215   </widget>
0216   <layoutdefault spacing="6" margin="11" />
0217     <connections>
0218     <connection>
0219       <sender>m_checkManual</sender>
0220       <signal>toggled(bool)</signal>
0221       <receiver>m_comboChannels</receiver>
0222       <slot>setEnabled(bool)</slot>
0223     </connection>
0224     <connection>
0225       <sender>m_checkManual</sender>
0226       <signal>toggled(bool)</signal>
0227       <receiver>m_editSamplerate</receiver>
0228       <slot>setEnabled(bool)</slot>
0229     </connection>
0230     <connection>
0231       <sender>m_checkManual</sender>
0232       <signal>toggled(bool)</signal>
0233       <receiver>m_comboEncoding</receiver>
0234       <slot>setEnabled(bool)</slot>
0235     </connection>
0236     <connection>
0237       <sender>m_checkManual</sender>
0238       <signal>toggled(bool)</signal>
0239       <receiver>m_comboSize</receiver>
0240       <slot>setEnabled(bool)</slot>
0241     </connection>
0242   </connections>
0243 </ui>