Warning, /multimedia/subtitlecomposer/src/formats/vobsub/vobsubinputinitdialog.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>VobSubInputInitDialog</class>
0004  <widget class="QDialog" name="VobSubInputInitDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>300</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>VobSub Import</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout" columnstretch="1,2">
0017    <item row="0" column="0" alignment="Qt::AlignRight">
0018     <widget class="QLabel" name="labelStream">
0019      <property name="text">
0020       <string>Stream / Language</string>
0021      </property>
0022     </widget>
0023    </item>
0024    <item row="0" column="1">
0025     <widget class="QComboBox" name="comboStream"/>
0026    </item>
0027    <item row="4" column="0" colspan="2">
0028     <widget class="QDialogButtonBox" name="buttonBox">
0029      <property name="orientation">
0030       <enum>Qt::Horizontal</enum>
0031      </property>
0032      <property name="standardButtons">
0033       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0034      </property>
0035     </widget>
0036    </item>
0037    <item row="3" column="0" colspan="2">
0038     <spacer name="verticalSpacer">
0039      <property name="orientation">
0040       <enum>Qt::Vertical</enum>
0041      </property>
0042      <property name="sizeHint" stdset="0">
0043       <size>
0044        <width>20</width>
0045        <height>40</height>
0046       </size>
0047      </property>
0048     </spacer>
0049    </item>
0050    <item row="1" column="0" colspan="2">
0051     <widget class="QGroupBox" name="grpPostProc">
0052      <property name="title">
0053       <string>Post Processing</string>
0054      </property>
0055      <layout class="QVBoxLayout" name="verticalLayout">
0056       <item>
0057        <widget class="QCheckBox" name="ppSpaceNumber">
0058         <property name="text">
0059          <string>Fix space between numbers</string>
0060         </property>
0061         <property name="checked">
0062          <bool>true</bool>
0063         </property>
0064        </widget>
0065       </item>
0066       <item>
0067        <widget class="QCheckBox" name="ppSpacePunct">
0068         <property name="text">
0069          <string>Fix space around punctuation (.,;:?!)</string>
0070         </property>
0071         <property name="checked">
0072          <bool>true</bool>
0073         </property>
0074        </widget>
0075       </item>
0076       <item>
0077        <widget class="QCheckBox" name="ppSpaceParen">
0078         <property name="text">
0079          <string>Fix space around quotes and parentheses (&quot;()[]{})</string>
0080         </property>
0081         <property name="checked">
0082          <bool>true</bool>
0083         </property>
0084        </widget>
0085       </item>
0086       <item>
0087        <widget class="QCheckBox" name="ppAposQuote">
0088         <property name="text">
0089          <string>Fix double apostrophes/quotes</string>
0090         </property>
0091         <property name="checked">
0092          <bool>true</bool>
0093         </property>
0094        </widget>
0095       </item>
0096       <item>
0097        <widget class="QCheckBox" name="ppCharsOCR">
0098         <property name="text">
0099          <string>Fix i &lt;-&gt; l, 0 &lt;-&gt; O mistakes</string>
0100         </property>
0101         <property name="checked">
0102          <bool>true</bool>
0103         </property>
0104        </widget>
0105       </item>
0106      </layout>
0107     </widget>
0108    </item>
0109   </layout>
0110  </widget>
0111  <resources/>
0112  <connections>
0113   <connection>
0114    <sender>buttonBox</sender>
0115    <signal>accepted()</signal>
0116    <receiver>VobSubInputInitDialog</receiver>
0117    <slot>accept()</slot>
0118    <hints>
0119     <hint type="sourcelabel">
0120      <x>248</x>
0121      <y>254</y>
0122     </hint>
0123     <hint type="destinationlabel">
0124      <x>157</x>
0125      <y>274</y>
0126     </hint>
0127    </hints>
0128   </connection>
0129   <connection>
0130    <sender>buttonBox</sender>
0131    <signal>rejected()</signal>
0132    <receiver>VobSubInputInitDialog</receiver>
0133    <slot>reject()</slot>
0134    <hints>
0135     <hint type="sourcelabel">
0136      <x>316</x>
0137      <y>260</y>
0138     </hint>
0139     <hint type="destinationlabel">
0140      <x>286</x>
0141      <y>274</y>
0142     </hint>
0143    </hints>
0144   </connection>
0145  </connections>
0146 </ui>