Warning, /multimedia/amarok/playground/src/scripts/encoding_fixer/main.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <class>mainDialog</class>
0003  <widget class="QDialog" name="mainDialog" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>342</width>
0009     <height>273</height>
0010    </rect>
0011   </property>
0012   <property name="windowTitle" >
0013    <string>Encoding Fixer</string>
0014   </property>
0015   <widget class="QDialogButtonBox" name="buttonBox" >
0016    <property name="geometry" >
0017     <rect>
0018      <x>140</x>
0019      <y>230</y>
0020      <width>181</width>
0021      <height>32</height>
0022     </rect>
0023    </property>
0024    <property name="orientation" >
0025     <enum>Qt::Horizontal</enum>
0026    </property>
0027    <property name="standardButtons" >
0028     <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0029    </property>
0030   </widget>
0031   <widget class="QWidget" name="verticalLayoutWidget" >
0032    <property name="geometry" >
0033     <rect>
0034      <x>10</x>
0035      <y>50</y>
0036      <width>318</width>
0037      <height>171</height>
0038     </rect>
0039    </property>
0040    <layout class="QVBoxLayout" name="verticalLayout_2" >
0041     <item>
0042      <widget class="QCheckBox" name="checkBox_SChineseModule" >
0043       <property name="text" >
0044        <string>Simple Chinese (GB18030, GB2312, GBK)</string>
0045       </property>
0046      </widget>
0047     </item>
0048     <item>
0049      <widget class="QCheckBox" name="checkBox_TChineseModule" >
0050       <property name="text" >
0051        <string>Triditional Chinese (Big5, BIG5-HKSCS)</string>
0052       </property>
0053      </widget>
0054     </item>
0055     <item>
0056      <widget class="QCheckBox" name="checkBox_RussianModule" >
0057       <property name="text" >
0058        <string>Russian (KOI8-R)</string>
0059       </property>
0060      </widget>
0061     </item>
0062    </layout>
0063   </widget>
0064   <widget class="QLabel" name="label" >
0065    <property name="geometry" >
0066     <rect>
0067      <x>20</x>
0068      <y>20</y>
0069      <width>261</width>
0070      <height>22</height>
0071     </rect>
0072    </property>
0073    <property name="font" >
0074     <font>
0075      <pointsize>10</pointsize>
0076      <weight>50</weight>
0077      <bold>false</bold>
0078     </font>
0079    </property>
0080    <property name="text" >
0081     <string>Please enable the modules you need:</string>
0082    </property>
0083   </widget>
0084  </widget>
0085  <resources/>
0086  <connections>
0087   <connection>
0088    <sender>buttonBox</sender>
0089    <signal>accepted()</signal>
0090    <receiver>mainDialog</receiver>
0091    <slot>accept()</slot>
0092    <hints>
0093     <hint type="sourcelabel" >
0094      <x>248</x>
0095      <y>254</y>
0096     </hint>
0097     <hint type="destinationlabel" >
0098      <x>157</x>
0099      <y>274</y>
0100     </hint>
0101    </hints>
0102   </connection>
0103   <connection>
0104    <sender>buttonBox</sender>
0105    <signal>rejected()</signal>
0106    <receiver>mainDialog</receiver>
0107    <slot>reject()</slot>
0108    <hints>
0109     <hint type="sourcelabel" >
0110      <x>316</x>
0111      <y>260</y>
0112     </hint>
0113     <hint type="destinationlabel" >
0114      <x>286</x>
0115      <y>274</y>
0116     </hint>
0117    </hints>
0118   </connection>
0119  </connections>
0120 </ui>