Warning, /multimedia/audex/widgets/opusencwidgetUI.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>OpusEncWidgetUI</class>
0004  <widget class="QWidget" name="OpusEncWidgetUI">
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="minimumSize">
0014    <size>
0015     <width>430</width>
0016     <height>300</height>
0017    </size>
0018   </property>
0019   <layout class="QGridLayout" name="gridLayout_2">
0020    <item row="2" column="0">
0021     <layout class="QHBoxLayout" name="horizontalLayout">
0022      <item>
0023       <widget class="QLabel" name="label_suffix">
0024        <property name="sizePolicy">
0025         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0026          <horstretch>0</horstretch>
0027          <verstretch>0</verstretch>
0028         </sizepolicy>
0029        </property>
0030        <property name="text">
0031         <string>Suffix:</string>
0032        </property>
0033       </widget>
0034      </item>
0035      <item>
0036       <widget class="QLineEdit" name="qlineedit_suffix">
0037        <property name="sizePolicy">
0038         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0039          <horstretch>30</horstretch>
0040          <verstretch>0</verstretch>
0041         </sizepolicy>
0042        </property>
0043        <property name="maximumSize">
0044         <size>
0045          <width>70</width>
0046          <height>16777215</height>
0047         </size>
0048        </property>
0049       </widget>
0050      </item>
0051      <item>
0052       <spacer name="horizontalSpacer">
0053        <property name="orientation">
0054         <enum>Qt::Horizontal</enum>
0055        </property>
0056        <property name="sizeHint" stdset="0">
0057         <size>
0058          <width>40</width>
0059          <height>20</height>
0060         </size>
0061        </property>
0062       </spacer>
0063      </item>
0064     </layout>
0065    </item>
0066    <item row="1" column="0">
0067     <widget class="QCheckBox" name="checkBox_embedcover">
0068      <property name="text">
0069       <string>Embed cover in music file</string>
0070      </property>
0071     </widget>
0072    </item>
0073    <item row="3" column="0">
0074     <spacer name="verticalSpacer">
0075      <property name="orientation">
0076       <enum>Qt::Vertical</enum>
0077      </property>
0078      <property name="sizeHint" stdset="0">
0079       <size>
0080        <width>20</width>
0081        <height>1</height>
0082       </size>
0083      </property>
0084     </spacer>
0085    </item>
0086    <item row="0" column="0">
0087     <widget class="QGroupBox" name="groupBox">
0088      <property name="font">
0089       <font>
0090        <weight>75</weight>
0091        <bold>true</bold>
0092       </font>
0093      </property>
0094      <property name="title">
0095       <string>Target bitrate (kbit/s)</string>
0096      </property>
0097      <layout class="QGridLayout" name="gridLayout">
0098       <item row="0" column="3">
0099        <widget class="QSpinBox" name="kintspinbox_bitrate">
0100         <property name="maximumSize">
0101          <size>
0102           <width>90</width>
0103           <height>16777215</height>
0104          </size>
0105         </property>
0106         <property name="font">
0107          <font>
0108           <weight>50</weight>
0109           <bold>false</bold>
0110          </font>
0111         </property>
0112         <property name="specialValueText">
0113          <string/>
0114         </property>
0115         <property name="suffix">
0116          <string> kbit/s</string>
0117         </property>
0118         <property name="prefix">
0119          <string/>
0120         </property>
0121         <property name="minimum">
0122          <number>4</number>
0123         </property>
0124         <property name="maximum">
0125          <number>510</number>
0126         </property>
0127         <property name="value">
0128          <number>128</number>
0129         </property>
0130        </widget>
0131       </item>
0132       <item row="1" column="0">
0133        <widget class="QLabel" name="label_lowest">
0134         <property name="font">
0135          <font>
0136           <weight>50</weight>
0137           <italic>true</italic>
0138           <bold>false</bold>
0139          </font>
0140         </property>
0141         <property name="text">
0142          <string>Lowest</string>
0143         </property>
0144        </widget>
0145       </item>
0146       <item row="1" column="1" colspan="2">
0147        <widget class="QLabel" name="label_highest">
0148         <property name="font">
0149          <font>
0150           <weight>50</weight>
0151           <italic>true</italic>
0152           <bold>false</bold>
0153          </font>
0154         </property>
0155         <property name="text">
0156          <string>Highest</string>
0157         </property>
0158         <property name="alignment">
0159          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0160         </property>
0161        </widget>
0162       </item>
0163       <item row="0" column="0" colspan="3">
0164        <widget class="QSlider" name="horizontalSlider_bitrate">
0165         <property name="minimum">
0166          <number>4</number>
0167         </property>
0168         <property name="maximum">
0169          <number>510</number>
0170         </property>
0171         <property name="pageStep">
0172          <number>10</number>
0173         </property>
0174         <property name="value">
0175          <number>128</number>
0176         </property>
0177         <property name="orientation">
0178          <enum>Qt::Horizontal</enum>
0179         </property>
0180         <property name="tickPosition">
0181          <enum>QSlider::TicksBelow</enum>
0182         </property>
0183        </widget>
0184       </item>
0185      </layout>
0186     </widget>
0187    </item>
0188   </layout>
0189  </widget>
0190  <resources/>
0191  <connections/>
0192 </ui>