1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Prefs_Fonts</class>
4 <widget class="QWidget" name="Prefs_Fonts">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>509</width>
10    <height>426</height>
11   </rect>
12  </property>
13  <layout class="QVBoxLayout" name="verticalLayout">
14   <property name="leftMargin">
15    <number>0</number>
16   </property>
17   <property name="topMargin">
18    <number>0</number>
19   </property>
20   <property name="rightMargin">
21    <number>0</number>
22   </property>
23   <property name="bottomMargin">
24    <number>0</number>
25   </property>
26   <item>
27    <widget class="QLabel" name="label">
28     <property name="font">
29      <font>
30       <pointsize>14</pointsize>
31       <weight>75</weight>
32       <bold>true</bold>
33      </font>
34     </property>
35     <property name="text">
36      <string>Fonts</string>
37     </property>
38    </widget>
39   </item>
40   <item>
41    <widget class="Line" name="line">
42     <property name="orientation">
43      <enum>Qt::Horizontal</enum>
44     </property>
45    </widget>
46   </item>
47   <item>
48    <widget class="QTabWidget" name="tabWidget">
49     <property name="currentIndex">
50      <number>0</number>
51     </property>
52     <widget class="QWidget" name="availableFontsTab">
53      <attribute name="title">
54       <string>Available Fonts</string>
55      </attribute>
56      <layout class="QVBoxLayout" name="verticalLayout_2">
57       <item>
58        <widget class="FontListView" name="fontListTableView"/>
59       </item>
60      </layout>
61     </widget>
62     <widget class="QWidget" name="fontSubstitutionsTab">
63      <attribute name="title">
64       <string>Font Substitutions</string>
65      </attribute>
66      <layout class="QVBoxLayout" name="verticalLayout_3">
67       <item>
68        <widget class="QTableWidget" name="fontSubstitutionsTableWidget"/>
69       </item>
70       <item>
71        <layout class="QHBoxLayout" name="horizontalLayout">
72         <item>
73          <spacer name="horizontalSpacer">
74           <property name="orientation">
75            <enum>Qt::Horizontal</enum>
76           </property>
77           <property name="sizeHint" stdset="0">
78            <size>
79             <width>40</width>
80             <height>20</height>
81            </size>
82           </property>
83          </spacer>
84         </item>
85         <item>
86          <widget class="QPushButton" name="deleteSubstitutionButton">
87           <property name="text">
88            <string>Delete</string>
89           </property>
90          </widget>
91         </item>
92        </layout>
93       </item>
94      </layout>
95     </widget>
96     <widget class="QWidget" name="additionalPathsTab">
97      <attribute name="title">
98       <string>Additional Paths</string>
99      </attribute>
100      <layout class="QVBoxLayout" name="verticalLayout_5">
101       <item>
102        <layout class="QHBoxLayout" name="horizontalLayout_2">
103         <item>
104          <widget class="QListWidget" name="pathListWidget"/>
105         </item>
106         <item>
107          <layout class="QVBoxLayout" name="verticalLayout_4">
108           <item>
109            <widget class="QPushButton" name="changeButton">
110             <property name="text">
111              <string>C&amp;hange...</string>
112             </property>
113            </widget>
114           </item>
115           <item>
116            <widget class="QPushButton" name="addButton">
117             <property name="text">
118              <string>A&amp;dd...</string>
119             </property>
120            </widget>
121           </item>
122           <item>
123            <widget class="QPushButton" name="removeButton">
124             <property name="text">
125              <string>&amp;Remove</string>
126             </property>
127            </widget>
128           </item>
129           <item>
130            <spacer name="additionalPathsButtonsVerticalSpacer">
131             <property name="orientation">
132              <enum>Qt::Vertical</enum>
133             </property>
134             <property name="sizeHint" stdset="0">
135              <size>
136               <width>20</width>
137               <height>40</height>
138              </size>
139             </property>
140            </spacer>
141           </item>
142          </layout>
143         </item>
144        </layout>
145       </item>
146       <item>
147        <widget class="QLabel" name="whyBlankLabel">
148         <property name="text">
149          <string/>
150         </property>
151         <property name="wordWrap">
152          <bool>true</bool>
153         </property>
154        </widget>
155       </item>
156       <item>
157        <spacer name="additionalPathsLabelVerticalSpacer">
158         <property name="orientation">
159          <enum>Qt::Vertical</enum>
160         </property>
161         <property name="sizeType">
162          <enum>QSizePolicy::Minimum</enum>
163         </property>
164         <property name="sizeHint" stdset="0">
165          <size>
166           <width>0</width>
167           <height>0</height>
168          </size>
169         </property>
170        </spacer>
171       </item>
172      </layout>
173     </widget>
174     <widget class="QWidget" name="rejectedFontsTab">
175      <attribute name="title">
176       <string>Rejected Fonts</string>
177      </attribute>
178      <layout class="QGridLayout" name="gridLayout">
179       <item row="0" column="0">
180        <widget class="QTableWidget" name="fontsRejectedTableWidget">
181         <property name="columnCount">
182          <number>3</number>
183         </property>
184         <column>
185          <property name="text">
186           <string>Font name</string>
187          </property>
188         </column>
189         <column>
190          <property name="text">
191           <string>Error message</string>
192          </property>
193         </column>
194         <column>
195          <property name="text">
196           <string>Font file</string>
197          </property>
198         </column>
199        </widget>
200       </item>
201      </layout>
202     </widget>
203    </widget>
204   </item>
205  </layout>
206 </widget>
207 <customwidgets>
208  <customwidget>
209   <class>FontListView</class>
210   <extends>QTableView</extends>
211   <header>ui/fontlistview.h</header>
212  </customwidget>
213 </customwidgets>
214 <resources/>
215 <connections/>
216</ui>
217