1<ui version="4.0" >
2 <class>SymbolsUi</class>
3 <widget class="QDialog" name="SymbolsUi" >
4  <property name="geometry" >
5   <rect>
6    <x>0</x>
7    <y>0</y>
8    <width>430</width>
9    <height>296</height>
10   </rect>
11  </property>
12  <property name="windowTitle" >
13   <string/>
14  </property>
15  <property name="sizeGripEnabled" >
16   <bool>true</bool>
17  </property>
18  <layout class="QGridLayout" >
19   <property name="margin" >
20    <number>9</number>
21   </property>
22   <property name="spacing" >
23    <number>6</number>
24   </property>
25   <item row="3" column="0" >
26    <layout class="QHBoxLayout" >
27     <property name="margin" >
28      <number>0</number>
29     </property>
30     <property name="spacing" >
31      <number>6</number>
32     </property>
33     <item>
34      <spacer>
35       <property name="orientation" >
36        <enum>Qt::Horizontal</enum>
37       </property>
38       <property name="sizeHint" >
39        <size>
40         <width>221</width>
41         <height>20</height>
42        </size>
43       </property>
44      </spacer>
45     </item>
46     <item>
47      <widget class="QPushButton" name="okPB" >
48       <property name="text" >
49        <string>&amp;OK</string>
50       </property>
51      </widget>
52     </item>
53     <item>
54      <widget class="QPushButton" name="applyPB" >
55       <property name="toolTip" >
56        <string>Insert the delimiters</string>
57       </property>
58       <property name="text" >
59        <string>&amp;Apply</string>
60       </property>
61      </widget>
62     </item>
63     <item>
64      <widget class="QPushButton" name="closePB" >
65       <property name="text" >
66        <string>&amp;Close</string>
67       </property>
68      </widget>
69     </item>
70    </layout>
71   </item>
72   <item row="0" column="0" >
73    <layout class="QHBoxLayout" >
74     <property name="margin" >
75      <number>0</number>
76     </property>
77     <property name="spacing" >
78      <number>6</number>
79     </property>
80     <item>
81      <widget class="QLabel" name="categoryLA" >
82       <property name="toolTip" >
83        <string>Available categories depend on the document encoding. Select UTF-8 for the full range.</string>
84       </property>
85       <property name="text" >
86        <string>Ca&amp;tegory:</string>
87       </property>
88       <property name="buddy" >
89        <cstring>categoryCO</cstring>
90       </property>
91      </widget>
92     </item>
93     <item>
94      <widget class="QComboBox" name="categoryCO" >
95       <property name="maxVisibleItems" >
96        <number>20</number>
97       </property>
98      </widget>
99     </item>
100     <item>
101      <spacer>
102       <property name="orientation" >
103        <enum>Qt::Horizontal</enum>
104       </property>
105       <property name="sizeHint" >
106        <size>
107         <width>191</width>
108         <height>20</height>
109        </size>
110       </property>
111      </spacer>
112     </item>
113     <item>
114      <widget class="QCheckBox" name="categoryFilterCB" >
115       <property name="toolTip" >
116        <string>Select this to display all available characters at once</string>
117       </property>
118       <property name="text" >
119        <string>&amp;Display all</string>
120       </property>
121      </widget>
122     </item>
123    </layout>
124   </item>
125   <item row="1" column="0" >
126    <widget class="QListView" name="symbolsLW" >
127     <property name="horizontalScrollBarPolicy" >
128      <enum>Qt::ScrollBarAlwaysOff</enum>
129     </property>
130     <property name="iconSize" >
131      <size>
132       <width>16</width>
133       <height>16</height>
134      </size>
135     </property>
136     <property name="resizeMode" >
137      <enum>QListView::Adjust</enum>
138     </property>
139     <property name="spacing" >
140      <number>0</number>
141     </property>
142    </widget>
143   </item>
144   <item row="2" column="0" >
145    <widget class="QLineEdit" name="chosenLE" >
146     <property name="readOnly" >
147      <bool>false</bool>
148     </property>
149    </widget>
150   </item>
151  </layout>
152 </widget>
153 <layoutdefault spacing="6" margin="9" />
154 <tabstops>
155  <tabstop>applyPB</tabstop>
156  <tabstop>closePB</tabstop>
157 </tabstops>
158 <includes>
159  <include location="local" >qt_i18n.h</include>
160 </includes>
161 <resources/>
162 <connections/>
163</ui>
164