1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>CharSelectEnhanced</class>
4 <widget class="QDialog" name="CharSelectEnhanced">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>506</width>
10    <height>492</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Enhanced Character Palette</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <property name="leftMargin">
18    <number>9</number>
19   </property>
20   <property name="topMargin">
21    <number>9</number>
22   </property>
23   <property name="rightMargin">
24    <number>9</number>
25   </property>
26   <property name="bottomMargin">
27    <number>9</number>
28   </property>
29   <item row="0" column="0">
30    <widget class="QLabel" name="label">
31     <property name="text">
32      <string>&amp;Font:</string>
33     </property>
34     <property name="buddy">
35      <cstring>fontSelector</cstring>
36     </property>
37    </widget>
38   </item>
39   <item row="0" column="1">
40    <widget class="FontCombo" name="fontSelector"/>
41   </item>
42   <item row="0" column="2">
43    <spacer>
44     <property name="orientation">
45      <enum>Qt::Horizontal</enum>
46     </property>
47     <property name="sizeHint" stdset="0">
48      <size>
49       <width>38</width>
50       <height>20</height>
51      </size>
52     </property>
53    </spacer>
54   </item>
55   <item row="0" column="3">
56    <widget class="QLabel" name="label_2">
57     <property name="text">
58      <string>C&amp;haracter Class:</string>
59     </property>
60     <property name="buddy">
61      <cstring>rangeSelector</cstring>
62     </property>
63    </widget>
64   </item>
65   <item row="0" column="4">
66    <widget class="QComboBox" name="rangeSelector"/>
67   </item>
68   <item row="0" column="5">
69    <spacer>
70     <property name="orientation">
71      <enum>Qt::Horizontal</enum>
72     </property>
73     <property name="sizeHint" stdset="0">
74      <size>
75       <width>66</width>
76       <height>28</height>
77      </size>
78     </property>
79    </spacer>
80   </item>
81   <item row="1" column="0" colspan="6">
82    <widget class="CharTableView" name="m_charTable">
83     <property name="minimumSize">
84      <size>
85       <width>340</width>
86       <height>0</height>
87      </size>
88     </property>
89     <property name="toolTip">
90      <string>You can see a thumbnail if you press and hold down the right mouse button.
91The Insert key inserts a Glyph into the Selection below and the Delete key removes the last inserted one</string>
92     </property>
93     <property name="dragDropOverwriteMode">
94      <bool>false</bool>
95     </property>
96     <property name="dragDropMode">
97      <enum>QAbstractItemView::DragOnly</enum>
98     </property>
99     <property name="selectionMode">
100      <enum>QAbstractItemView::SingleSelection</enum>
101     </property>
102    </widget>
103   </item>
104   <item row="2" column="0" colspan="6">
105    <layout class="QHBoxLayout" name="horizontalLayout">
106     <item>
107      <widget class="QLabel" name="label_3">
108       <property name="text">
109        <string>Insert &amp;Code:</string>
110       </property>
111       <property name="buddy">
112        <cstring>hexLineEdit</cstring>
113       </property>
114      </widget>
115     </item>
116     <item>
117      <widget class="QLineEdit" name="hexLineEdit">
118       <property name="toolTip">
119        <string>Type in a four digit Unicode value directly here</string>
120       </property>
121       <property name="maxLength">
122        <number>32767</number>
123       </property>
124      </widget>
125     </item>
126     <item>
127      <spacer name="horizontalSpacer">
128       <property name="orientation">
129        <enum>Qt::Horizontal</enum>
130       </property>
131       <property name="sizeHint" stdset="0">
132        <size>
133         <width>40</width>
134         <height>20</height>
135        </size>
136       </property>
137      </spacer>
138     </item>
139    </layout>
140   </item>
141   <item row="3" column="0" colspan="6">
142    <widget class="QGroupBox" name="groupBox">
143     <property name="title">
144      <string>Glyphs to Insert</string>
145     </property>
146     <layout class="QGridLayout" name="gridLayout_1">
147      <item row="0" column="0">
148       <widget class="QLabel" name="sample">
149        <property name="minimumSize">
150         <size>
151          <width>460</width>
152          <height>48</height>
153         </size>
154        </property>
155        <property name="frameShape">
156         <enum>QFrame::Box</enum>
157        </property>
158        <property name="lineWidth">
159         <number>1</number>
160        </property>
161       </widget>
162      </item>
163     </layout>
164    </widget>
165   </item>
166   <item row="4" column="0" colspan="6">
167    <layout class="QHBoxLayout" name="_2">
168     <item>
169      <spacer>
170       <property name="orientation">
171        <enum>Qt::Horizontal</enum>
172       </property>
173       <property name="sizeHint" stdset="0">
174        <size>
175         <width>40</width>
176         <height>20</height>
177        </size>
178       </property>
179      </spacer>
180     </item>
181     <item>
182      <widget class="QPushButton" name="insertButton">
183       <property name="toolTip">
184        <string>Insert the characters at the cursor in the text</string>
185       </property>
186       <property name="text">
187        <string>&amp;Insert</string>
188       </property>
189       <property name="autoDefault">
190        <bool>false</bool>
191       </property>
192      </widget>
193     </item>
194     <item>
195      <widget class="QPushButton" name="deleteButton">
196       <property name="toolTip">
197        <string>Delete the current selection(s).</string>
198       </property>
199       <property name="text">
200        <string>C&amp;lear</string>
201       </property>
202       <property name="autoDefault">
203        <bool>false</bool>
204       </property>
205      </widget>
206     </item>
207    </layout>
208   </item>
209  </layout>
210 </widget>
211 <customwidgets>
212  <customwidget>
213   <class>FontCombo</class>
214   <extends>QComboBox</extends>
215   <header>ui/fontcombo.h</header>
216  </customwidget>
217  <customwidget>
218   <class>CharTableView</class>
219   <extends>QTableView</extends>
220   <header>chartableview.h</header>
221  </customwidget>
222 </customwidgets>
223 <resources/>
224 <connections/>
225</ui>
226