Warning, /multimedia/audex/widgets/oggencwidgetUI.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>OggEncWidgetUI</class>
0004  <widget class="QWidget" name="OggEncWidgetUI">
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="0" column="0" colspan="4">
0021     <widget class="QGroupBox" name="groupBox">
0022      <property name="font">
0023       <font>
0024        <weight>75</weight>
0025        <bold>true</bold>
0026       </font>
0027      </property>
0028      <property name="title">
0029       <string>Quality</string>
0030      </property>
0031      <layout class="QGridLayout" name="gridLayout">
0032       <item row="0" column="0" colspan="4">
0033        <widget class="QSlider" name="horizontalSlider_quality">
0034         <property name="minimum">
0035          <number>-10</number>
0036         </property>
0037         <property name="maximum">
0038          <number>100</number>
0039         </property>
0040         <property name="pageStep">
0041          <number>10</number>
0042         </property>
0043         <property name="orientation">
0044          <enum>Qt::Horizontal</enum>
0045         </property>
0046         <property name="tickPosition">
0047          <enum>QSlider::TicksBelow</enum>
0048         </property>
0049        </widget>
0050       </item>
0051       <item row="0" column="4">
0052        <widget class="QDoubleSpinBox" name="kdoublenuminput_quality">
0053         <property name="sizePolicy">
0054          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0055           <horstretch>0</horstretch>
0056           <verstretch>0</verstretch>
0057          </sizepolicy>
0058         </property>
0059         <property name="maximumSize">
0060          <size>
0061           <width>60</width>
0062           <height>16777215</height>
0063          </size>
0064         </property>
0065         <property name="baseSize">
0066          <size>
0067           <width>0</width>
0068           <height>0</height>
0069          </size>
0070         </property>
0071         <property name="font">
0072          <font>
0073           <weight>50</weight>
0074           <bold>false</bold>
0075          </font>
0076         </property>
0077         <property name="decimals">
0078          <number>1</number>
0079         </property>
0080         <property name="minimum">
0081          <double>-1.000000000000000</double>
0082         </property>
0083         <property name="maximum">
0084          <double>10.000000000000000</double>
0085         </property>
0086         <property name="singleStep">
0087          <double>1.000000000000000</double>
0088         </property>
0089        </widget>
0090       </item>
0091       <item row="1" column="0">
0092        <widget class="QLabel" name="label_lowest">
0093         <property name="font">
0094          <font>
0095           <weight>50</weight>
0096           <italic>true</italic>
0097           <bold>false</bold>
0098          </font>
0099         </property>
0100         <property name="text">
0101          <string>Lowest</string>
0102         </property>
0103        </widget>
0104       </item>
0105       <item row="1" column="3">
0106        <widget class="QLabel" name="label_highest">
0107         <property name="font">
0108          <font>
0109           <weight>50</weight>
0110           <italic>true</italic>
0111           <bold>false</bold>
0112          </font>
0113         </property>
0114         <property name="mouseTracking">
0115          <bool>true</bool>
0116         </property>
0117         <property name="text">
0118          <string>Highest</string>
0119         </property>
0120         <property name="alignment">
0121          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0122         </property>
0123        </widget>
0124       </item>
0125       <item row="2" column="0">
0126        <widget class="QLabel" name="label_targetbitrate">
0127         <property name="sizePolicy">
0128          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0129           <horstretch>0</horstretch>
0130           <verstretch>0</verstretch>
0131          </sizepolicy>
0132         </property>
0133         <property name="minimumSize">
0134          <size>
0135           <width>101</width>
0136           <height>0</height>
0137          </size>
0138         </property>
0139         <property name="maximumSize">
0140          <size>
0141           <width>101</width>
0142           <height>16777215</height>
0143          </size>
0144         </property>
0145         <property name="font">
0146          <font>
0147           <weight>50</weight>
0148           <bold>false</bold>
0149          </font>
0150         </property>
0151         <property name="text">
0152          <string>Target bitrate ~</string>
0153         </property>
0154        </widget>
0155       </item>
0156       <item row="2" column="1">
0157        <widget class="QLineEdit" name="lineEdit_kbps">
0158         <property name="enabled">
0159          <bool>true</bool>
0160         </property>
0161         <property name="sizePolicy">
0162          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0163           <horstretch>0</horstretch>
0164           <verstretch>0</verstretch>
0165          </sizepolicy>
0166         </property>
0167         <property name="minimumSize">
0168          <size>
0169           <width>51</width>
0170           <height>0</height>
0171          </size>
0172         </property>
0173         <property name="maximumSize">
0174          <size>
0175           <width>51</width>
0176           <height>16777215</height>
0177          </size>
0178         </property>
0179         <property name="font">
0180          <font>
0181           <weight>50</weight>
0182           <bold>false</bold>
0183          </font>
0184         </property>
0185         <property name="readOnly">
0186          <bool>true</bool>
0187         </property>
0188        </widget>
0189       </item>
0190       <item row="2" column="2">
0191        <widget class="QLabel" name="label_kbits">
0192         <property name="font">
0193          <font>
0194           <weight>50</weight>
0195           <bold>false</bold>
0196          </font>
0197         </property>
0198         <property name="text">
0199          <string>kbit/s</string>
0200         </property>
0201        </widget>
0202       </item>
0203      </layout>
0204     </widget>
0205    </item>
0206    <item row="1" column="0">
0207     <widget class="QCheckBox" name="checkBox_minbitrate">
0208      <property name="text">
0209       <string>Set minimum bitrate</string>
0210      </property>
0211      <property name="checked">
0212       <bool>false</bool>
0213      </property>
0214     </widget>
0215    </item>
0216    <item row="1" column="1">
0217     <widget class="QSpinBox" name="kintspinbox_minbitrate">
0218      <property name="maximumSize">
0219       <size>
0220        <width>75</width>
0221        <height>16777215</height>
0222       </size>
0223      </property>
0224      <property name="maximum">
0225       <number>200</number>
0226      </property>
0227     </widget>
0228    </item>
0229    <item row="1" column="3">
0230     <spacer name="horizontalSpacer_2">
0231      <property name="orientation">
0232       <enum>Qt::Horizontal</enum>
0233      </property>
0234      <property name="sizeHint" stdset="0">
0235       <size>
0236        <width>4</width>
0237        <height>20</height>
0238       </size>
0239      </property>
0240     </spacer>
0241    </item>
0242    <item row="2" column="0">
0243     <widget class="QCheckBox" name="checkBox_maxbitrate">
0244      <property name="text">
0245       <string>Set maximum bitrate</string>
0246      </property>
0247     </widget>
0248    </item>
0249    <item row="2" column="1">
0250     <widget class="QSpinBox" name="kintspinbox_maxbitrate">
0251      <property name="maximumSize">
0252       <size>
0253        <width>75</width>
0254        <height>16777215</height>
0255       </size>
0256      </property>
0257      <property name="maximum">
0258       <number>1000</number>
0259      </property>
0260      <property name="value">
0261       <number>200</number>
0262      </property>
0263     </widget>
0264    </item>
0265    <item row="2" column="2">
0266     <widget class="QLabel" name="label_maxbitrate_kbps">
0267      <property name="text">
0268       <string>kbit/s</string>
0269      </property>
0270     </widget>
0271    </item>
0272    <item row="2" column="3">
0273     <spacer name="horizontalSpacer_3">
0274      <property name="orientation">
0275       <enum>Qt::Horizontal</enum>
0276      </property>
0277      <property name="sizeHint" stdset="0">
0278       <size>
0279        <width>4</width>
0280        <height>20</height>
0281       </size>
0282      </property>
0283     </spacer>
0284    </item>
0285    <item row="3" column="0" colspan="4">
0286     <layout class="QHBoxLayout" name="horizontalLayout">
0287      <item>
0288       <widget class="QLabel" name="label_suffix">
0289        <property name="sizePolicy">
0290         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0291          <horstretch>0</horstretch>
0292          <verstretch>0</verstretch>
0293         </sizepolicy>
0294        </property>
0295        <property name="text">
0296         <string>Suffix:</string>
0297        </property>
0298       </widget>
0299      </item>
0300      <item>
0301       <widget class="QLineEdit" name="qlineedit_suffix">
0302        <property name="sizePolicy">
0303         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0304          <horstretch>30</horstretch>
0305          <verstretch>0</verstretch>
0306         </sizepolicy>
0307        </property>
0308        <property name="maximumSize">
0309         <size>
0310          <width>70</width>
0311          <height>16777215</height>
0312         </size>
0313        </property>
0314       </widget>
0315      </item>
0316      <item>
0317       <spacer name="horizontalSpacer">
0318        <property name="orientation">
0319         <enum>Qt::Horizontal</enum>
0320        </property>
0321        <property name="sizeHint" stdset="0">
0322         <size>
0323          <width>40</width>
0324          <height>20</height>
0325         </size>
0326        </property>
0327       </spacer>
0328      </item>
0329     </layout>
0330    </item>
0331    <item row="4" column="0">
0332     <spacer name="verticalSpacer">
0333      <property name="orientation">
0334       <enum>Qt::Vertical</enum>
0335      </property>
0336      <property name="sizeHint" stdset="0">
0337       <size>
0338        <width>20</width>
0339        <height>108</height>
0340       </size>
0341      </property>
0342     </spacer>
0343    </item>
0344    <item row="1" column="2">
0345     <widget class="QLabel" name="label_minbitrate_kbps">
0346      <property name="text">
0347       <string>kbit/s</string>
0348      </property>
0349     </widget>
0350    </item>
0351   </layout>
0352  </widget>
0353  <resources/>
0354  <connections/>
0355 </ui>