1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Prefs_DocumentInformation</class>
4 <widget class="QWidget" name="Prefs_DocumentInformation">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>688</width>
10    <height>692</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>Document Information</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="tabDocument">
53      <attribute name="title">
54       <string>Document</string>
55      </attribute>
56      <layout class="QFormLayout" name="formLayout">
57       <item row="0" column="0">
58        <widget class="QLabel" name="label_2">
59         <property name="text">
60          <string>Title:</string>
61         </property>
62        </widget>
63       </item>
64       <item row="0" column="1">
65        <widget class="QLineEdit" name="titleLineEdit">
66         <property name="sizePolicy">
67          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
68           <horstretch>0</horstretch>
69           <verstretch>0</verstretch>
70          </sizepolicy>
71         </property>
72        </widget>
73       </item>
74       <item row="1" column="0">
75        <widget class="QLabel" name="label_3">
76         <property name="text">
77          <string>Author:</string>
78         </property>
79        </widget>
80       </item>
81       <item row="1" column="1">
82        <widget class="QLineEdit" name="authorLineEdit"/>
83       </item>
84       <item row="2" column="0">
85        <widget class="QLabel" name="label_4">
86         <property name="text">
87          <string>Subject:</string>
88         </property>
89        </widget>
90       </item>
91       <item row="2" column="1">
92        <widget class="QLineEdit" name="subjectLineEdit"/>
93       </item>
94       <item row="3" column="0">
95        <widget class="QLabel" name="label_5">
96         <property name="text">
97          <string>Keywords:</string>
98         </property>
99        </widget>
100       </item>
101       <item row="3" column="1">
102        <widget class="QTextEdit" name="keywordsTextEdit"/>
103       </item>
104       <item row="4" column="0">
105        <widget class="QLabel" name="label_6">
106         <property name="text">
107          <string>Description:</string>
108         </property>
109        </widget>
110       </item>
111       <item row="4" column="1">
112        <widget class="QTextEdit" name="descriptionTextEdit"/>
113       </item>
114      </layout>
115     </widget>
116     <widget class="QWidget" name="tabFurtherInformation">
117      <attribute name="title">
118       <string>Further Information</string>
119      </attribute>
120      <layout class="QVBoxLayout" name="verticalLayout_3">
121       <item>
122        <widget class="QScrollArea" name="scrollArea">
123         <property name="frameShape">
124          <enum>QFrame::NoFrame</enum>
125         </property>
126         <property name="frameShadow">
127          <enum>QFrame::Plain</enum>
128         </property>
129         <property name="widgetResizable">
130          <bool>true</bool>
131         </property>
132         <widget class="QWidget" name="scrollAreaWidgetContents">
133          <property name="geometry">
134           <rect>
135            <x>0</x>
136            <y>0</y>
137            <width>618</width>
138            <height>567</height>
139           </rect>
140          </property>
141          <layout class="QVBoxLayout" name="verticalLayout_2">
142           <property name="leftMargin">
143            <number>0</number>
144           </property>
145           <property name="topMargin">
146            <number>0</number>
147           </property>
148           <property name="rightMargin">
149            <number>0</number>
150           </property>
151           <property name="bottomMargin">
152            <number>0</number>
153           </property>
154           <item>
155            <layout class="QFormLayout" name="formLayout_2">
156             <item row="0" column="0">
157              <widget class="QLabel" name="label_7">
158               <property name="text">
159                <string>Publisher:</string>
160               </property>
161              </widget>
162             </item>
163             <item row="0" column="1">
164              <widget class="QLineEdit" name="publisherLineEdit"/>
165             </item>
166             <item row="1" column="0">
167              <widget class="QLabel" name="label_8">
168               <property name="text">
169                <string>Contributors:</string>
170               </property>
171              </widget>
172             </item>
173             <item row="1" column="1">
174              <widget class="QTextEdit" name="contributorsTextEdit"/>
175             </item>
176             <item row="2" column="0">
177              <widget class="QLabel" name="label_9">
178               <property name="text">
179                <string>Date:</string>
180               </property>
181              </widget>
182             </item>
183             <item row="2" column="1">
184              <widget class="QLineEdit" name="dateLineEdit"/>
185             </item>
186             <item row="3" column="0">
187              <widget class="QLabel" name="label_10">
188               <property name="text">
189                <string>Type:</string>
190               </property>
191              </widget>
192             </item>
193             <item row="3" column="1">
194              <widget class="QLineEdit" name="typeLineEdit"/>
195             </item>
196             <item row="4" column="0">
197              <widget class="QLabel" name="label_11">
198               <property name="text">
199                <string>Format:</string>
200               </property>
201              </widget>
202             </item>
203             <item row="4" column="1">
204              <widget class="QLineEdit" name="formatLineEdit"/>
205             </item>
206             <item row="5" column="0">
207              <widget class="QLabel" name="label_12">
208               <property name="text">
209                <string>Identifier:</string>
210               </property>
211              </widget>
212             </item>
213             <item row="5" column="1">
214              <widget class="QLineEdit" name="identifierLineEdit"/>
215             </item>
216             <item row="6" column="0">
217              <widget class="QLabel" name="label_13">
218               <property name="text">
219                <string>Source:</string>
220               </property>
221              </widget>
222             </item>
223             <item row="6" column="1">
224              <widget class="QLineEdit" name="sourceLineEdit"/>
225             </item>
226             <item row="7" column="0">
227              <widget class="QLabel" name="label_14">
228               <property name="text">
229                <string>Language:</string>
230               </property>
231              </widget>
232             </item>
233             <item row="7" column="1">
234              <widget class="QLineEdit" name="languageLineEdit"/>
235             </item>
236             <item row="8" column="0">
237              <widget class="QLabel" name="label_15">
238               <property name="text">
239                <string>Relation:</string>
240               </property>
241              </widget>
242             </item>
243             <item row="8" column="1">
244              <widget class="QLineEdit" name="relationLineEdit"/>
245             </item>
246             <item row="9" column="0">
247              <widget class="QLabel" name="label_16">
248               <property name="text">
249                <string>Coverage:</string>
250               </property>
251              </widget>
252             </item>
253             <item row="9" column="1">
254              <widget class="QLineEdit" name="coverageLineEdit"/>
255             </item>
256             <item row="10" column="0">
257              <widget class="QLabel" name="label_17">
258               <property name="text">
259                <string>Rights:</string>
260               </property>
261              </widget>
262             </item>
263             <item row="10" column="1">
264              <widget class="QLineEdit" name="rightsLineEdit"/>
265             </item>
266            </layout>
267           </item>
268           <item>
269            <spacer name="verticalSpacer">
270             <property name="orientation">
271              <enum>Qt::Vertical</enum>
272             </property>
273             <property name="sizeHint" stdset="0">
274              <size>
275               <width>20</width>
276               <height>20</height>
277              </size>
278             </property>
279            </spacer>
280           </item>
281          </layout>
282         </widget>
283        </widget>
284       </item>
285      </layout>
286     </widget>
287    </widget>
288   </item>
289  </layout>
290 </widget>
291 <resources/>
292 <connections/>
293</ui>
294