1<ui version="4.0" >
2  <author>Peter Hedlund &lt;peter.hedlund@kdemail.net></author>
3 <class>PrefCharacterBase</class>
4 <widget class="QWidget" name="PrefCharacterBase" >
5  <property name="geometry" >
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>423</width>
10    <height>377</height>
11   </rect>
12  </property>
13  <property name="minimumSize" >
14   <size>
15    <width>300</width>
16    <height>350</height>
17   </size>
18  </property>
19  <layout class="QGridLayout" >
20   <property name="margin" >
21    <number>0</number>
22   </property>
23   <property name="spacing" >
24    <number>6</number>
25   </property>
26   <item row="3" column="0" colspan="2" >
27    <widget class="QLabel" name="lblShortCutInfo" >
28     <property name="frameShape" >
29      <enum>QFrame::NoFrame</enum>
30     </property>
31     <property name="frameShadow" >
32      <enum>QFrame::Plain</enum>
33     </property>
34     <property name="text" >
35      <string>Note: Select Settings -> Configure Shortcuts... to change the shortcut associated with each action.</string>
36     </property>
37     <property name="alignment" >
38      <set>Qt::AlignVCenter</set>
39     </property>
40     <property name="wordWrap" >
41      <bool>true</bool>
42     </property>
43    </widget>
44   </item>
45   <item row="0" column="0" colspan="2" >
46    <widget class="QTreeWidget" name="CharacterTree" >
47     <property name="toolTip" >
48      <string>Select character to modify</string>
49     </property>
50     <property name="whatsThis" >
51      <string>Customizable special character actions</string>
52     </property>
53     <property name="rootIsDecorated" >
54      <bool>false</bool>
55     </property>
56     <property name="columnCount" >
57      <number>3</number>
58     </property>
59     <column>
60      <property name="text" >
61       <string>0</string>
62      </property>
63     </column>
64     <column>
65      <property name="text" >
66       <string>1</string>
67      </property>
68     </column>
69     <column>
70      <property name="text" >
71       <string>2</string>
72      </property>
73     </column>
74    </widget>
75   </item>
76   <item row="1" column="1" >
77    <layout class="QGridLayout" >
78     <property name="margin" >
79      <number>0</number>
80     </property>
81     <property name="spacing" >
82      <number>6</number>
83     </property>
84     <item rowspan="2" row="0" column="1" >
85      <spacer>
86       <property name="orientation" >
87        <enum>Qt::Horizontal</enum>
88       </property>
89       <property name="sizeType" >
90        <enum>QSizePolicy::Fixed</enum>
91       </property>
92       <property name="sizeHint" >
93        <size>
94         <width>30</width>
95         <height>50</height>
96        </size>
97       </property>
98      </spacer>
99     </item>
100     <item row="1" column="2" >
101      <widget class="QPushButton" name="btnCharacter" >
102       <property name="toolTip" >
103        <string>Click to choose a new character</string>
104       </property>
105       <property name="whatsThis" >
106        <string>Choose a character for the selected action</string>
107       </property>
108       <property name="text" >
109        <string>C&amp;haracter...</string>
110       </property>
111      </widget>
112     </item>
113     <item row="0" column="2" >
114      <spacer>
115       <property name="orientation" >
116        <enum>Qt::Vertical</enum>
117       </property>
118       <property name="sizeType" >
119        <enum>QSizePolicy::Fixed</enum>
120       </property>
121       <property name="sizeHint" >
122        <size>
123         <width>31</width>
124         <height>31</height>
125        </size>
126       </property>
127      </spacer>
128     </item>
129     <item rowspan="2" row="0" column="0" >
130      <widget class="QLabel" name="lblPreview" >
131       <property name="sizePolicy" >
132        <sizepolicy>
133         <hsizetype>1</hsizetype>
134         <vsizetype>1</vsizetype>
135         <horstretch>0</horstretch>
136         <verstretch>0</verstretch>
137        </sizepolicy>
138       </property>
139       <property name="font" >
140        <font>
141         <family></family>
142         <pointsize>36</pointsize>
143         <weight>50</weight>
144         <italic>false</italic>
145         <bold>false</bold>
146         <underline>false</underline>
147         <strikeout>false</strikeout>
148        </font>
149       </property>
150       <property name="toolTip" >
151        <string>Preview of current character</string>
152       </property>
153       <property name="whatsThis" >
154        <string>Preview of the character associated with the selected action</string>
155       </property>
156       <property name="text" >
157        <string>A</string>
158       </property>
159       <property name="alignment" >
160        <set>Qt::AlignBottom</set>
161       </property>
162      </widget>
163     </item>
164    </layout>
165   </item>
166   <item row="1" column="0" >
167    <spacer>
168     <property name="orientation" >
169      <enum>Qt::Horizontal</enum>
170     </property>
171     <property name="sizeType" >
172      <enum>QSizePolicy::Expanding</enum>
173     </property>
174     <property name="sizeHint" >
175      <size>
176       <width>220</width>
177       <height>30</height>
178      </size>
179     </property>
180    </spacer>
181   </item>
182   <item row="2" column="0" colspan="2" >
183    <widget class="Line" name="line1" >
184     <property name="frameShape" >
185      <enum>QFrame::HLine</enum>
186     </property>
187     <property name="frameShadow" >
188      <enum>QFrame::Sunken</enum>
189     </property>
190     <property name="orientation" >
191      <enum>Qt::Horizontal</enum>
192     </property>
193    </widget>
194   </item>
195  </layout>
196 </widget>
197 <tabstops>
198  <tabstop>btnCharacter</tabstop>
199 </tabstops>
200 <resources/>
201 <connections/>
202</ui>
203