Warning, /multimedia/audex/dialogs/cddaheaderdatawidgetUI.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>CDDAHeaderDataWidgetUI</class>
0004  <widget class="QWidget" name="CDDAHeaderDataWidgetUI">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>309</width>
0010     <height>393</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout">
0014    <item row="0" column="0" colspan="2">
0015     <widget class="QCheckBox" name="checkBox_various">
0016      <property name="text">
0017       <string>Various Artists</string>
0018      </property>
0019     </widget>
0020    </item>
0021    <item row="0" column="2">
0022     <widget class="QCheckBox" name="checkBox_multicd">
0023      <property name="text">
0024       <string>Multi CD</string>
0025      </property>
0026     </widget>
0027    </item>
0028    <item row="0" column="3">
0029     <spacer name="horizontalSpacer">
0030      <property name="orientation">
0031       <enum>Qt::Horizontal</enum>
0032      </property>
0033      <property name="sizeHint" stdset="0">
0034       <size>
0035        <width>62</width>
0036        <height>20</height>
0037       </size>
0038      </property>
0039     </spacer>
0040    </item>
0041    <item row="1" column="0">
0042     <widget class="QLabel" name="label_artist">
0043      <property name="sizePolicy">
0044       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0045        <horstretch>0</horstretch>
0046        <verstretch>0</verstretch>
0047       </sizepolicy>
0048      </property>
0049      <property name="text">
0050       <string>Artist:</string>
0051      </property>
0052     </widget>
0053    </item>
0054    <item row="1" column="1" colspan="3">
0055     <widget class="QLineEdit" name="qlineedit_artist"/>
0056    </item>
0057    <item row="2" column="0">
0058     <widget class="QLabel" name="label_title">
0059      <property name="sizePolicy">
0060       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0061        <horstretch>0</horstretch>
0062        <verstretch>0</verstretch>
0063       </sizepolicy>
0064      </property>
0065      <property name="text">
0066       <string>Title:</string>
0067      </property>
0068     </widget>
0069    </item>
0070    <item row="2" column="1" colspan="3">
0071     <widget class="QLineEdit" name="qlineedit_title"/>
0072    </item>
0073    <item row="3" column="0">
0074     <widget class="QLabel" name="label_cdnum">
0075      <property name="text">
0076       <string>CD Number:</string>
0077      </property>
0078     </widget>
0079    </item>
0080    <item row="3" column="1" colspan="3">
0081     <widget class="QSpinBox" name="kintspinbox_cdnum">
0082      <property name="minimum">
0083       <number>1</number>
0084      </property>
0085     </widget>
0086    </item>
0087    <item row="4" column="0">
0088     <widget class="QLabel" name="label">
0089      <property name="text">
0090       <string>Track Offset:</string>
0091      </property>
0092     </widget>
0093    </item>
0094    <item row="4" column="1" colspan="3">
0095     <widget class="QSpinBox" name="kintspinbox_trackoffset">
0096      <property name="maximum">
0097       <number>99999</number>
0098      </property>
0099     </widget>
0100    </item>
0101    <item row="5" column="0">
0102     <widget class="QLabel" name="label_genre">
0103      <property name="sizePolicy">
0104       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0105        <horstretch>0</horstretch>
0106        <verstretch>0</verstretch>
0107       </sizepolicy>
0108      </property>
0109      <property name="text">
0110       <string>Genre:</string>
0111      </property>
0112     </widget>
0113    </item>
0114    <item row="5" column="1" colspan="3">
0115     <widget class="KComboBox" name="kcombobox_genre">
0116      <property name="editable">
0117       <bool>true</bool>
0118      </property>
0119      <property name="autoCompletion">
0120       <bool>false</bool>
0121      </property>
0122     </widget>
0123    </item>
0124    <item row="6" column="0">
0125     <widget class="QLabel" name="label_year">
0126      <property name="sizePolicy">
0127       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0128        <horstretch>0</horstretch>
0129        <verstretch>0</verstretch>
0130       </sizepolicy>
0131      </property>
0132      <property name="text">
0133       <string>Year:</string>
0134      </property>
0135     </widget>
0136    </item>
0137    <item row="6" column="1" colspan="3">
0138     <widget class="QSpinBox" name="kintspinbox_year">
0139      <property name="minimum">
0140       <number>-3000</number>
0141      </property>
0142      <property name="maximum">
0143       <number>3000</number>
0144      </property>
0145      <property name="value">
0146       <number>2004</number>
0147      </property>
0148     </widget>
0149    </item>
0150    <item row="7" column="0">
0151     <widget class="QLabel" name="label_extdata">
0152      <property name="sizePolicy">
0153       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0154        <horstretch>0</horstretch>
0155        <verstretch>0</verstretch>
0156       </sizepolicy>
0157      </property>
0158      <property name="text">
0159       <string>Additional
0160 Information:</string>
0161      </property>
0162     </widget>
0163    </item>
0164    <item row="7" column="1" colspan="3">
0165     <widget class="KTextEdit" name="ktextedit_extdata"/>
0166    </item>
0167    <item row="8" column="0">
0168     <widget class="QLabel" name="label_discid">
0169      <property name="sizePolicy">
0170       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0171        <horstretch>0</horstretch>
0172        <verstretch>0</verstretch>
0173       </sizepolicy>
0174      </property>
0175      <property name="text">
0176       <string>CDDB disc ID:</string>
0177      </property>
0178     </widget>
0179    </item>
0180    <item row="8" column="1" colspan="3">
0181     <widget class="QLineEdit" name="qlineedit_cddbdiscid">
0182      <property name="enabled">
0183       <bool>true</bool>
0184      </property>
0185      <property name="text">
0186       <string>0x00000000</string>
0187      </property>
0188      <property name="readOnly">
0189       <bool>true</bool>
0190      </property>
0191     </widget>
0192    </item>
0193   </layout>
0194  </widget>
0195  <customwidgets>
0196   <customwidget>
0197    <class>KComboBox</class>
0198    <extends>QComboBox</extends>
0199    <header>kcombobox.h</header>
0200   </customwidget>
0201   <customwidget>
0202    <class>KTextEdit</class>
0203    <extends>QTextEdit</extends>
0204    <header>ktextedit.h</header>
0205   </customwidget>
0206  </customwidgets>
0207  <tabstops>
0208   <tabstop>checkBox_various</tabstop>
0209   <tabstop>checkBox_multicd</tabstop>
0210   <tabstop>qlineedit_artist</tabstop>
0211   <tabstop>qlineedit_title</tabstop>
0212   <tabstop>kintspinbox_cdnum</tabstop>
0213   <tabstop>kintspinbox_trackoffset</tabstop>
0214   <tabstop>kcombobox_genre</tabstop>
0215   <tabstop>kintspinbox_year</tabstop>
0216   <tabstop>ktextedit_extdata</tabstop>
0217  </tabstops>
0218  <resources/>
0219  <connections/>
0220 </ui>