Warning, /multimedia/audex/widgets/lamewidgetUI.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  <class>LAMEWidgetUI</class>
0004  <widget class="QWidget" name="LAMEWidgetUI">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>430</width>
0010     <height>300</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="minimumSize">
0020    <size>
0021     <width>430</width>
0022     <height>300</height>
0023    </size>
0024   </property>
0025   <layout class="QGridLayout" name="gridLayout_2">
0026    <item row="0" column="0">
0027     <widget class="QGroupBox" name="groupBox">
0028      <property name="sizePolicy">
0029       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0030        <horstretch>0</horstretch>
0031        <verstretch>0</verstretch>
0032       </sizepolicy>
0033      </property>
0034      <property name="font">
0035       <font>
0036        <weight>75</weight>
0037        <bold>true</bold>
0038       </font>
0039      </property>
0040      <property name="title">
0041       <string>Quality/Bitrate</string>
0042      </property>
0043      <layout class="QGridLayout" name="gridLayout">
0044       <item row="0" column="0">
0045        <widget class="QRadioButton" name="radioButton_medium">
0046         <property name="font">
0047          <font>
0048           <weight>50</weight>
0049           <bold>false</bold>
0050          </font>
0051         </property>
0052         <property name="toolTip">
0053          <string>This preset should provide perceptual transparency to most people.</string>
0054         </property>
0055         <property name="text">
0056          <string>Medium (140...185 kbit/s)</string>
0057         </property>
0058        </widget>
0059       </item>
0060       <item row="0" column="1">
0061        <widget class="QRadioButton" name="radioButton_extreme">
0062         <property name="font">
0063          <font>
0064           <weight>50</weight>
0065           <bold>false</bold>
0066          </font>
0067         </property>
0068         <property name="toolTip">
0069          <string>If you have extremely good hearing and similar equipment, this preset will generally provide slightly higher quality than the &quot;standard&quot; mode</string>
0070         </property>
0071         <property name="text">
0072          <string>Extreme (220...260 kbits/s)</string>
0073         </property>
0074        </widget>
0075       </item>
0076       <item row="0" column="2" rowspan="2">
0077        <spacer name="horizontalSpacer_2">
0078         <property name="orientation">
0079          <enum>Qt::Horizontal</enum>
0080         </property>
0081         <property name="sizeHint" stdset="0">
0082          <size>
0083           <width>21</width>
0084           <height>20</height>
0085          </size>
0086         </property>
0087        </spacer>
0088       </item>
0089       <item row="1" column="0">
0090        <widget class="QRadioButton" name="radioButton_standard">
0091         <property name="font">
0092          <font>
0093           <weight>50</weight>
0094           <bold>false</bold>
0095          </font>
0096         </property>
0097         <property name="toolTip">
0098          <string>This preset should generally be transparent to most people.</string>
0099         </property>
0100         <property name="text">
0101          <string>Standard (170...210 kbit/s)</string>
0102         </property>
0103        </widget>
0104       </item>
0105       <item row="1" column="1">
0106        <widget class="QRadioButton" name="radioButton_insane">
0107         <property name="font">
0108          <font>
0109           <weight>50</weight>
0110           <bold>false</bold>
0111          </font>
0112         </property>
0113         <property name="toolTip">
0114          <string>This preset will usually be overkill, but if you want to have the absolute highest quality with no regard to filesize, this is the way to go.</string>
0115         </property>
0116         <property name="text">
0117          <string>Insane (320 kbit/s)</string>
0118         </property>
0119        </widget>
0120       </item>
0121       <item row="2" column="0">
0122        <widget class="QRadioButton" name="radioButton_custom">
0123         <property name="font">
0124          <font>
0125           <weight>50</weight>
0126           <bold>false</bold>
0127          </font>
0128         </property>
0129         <property name="text">
0130          <string>Custom</string>
0131         </property>
0132        </widget>
0133       </item>
0134      </layout>
0135     </widget>
0136    </item>
0137    <item row="1" column="0">
0138     <widget class="QCheckBox" name="checkBox_cbr">
0139      <property name="text">
0140       <string>Constant Bitrate</string>
0141      </property>
0142     </widget>
0143    </item>
0144    <item row="2" column="0">
0145     <widget class="QLabel" name="label_targetbitrate">
0146      <property name="sizePolicy">
0147       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0148        <horstretch>0</horstretch>
0149        <verstretch>0</verstretch>
0150       </sizepolicy>
0151      </property>
0152      <property name="text">
0153       <string>Target bitrate (kbit/s)</string>
0154      </property>
0155     </widget>
0156    </item>
0157    <item row="3" column="0">
0158     <layout class="QHBoxLayout" name="horizontalLayout_3">
0159      <item>
0160       <layout class="QVBoxLayout" name="verticalLayout">
0161        <item>
0162         <widget class="QSlider" name="horizontalSlider_bitrate">
0163          <property name="minimum">
0164           <number>80</number>
0165          </property>
0166          <property name="maximum">
0167           <number>320</number>
0168          </property>
0169          <property name="pageStep">
0170           <number>10</number>
0171          </property>
0172          <property name="orientation">
0173           <enum>Qt::Horizontal</enum>
0174          </property>
0175          <property name="tickPosition">
0176           <enum>QSlider::TicksBelow</enum>
0177          </property>
0178         </widget>
0179        </item>
0180        <item>
0181         <layout class="QHBoxLayout" name="horizontalLayout_2">
0182          <item>
0183           <widget class="QLabel" name="label_lowest">
0184            <property name="font">
0185             <font>
0186              <italic>true</italic>
0187             </font>
0188            </property>
0189            <property name="text">
0190             <string>Lowest</string>
0191            </property>
0192           </widget>
0193          </item>
0194          <item>
0195           <widget class="QLabel" name="label_highest">
0196            <property name="font">
0197             <font>
0198              <italic>true</italic>
0199             </font>
0200            </property>
0201            <property name="text">
0202             <string>Highest</string>
0203            </property>
0204            <property name="alignment">
0205             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0206            </property>
0207           </widget>
0208          </item>
0209         </layout>
0210        </item>
0211       </layout>
0212      </item>
0213      <item>
0214       <layout class="QVBoxLayout" name="verticalLayout_2">
0215        <item>
0216         <widget class="QSpinBox" name="kintspinbox_bitrate">
0217          <property name="suffix">
0218           <string> kbit/s</string>
0219          </property>
0220          <property name="maximum">
0221           <number>99</number>
0222          </property>
0223          <property name="value">
0224           <number>0</number>
0225          </property>
0226         </widget>
0227        </item>
0228        <item>
0229         <spacer name="verticalSpacer_2">
0230          <property name="orientation">
0231           <enum>Qt::Vertical</enum>
0232          </property>
0233          <property name="sizeType">
0234           <enum>QSizePolicy::Fixed</enum>
0235          </property>
0236          <property name="sizeHint" stdset="0">
0237           <size>
0238            <width>20</width>
0239            <height>18</height>
0240           </size>
0241          </property>
0242         </spacer>
0243        </item>
0244       </layout>
0245      </item>
0246     </layout>
0247    </item>
0248    <item row="4" column="0">
0249     <widget class="QCheckBox" name="checkBox_embedcover">
0250      <property name="text">
0251       <string>Embed cover in music file</string>
0252      </property>
0253     </widget>
0254    </item>
0255    <item row="5" column="0">
0256     <layout class="QHBoxLayout" name="horizontalLayout">
0257      <item>
0258       <widget class="QLabel" name="label_suffix">
0259        <property name="sizePolicy">
0260         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0261          <horstretch>0</horstretch>
0262          <verstretch>0</verstretch>
0263         </sizepolicy>
0264        </property>
0265        <property name="text">
0266         <string>Suffix:</string>
0267        </property>
0268       </widget>
0269      </item>
0270      <item>
0271       <widget class="QLineEdit" name="qlineedit_suffix">
0272        <property name="sizePolicy">
0273         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0274          <horstretch>30</horstretch>
0275          <verstretch>0</verstretch>
0276         </sizepolicy>
0277        </property>
0278        <property name="maximumSize">
0279         <size>
0280          <width>70</width>
0281          <height>16777215</height>
0282         </size>
0283        </property>
0284       </widget>
0285      </item>
0286      <item>
0287       <spacer name="horizontalSpacer">
0288        <property name="orientation">
0289         <enum>Qt::Horizontal</enum>
0290        </property>
0291        <property name="sizeHint" stdset="0">
0292         <size>
0293          <width>40</width>
0294          <height>20</height>
0295         </size>
0296        </property>
0297       </spacer>
0298      </item>
0299     </layout>
0300    </item>
0301    <item row="6" column="0">
0302     <spacer name="verticalSpacer">
0303      <property name="orientation">
0304       <enum>Qt::Vertical</enum>
0305      </property>
0306      <property name="sizeHint" stdset="0">
0307       <size>
0308        <width>20</width>
0309        <height>0</height>
0310       </size>
0311      </property>
0312     </spacer>
0313    </item>
0314   </layout>
0315  </widget>
0316  <resources/>
0317  <connections/>
0318 </ui>