Warning, /sdk/kdesvn/src/ksvnwidgets/encodingselector.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  <author>Rajko Albrecht</author>
0004  <class>EncodingSelector</class>
0005  <widget class="QWidget" name="EncodingSelector">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>409</width>
0011     <height>36</height>
0012    </rect>
0013   </property>
0014   <property name="sizePolicy">
0015    <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0016     <horstretch>0</horstretch>
0017     <verstretch>0</verstretch>
0018    </sizepolicy>
0019   </property>
0020   <layout class="QHBoxLayout" name="horizontalLayout">
0021    <item>
0022     <widget class="QLabel" name="m_Mainlabel">
0023      <property name="sizePolicy">
0024       <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
0025        <horstretch>0</horstretch>
0026        <verstretch>0</verstretch>
0027       </sizepolicy>
0028      </property>
0029      <property name="text">
0030       <string>Select encoding:</string>
0031      </property>
0032      <property name="alignment">
0033       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0034      </property>
0035      <property name="wordWrap">
0036       <bool>false</bool>
0037      </property>
0038     </widget>
0039    </item>
0040    <item>
0041     <widget class="KComboBox" name="m_encodingList">
0042      <item>
0043       <property name="text">
0044        <string>Default UTF-8</string>
0045       </property>
0046      </item>
0047     </widget>
0048    </item>
0049   </layout>
0050  </widget>
0051  <layoutdefault spacing="6" margin="11"/>
0052  <customwidgets>
0053   <customwidget>
0054    <class>KComboBox</class>
0055    <extends>QComboBox</extends>
0056    <header>kcombobox.h</header>
0057   </customwidget>
0058  </customwidgets>
0059  <resources/>
0060  <connections>
0061   <connection>
0062    <sender>m_encodingList</sender>
0063    <signal>activated(int)</signal>
0064    <receiver>EncodingSelector</receiver>
0065    <slot>itemActivated(int)</slot>
0066    <hints>
0067     <hint type="sourcelabel">
0068      <x>381</x>
0069      <y>31</y>
0070     </hint>
0071     <hint type="destinationlabel">
0072      <x>251</x>
0073      <y>35</y>
0074     </hint>
0075    </hints>
0076   </connection>
0077  </connections>
0078  <slots>
0079   <slot>itemActivated(int)</slot>
0080  </slots>
0081 </ui>