Warning, /multimedia/subtitlecomposer/src/dialogs/encodingdetectdialog.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>EncodingDetectDialog</class> 0004 <widget class="QDialog" name="EncodingDetectDialog"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>946</width> 0010 <height>590</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Confirm detected subtitle encoding</string> 0015 </property> 0016 <layout class="QVBoxLayout" name="verticalLayout"> 0017 <item> 0018 <widget class="QSplitter" name="hsplit"> 0019 <property name="orientation"> 0020 <enum>Qt::Horizontal</enum> 0021 </property> 0022 <property name="childrenCollapsible"> 0023 <bool>false</bool> 0024 </property> 0025 <widget class="QWidget" name="encodingWrap" native="true"> 0026 <layout class="QVBoxLayout" name="verticalLayout_2"> 0027 <item> 0028 <widget class="QLabel" name="encodingLabel"> 0029 <property name="text"> 0030 <string>Encoding</string> 0031 </property> 0032 <property name="buddy"> 0033 <cstring>encoding</cstring> 0034 </property> 0035 </widget> 0036 </item> 0037 <item> 0038 <widget class="QTreeView" name="encoding"> 0039 <attribute name="headerVisible"> 0040 <bool>false</bool> 0041 </attribute> 0042 </widget> 0043 </item> 0044 </layout> 0045 </widget> 0046 <widget class="QWidget" name="previewWrap" native="true"> 0047 <property name="sizePolicy"> 0048 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> 0049 <horstretch>1</horstretch> 0050 <verstretch>0</verstretch> 0051 </sizepolicy> 0052 </property> 0053 <layout class="QVBoxLayout" name="verticalLayout_3"> 0054 <item> 0055 <widget class="QLabel" name="previewLabel"> 0056 <property name="text"> 0057 <string>Preview</string> 0058 </property> 0059 <property name="buddy"> 0060 <cstring>preview</cstring> 0061 </property> 0062 </widget> 0063 </item> 0064 <item> 0065 <widget class="QPlainTextEdit" name="preview"> 0066 <property name="readOnly"> 0067 <bool>true</bool> 0068 </property> 0069 </widget> 0070 </item> 0071 </layout> 0072 </widget> 0073 </widget> 0074 </item> 0075 <item> 0076 <widget class="QDialogButtonBox" name="buttonBox"> 0077 <property name="orientation"> 0078 <enum>Qt::Horizontal</enum> 0079 </property> 0080 <property name="standardButtons"> 0081 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 0082 </property> 0083 </widget> 0084 </item> 0085 </layout> 0086 </widget> 0087 <resources/> 0088 <connections> 0089 <connection> 0090 <sender>buttonBox</sender> 0091 <signal>accepted()</signal> 0092 <receiver>EncodingDetectDialog</receiver> 0093 <slot>accept()</slot> 0094 <hints> 0095 <hint type="sourcelabel"> 0096 <x>254</x> 0097 <y>293</y> 0098 </hint> 0099 <hint type="destinationlabel"> 0100 <x>157</x> 0101 <y>274</y> 0102 </hint> 0103 </hints> 0104 </connection> 0105 <connection> 0106 <sender>buttonBox</sender> 0107 <signal>rejected()</signal> 0108 <receiver>EncodingDetectDialog</receiver> 0109 <slot>reject()</slot> 0110 <hints> 0111 <hint type="sourcelabel"> 0112 <x>316</x> 0113 <y>260</y> 0114 </hint> 0115 <hint type="destinationlabel"> 0116 <x>286</x> 0117 <y>274</y> 0118 </hint> 0119 </hints> 0120 </connection> 0121 </connections> 0122 </ui>