1<ui version="4.0" stdsetdef="1" >
2  <author>Joseph Kerian (C) 2006</author>
3  <comment>License is GPL</comment>
4  <class>configSorting</class>
5  <widget class="QWidget" name="configSorting" >
6    <property name="geometry" >
7      <rect>
8        <x>0</x>
9        <y>0</y>
10        <width>497</width>
11        <height>381</height>
12      </rect>
13    </property>
14    <property name="windowTitle" >
15      <string>sorting</string>
16    </property>
17    <layout class="QVBoxLayout" >
18      <item>
19        <widget class="QCheckBox" name="kcfg_dictionary_enable" >
20          <property name="text" >
21            <string>Sort Se&amp;arch Results By Dictionary</string>
22          </property>
23        </widget>
24      </item>
25      <item>
26        <widget class="KActionSelector" name="dictionary_order" >
27          <property name="availableLabel" >
28            <string>Dicti&amp;onaries Available:</string>
29          </property>
30          <property name="selectedLabel" >
31            <string>Displa&amp;y First:</string>
32          </property>
33        </widget>
34      </item>
35      <item>
36        <widget class="Line" name="separator" >
37          <property name="frameShape" >
38            <enum>QFrame::HLine</enum>
39          </property>
40          <property name="frameShadow" >
41            <enum>QFrame::Sunken</enum>
42          </property>
43        </widget>
44      </item>
45      <item>
46        <widget class="KActionSelector" name="field_order" >
47          <property name="availableLabel" >
48            <string>Fields to Sort &amp;By:</string>
49          </property>
50        </widget>
51      </item>
52    </layout>
53  </widget>
54    <includes>
55    <include location="local" >kactionselector.h</include>
56    <include location="local" >kactionselector.h</include>
57  </includes>
58</ui>
59