Warning, /network/falkon/src/lib/preferences/acceptlanguage.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>AcceptLanguage</class>
0004  <widget class="QDialog" name="AcceptLanguage">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>464</width>
0010     <height>281</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Preferred Languages</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <item row="0" column="0">
0018     <widget class="QListWidget" name="listWidget"/>
0019    </item>
0020    <item row="0" column="1">
0021     <layout class="QVBoxLayout" name="verticalLayout">
0022      <item>
0023       <widget class="QPushButton" name="add">
0024        <property name="text">
0025         <string>Add...</string>
0026        </property>
0027       </widget>
0028      </item>
0029      <item>
0030       <widget class="QPushButton" name="remove">
0031        <property name="text">
0032         <string>Remove</string>
0033        </property>
0034       </widget>
0035      </item>
0036      <item>
0037       <widget class="QPushButton" name="up">
0038        <property name="text">
0039         <string>Up</string>
0040        </property>
0041       </widget>
0042      </item>
0043      <item>
0044       <widget class="QPushButton" name="down">
0045        <property name="text">
0046         <string>Down</string>
0047        </property>
0048       </widget>
0049      </item>
0050      <item>
0051       <spacer name="verticalSpacer">
0052        <property name="orientation">
0053         <enum>Qt::Vertical</enum>
0054        </property>
0055        <property name="sizeHint" stdset="0">
0056         <size>
0057          <width>20</width>
0058          <height>40</height>
0059         </size>
0060        </property>
0061       </spacer>
0062      </item>
0063     </layout>
0064    </item>
0065    <item row="1" column="0" colspan="2">
0066     <widget class="QDialogButtonBox" name="buttonBox">
0067      <property name="orientation">
0068       <enum>Qt::Horizontal</enum>
0069      </property>
0070      <property name="standardButtons">
0071       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0072      </property>
0073     </widget>
0074    </item>
0075   </layout>
0076  </widget>
0077  <resources/>
0078  <connections>
0079   <connection>
0080    <sender>buttonBox</sender>
0081    <signal>accepted()</signal>
0082    <receiver>AcceptLanguage</receiver>
0083    <slot>accept()</slot>
0084    <hints>
0085     <hint type="sourcelabel">
0086      <x>248</x>
0087      <y>254</y>
0088     </hint>
0089     <hint type="destinationlabel">
0090      <x>157</x>
0091      <y>274</y>
0092     </hint>
0093    </hints>
0094   </connection>
0095   <connection>
0096    <sender>buttonBox</sender>
0097    <signal>rejected()</signal>
0098    <receiver>AcceptLanguage</receiver>
0099    <slot>reject()</slot>
0100    <hints>
0101     <hint type="sourcelabel">
0102      <x>316</x>
0103      <y>260</y>
0104     </hint>
0105     <hint type="destinationlabel">
0106      <x>286</x>
0107      <y>274</y>
0108     </hint>
0109    </hints>
0110   </connection>
0111  </connections>
0112 </ui>