1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <author>Rajko Albrecht</author>
4 <class>EncodingSelector</class>
5 <widget class="QWidget" name="EncodingSelector">
6  <property name="geometry">
7   <rect>
8    <x>0</x>
9    <y>0</y>
10    <width>409</width>
11    <height>36</height>
12   </rect>
13  </property>
14  <property name="sizePolicy">
15   <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
16    <horstretch>0</horstretch>
17    <verstretch>0</verstretch>
18   </sizepolicy>
19  </property>
20  <layout class="QHBoxLayout" name="horizontalLayout">
21   <item>
22    <widget class="QLabel" name="m_Mainlabel">
23     <property name="sizePolicy">
24      <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
25       <horstretch>0</horstretch>
26       <verstretch>0</verstretch>
27      </sizepolicy>
28     </property>
29     <property name="text">
30      <string>Select encoding:</string>
31     </property>
32     <property name="alignment">
33      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
34     </property>
35     <property name="wordWrap">
36      <bool>false</bool>
37     </property>
38    </widget>
39   </item>
40   <item>
41    <widget class="KComboBox" name="m_encodingList">
42     <item>
43      <property name="text">
44       <string>Default UTF-8</string>
45      </property>
46     </item>
47    </widget>
48   </item>
49  </layout>
50 </widget>
51 <layoutdefault spacing="6" margin="11"/>
52 <customwidgets>
53  <customwidget>
54   <class>KComboBox</class>
55   <extends>QComboBox</extends>
56   <header>kcombobox.h</header>
57  </customwidget>
58 </customwidgets>
59 <resources/>
60 <connections>
61  <connection>
62   <sender>m_encodingList</sender>
63   <signal>activated(int)</signal>
64   <receiver>EncodingSelector</receiver>
65   <slot>itemActivated(int)</slot>
66   <hints>
67    <hint type="sourcelabel">
68     <x>381</x>
69     <y>31</y>
70    </hint>
71    <hint type="destinationlabel">
72     <x>251</x>
73     <y>35</y>
74    </hint>
75   </hints>
76  </connection>
77 </connections>
78 <slots>
79  <slot>itemActivated(int)</slot>
80 </slots>
81</ui>
82