3d3b7261c618016756832e718d2c5fbe7c2debd8
[biaweb_qt.git] / article_dialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ArticleDialog</class>
4 <widget class="QDialog" name="ArticleDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>654</width>
10 <height>544</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Article</string>
15 </property>
16 <property name="autoFillBackground">
17 <bool>false</bool>
18 </property>
19 <property name="sizeGripEnabled">
20 <bool>true</bool>
21 </property>
22 <property name="modal">
23 <bool>true</bool>
24 </property>
25 <layout class="QGridLayout" name="gridLayout">
26 <item row="0" column="0">
27 <widget class="QLabel" name="label">
28 <property name="text">
29 <string>Title</string>
30 </property>
31 </widget>
32 </item>
33 <item row="0" column="3" colspan="19">
34 <widget class="QLineEdit" name="article_title"/>
35 </item>
36 <item row="1" column="0" colspan="2">
37 <widget class="QLabel" name="label_2">
38 <property name="text">
39 <string>Keywords</string>
40 </property>
41 </widget>
42 </item>
43 <item row="1" column="3" colspan="19">
44 <widget class="QLineEdit" name="keywords"/>
45 </item>
46 <item row="2" column="0" colspan="2">
47 <widget class="QLabel" name="label_3">
48 <property name="text">
49 <string>Summary</string>
50 </property>
51 </widget>
52 </item>
53 <item row="2" column="3" colspan="19">
54 <widget class="QPlainTextEdit" name="summary">
55 <property name="verticalScrollBarPolicy">
56 <enum>Qt::ScrollBarAlwaysOn</enum>
57 </property>
58 <property name="tabChangesFocus">
59 <bool>true</bool>
60 </property>
61 </widget>
62 </item>
63 <item row="3" column="0" colspan="3">
64 <widget class="QLabel" name="label_5">
65 <property name="text">
66 <string>Article content</string>
67 </property>
68 </widget>
69 </item>
70 <item row="4" column="0">
71 <widget class="QToolButton" name="bold">
72 <property name="font">
73 <font>
74 <weight>75</weight>
75 <bold>true</bold>
76 </font>
77 </property>
78 <property name="focusPolicy">
79 <enum>Qt::NoFocus</enum>
80 </property>
81 <property name="toolTip">
82 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
83 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
84 p, li { white-space: pre-wrap; }
85 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:600; font-style:normal;&quot;&gt;
86 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Bold&lt;/p&gt;
87 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:400; font-style:italic;&quot;&gt;Shortcut: Ctrl+B&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
88 </property>
89 <property name="text">
90 <string/>
91 </property>
92 <property name="icon">
93 <iconset resource="../../projects/BiaWeb_Qt/biaweb_rc.qrc">
94 <normaloff>:/bia/resources/bold.gif</normaloff>:/bia/resources/bold.gif</iconset>
95 </property>
96 <property name="shortcut">
97 <string>Ctrl+B</string>
98 </property>
99 <property name="autoRaise">
100 <bool>false</bool>
101 </property>
102 </widget>
103 </item>
104 <item row="4" column="1">
105 <widget class="QToolButton" name="italic">
106 <property name="font">
107 <font>
108 <italic>true</italic>
109 </font>
110 </property>
111 <property name="focusPolicy">
112 <enum>Qt::NoFocus</enum>
113 </property>
114 <property name="toolTip">
115 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
116 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
117 p, li { white-space: pre-wrap; }
118 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:italic;&quot;&gt;
119 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Italic&lt;/p&gt;
120 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Shortcut: Ctrl+I&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
121 </property>
122 <property name="text">
123 <string/>
124 </property>
125 <property name="icon">
126 <iconset resource="../../projects/BiaWeb_Qt/biaweb_rc.qrc">
127 <normaloff>:/bia/resources/italic.gif</normaloff>:/bia/resources/italic.gif</iconset>
128 </property>
129 <property name="shortcut">
130 <string>Ctrl+I</string>
131 </property>
132 <property name="autoRaise">
133 <bool>false</bool>
134 </property>
135 </widget>
136 </item>
137 <item row="4" column="2">
138 <widget class="QToolButton" name="preformat">
139 <property name="focusPolicy">
140 <enum>Qt::NoFocus</enum>
141 </property>
142 <property name="toolTip">
143 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
144 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
145 p, li { white-space: pre-wrap; }
146 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
147 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Preformatted text&lt;/p&gt;
148 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Shortcut: Ctrl+F&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
149 </property>
150 <property name="text">
151 <string/>
152 </property>
153 <property name="icon">
154 <iconset resource="../../projects/BiaWeb_Qt/biaweb_rc.qrc">
155 <normaloff>:/bia/resources/pre.gif</normaloff>:/bia/resources/pre.gif</iconset>
156 </property>
157 <property name="shortcut">
158 <string>Ctrl+F</string>
159 </property>
160 <property name="autoRaise">
161 <bool>false</bool>
162 </property>
163 </widget>
164 </item>
165 <item row="4" column="8">
166 <widget class="QToolButton" name="pararight">
167 <property name="focusPolicy">
168 <enum>Qt::NoFocus</enum>
169 </property>
170 <property name="toolTip">
171 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
172 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
173 p, li { white-space: pre-wrap; }
174 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
175 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Right align para&lt;/p&gt;
176 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Shortcut: Ctrl+R&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
177 </property>
178 <property name="text">
179 <string/>
180 </property>
181 <property name="icon">
182 <iconset resource="../../projects/BiaWeb_Qt/biaweb_rc.qrc">
183 <normaloff>:/bia/resources/right.gif</normaloff>:/bia/resources/right.gif</iconset>
184 </property>
185 <property name="shortcut">
186 <string>Ctrl+R</string>
187 </property>
188 <property name="autoRaise">
189 <bool>false</bool>
190 </property>
191 </widget>
192 </item>
193 <item row="4" column="9">
194 <widget class="QToolButton" name="parajustify">
195 <property name="focusPolicy">
196 <enum>Qt::NoFocus</enum>
197 </property>
198 <property name="toolTip">
199 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
200 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
201 p, li { white-space: pre-wrap; }
202 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
203 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Justify para&lt;/p&gt;
204 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Shortcut: Ctrl+J&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
205 </property>
206 <property name="text">
207 <string/>
208 </property>
209 <property name="icon">
210 <iconset resource="../../projects/BiaWeb_Qt/biaweb_rc.qrc">
211 <normaloff>:/bia/resources/justify.gif</normaloff>:/bia/resources/justify.gif</iconset>
212 </property>
213 <property name="shortcut">
214 <string>Ctrl+J</string>
215 </property>
216 <property name="autoRaise">
217 <bool>false</bool>
218 </property>
219 </widget>
220 </item>
221 <item row="4" column="13">
222 <widget class="QToolButton" name="bullets">
223 <property name="focusPolicy">
224 <enum>Qt::NoFocus</enum>
225 </property>
226 <property name="toolTip">
227 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
228 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
229 p, li { white-space: pre-wrap; }
230 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
231 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Bulleted list&lt;/p&gt;
232 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Shortcut: Ctrl+. &lt;/span&gt;(Ctrl+dot)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
233 </property>
234 <property name="text">
235 <string/>
236 </property>
237 <property name="icon">
238 <iconset resource="../../projects/BiaWeb_Qt/biaweb_rc.qrc">
239 <normaloff>:/bia/resources/bullets.gif</normaloff>:/bia/resources/bullets.gif</iconset>
240 </property>
241 <property name="shortcut">
242 <string>Ctrl+.</string>
243 </property>
244 <property name="autoRaise">
245 <bool>false</bool>
246 </property>
247 </widget>
248 </item>
249 <item row="4" column="14">
250 <widget class="QToolButton" name="numbered">
251 <property name="focusPolicy">
252 <enum>Qt::NoFocus</enum>
253 </property>
254 <property name="toolTip">
255 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
256 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
257 p, li { white-space: pre-wrap; }
258 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
259 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Numbered list&lt;/p&gt;
260 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Shortcut: Ctrl+1 &lt;/span&gt;(Ctrl+One)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
261 </property>
262 <property name="text">
263 <string/>
264 </property>
265 <property name="icon">
266 <iconset resource="../../projects/BiaWeb_Qt/biaweb_rc.qrc">
267 <normaloff>:/bia/resources/numbers.gif</normaloff>:/bia/resources/numbers.gif</iconset>
268 </property>
269 <property name="shortcut">
270 <string>Ctrl+1</string>
271 </property>
272 <property name="autoRaise">
273 <bool>false</bool>
274 </property>
275 </widget>
276 </item>
277 <item row="4" column="16">
278 <widget class="QToolButton" name="codeblock">
279 <property name="focusPolicy">
280 <enum>Qt::NoFocus</enum>
281 </property>
282 <property name="toolTip">
283 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
284 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
285 p, li { white-space: pre-wrap; }
286 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
287 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Code block&lt;/p&gt;
288 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Shortcut: Ctrl+= &lt;/span&gt;(Ctrl+Equals)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
289 </property>
290 <property name="text">
291 <string/>
292 </property>
293 <property name="icon">
294 <iconset resource="../../projects/BiaWeb_Qt/biaweb_rc.qrc">
295 <normaloff>:/bia/resources/code.gif</normaloff>:/bia/resources/code.gif</iconset>
296 </property>
297 <property name="shortcut">
298 <string>Ctrl+=</string>
299 </property>
300 <property name="autoRaise">
301 <bool>false</bool>
302 </property>
303 </widget>
304 </item>
305 <item row="4" column="17">
306 <widget class="QToolButton" name="table">
307 <property name="focusPolicy">
308 <enum>Qt::NoFocus</enum>
309 </property>
310 <property name="toolTip">
311 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
312 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
313 p, li { white-space: pre-wrap; }
314 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
315 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Table&lt;/p&gt;
316 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Shortcut: Ctrl+T&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
317 </property>
318 <property name="text">
319 <string/>
320 </property>
321 <property name="icon">
322 <iconset resource="../../projects/BiaWeb_Qt/biaweb_rc.qrc">
323 <normaloff>:/bia/resources/table.gif</normaloff>:/bia/resources/table.gif</iconset>
324 </property>
325 <property name="shortcut">
326 <string>Ctrl+T</string>
327 </property>
328 <property name="autoRaise">
329 <bool>false</bool>
330 </property>
331 </widget>
332 </item>
333 <item row="4" column="19">
334 <widget class="QToolButton" name="hrule">
335 <property name="focusPolicy">
336 <enum>Qt::NoFocus</enum>
337 </property>
338 <property name="toolTip">
339 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
340 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
341 p, li { white-space: pre-wrap; }
342 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
343 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Horizontal rule&lt;/p&gt;
344 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Shortcut: Ctrl+H&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
345 </property>
346 <property name="text">
347 <string/>
348 </property>
349 <property name="icon">
350 <iconset resource="../../projects/BiaWeb_Qt/biaweb_rc.qrc">
351 <normaloff>:/bia/resources/hr.gif</normaloff>:/bia/resources/hr.gif</iconset>
352 </property>
353 <property name="shortcut">
354 <string>Ctrl+H</string>
355 </property>
356 <property name="autoRaise">
357 <bool>false</bool>
358 </property>
359 </widget>
360 </item>
361 <item row="4" column="20">
362 <widget class="QToolButton" name="paragraph">
363 <property name="focusPolicy">
364 <enum>Qt::NoFocus</enum>
365 </property>
366 <property name="toolTip">
367 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
368 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
369 p, li { white-space: pre-wrap; }
370 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
371 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Paragraph&lt;/p&gt;
372 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Shortcut: Ctrl+P&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
373 </property>
374 <property name="text">
375 <string/>
376 </property>
377 <property name="icon">
378 <iconset resource="../../projects/BiaWeb_Qt/biaweb_rc.qrc">
379 <normaloff>:/bia/resources/par.gif</normaloff>:/bia/resources/par.gif</iconset>
380 </property>
381 <property name="shortcut">
382 <string>Ctrl+P</string>
383 </property>
384 <property name="autoRaise">
385 <bool>false</bool>
386 </property>
387 </widget>
388 </item>
389 <item row="4" column="21">
390 <widget class="QToolButton" name="linebreak">
391 <property name="focusPolicy">
392 <enum>Qt::NoFocus</enum>
393 </property>
394 <property name="toolTip">
395 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
396 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
397 p, li { white-space: pre-wrap; }
398 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
399 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Line break&lt;/p&gt;
400 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Shortcut: Ctrl+Enter&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
401 </property>
402 <property name="text">
403 <string/>
404 </property>
405 <property name="icon">
406 <iconset resource="../../projects/BiaWeb_Qt/biaweb_rc.qrc">
407 <normaloff>:/bia/resources/br.gif</normaloff>:/bia/resources/br.gif</iconset>
408 </property>
409 <property name="shortcut">
410 <string>Ctrl+Return</string>
411 </property>
412 <property name="autoRaise">
413 <bool>false</bool>
414 </property>
415 </widget>
416 </item>
417 <item row="6" column="0" colspan="2">
418 <widget class="QLabel" name="label_4">
419 <property name="text">
420 <string>Category</string>
421 </property>
422 </widget>
423 </item>
424 <item row="6" column="2" colspan="11">
425 <widget class="QComboBox" name="category"/>
426 </item>
427 <item row="6" column="13" colspan="2">
428 <widget class="QLabel" name="label_6">
429 <property name="text">
430 <string>Rating</string>
431 </property>
432 </widget>
433 </item>
434 <item row="6" column="16" colspan="6">
435 <widget class="QSpinBox" name="rating">
436 <property name="minimum">
437 <number>1</number>
438 </property>
439 <property name="maximum">
440 <number>10</number>
441 </property>
442 </widget>
443 </item>
444 <item row="7" column="0" colspan="11">
445 <widget class="QLabel" name="label_7">
446 <property name="text">
447 <string>Stub (file name without HTML extension)</string>
448 </property>
449 </widget>
450 </item>
451 <item row="7" column="12" colspan="10">
452 <widget class="QLineEdit" name="stub"/>
453 </item>
454 <item row="8" column="0" colspan="22">
455 <widget class="QDialogButtonBox" name="buttonBox">
456 <property name="orientation">
457 <enum>Qt::Horizontal</enum>
458 </property>
459 <property name="standardButtons">
460 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
461 </property>
462 </widget>
463 </item>
464 <item row="4" column="3">
465 <widget class="QToolButton" name="image">
466 <property name="font">
467 <font>
468 <underline>true</underline>
469 </font>
470 </property>
471 <property name="focusPolicy">
472 <enum>Qt::NoFocus</enum>
473 </property>
474 <property name="toolTip">
475 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
476 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
477 p, li { white-space: pre-wrap; }
478 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
479 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Insert image&lt;/p&gt;
480 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Shortcut: Ctrl+Shift+I&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
481 </property>
482 <property name="text">
483 <string/>
484 </property>
485 <property name="icon">
486 <iconset resource="../../projects/BiaWeb_Qt/biaweb_rc.qrc">
487 <normaloff>:/bia/resources/img.gif</normaloff>:/bia/resources/img.gif</iconset>
488 </property>
489 <property name="shortcut">
490 <string>Ctrl+Shift+I</string>
491 </property>
492 <property name="autoRaise">
493 <bool>false</bool>
494 </property>
495 </widget>
496 </item>
497 <item row="4" column="4">
498 <widget class="QToolButton" name="link">
499 <property name="focusPolicy">
500 <enum>Qt::NoFocus</enum>
501 </property>
502 <property name="toolTip">
503 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
504 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
505 p, li { white-space: pre-wrap; }
506 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
507 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Insert link&lt;/p&gt;
508 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Shortcut: Ctrl+Shift+L&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
509 </property>
510 <property name="text">
511 <string/>
512 </property>
513 <property name="icon">
514 <iconset resource="../../projects/BiaWeb_Qt/biaweb_rc.qrc">
515 <normaloff>:/bia/resources/link.gif</normaloff>:/bia/resources/link.gif</iconset>
516 </property>
517 <property name="shortcut">
518 <string>Ctrl+Shift+L</string>
519 </property>
520 </widget>
521 </item>
522 <item row="4" column="7">
523 <widget class="QToolButton" name="paracenter">
524 <property name="focusPolicy">
525 <enum>Qt::NoFocus</enum>
526 </property>
527 <property name="toolTip">
528 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
529 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
530 p, li { white-space: pre-wrap; }
531 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
532 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Center para&lt;/p&gt;
533 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Shortcut: Ctrl+O&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
534 </property>
535 <property name="text">
536 <string/>
537 </property>
538 <property name="icon">
539 <iconset resource="../../projects/BiaWeb_Qt/biaweb_rc.qrc">
540 <normaloff>:/bia/resources/center.gif</normaloff>:/bia/resources/center.gif</iconset>
541 </property>
542 <property name="shortcut">
543 <string>Ctrl+O</string>
544 </property>
545 <property name="autoRaise">
546 <bool>false</bool>
547 </property>
548 </widget>
549 </item>
550 <item row="4" column="6">
551 <widget class="QToolButton" name="paraleft">
552 <property name="focusPolicy">
553 <enum>Qt::NoFocus</enum>
554 </property>
555 <property name="toolTip">
556 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
557 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
558 p, li { white-space: pre-wrap; }
559 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
560 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Left align para&lt;/p&gt;
561 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Shortcut: Ctrl+L&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
562 </property>
563 <property name="text">
564 <string/>
565 </property>
566 <property name="icon">
567 <iconset resource="../../projects/BiaWeb_Qt/biaweb_rc.qrc">
568 <normaloff>:/bia/resources/left.gif</normaloff>:/bia/resources/left.gif</iconset>
569 </property>
570 <property name="shortcut">
571 <string>Ctrl+L</string>
572 </property>
573 <property name="autoRaise">
574 <bool>false</bool>
575 </property>
576 </widget>
577 </item>
578 <item row="4" column="15">
579 <widget class="QToolButton" name="blockquote">
580 <property name="focusPolicy">
581 <enum>Qt::NoFocus</enum>
582 </property>
583 <property name="toolTip">
584 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
585 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
586 p, li { white-space: pre-wrap; }
587 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
588 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Blockquote&lt;/p&gt;
589 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-style:italic;&quot;&gt;Shortcut: Ctrl+Q&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
590 </property>
591 <property name="text">
592 <string/>
593 </property>
594 <property name="icon">
595 <iconset resource="../../projects/BiaWeb_Qt/biaweb_rc.qrc">
596 <normaloff>:/bia/resources/bquote.gif</normaloff>:/bia/resources/bquote.gif</iconset>
597 </property>
598 <property name="shortcut">
599 <string>Ctrl+Q</string>
600 </property>
601 <property name="autoRaise">
602 <bool>false</bool>
603 </property>
604 </widget>
605 </item>
606 <item row="5" column="0" colspan="22">
607 <widget class="QPlainTextEdit" name="content">
608 <property name="minimumSize">
609 <size>
610 <width>0</width>
611 <height>210</height>
612 </size>
613 </property>
614 <property name="font">
615 <font>
616 <family>Monospace</family>
617 </font>
618 </property>
619 <property name="verticalScrollBarPolicy">
620 <enum>Qt::ScrollBarAlwaysOn</enum>
621 </property>
622 </widget>
623 </item>
624 </layout>
625 </widget>
626 <tabstops>
627 <tabstop>article_title</tabstop>
628 <tabstop>keywords</tabstop>
629 <tabstop>summary</tabstop>
630 <tabstop>bold</tabstop>
631 <tabstop>italic</tabstop>
632 <tabstop>preformat</tabstop>
633 <tabstop>image</tabstop>
634 <tabstop>link</tabstop>
635 <tabstop>paraleft</tabstop>
636 <tabstop>paracenter</tabstop>
637 <tabstop>pararight</tabstop>
638 <tabstop>parajustify</tabstop>
639 <tabstop>bullets</tabstop>
640 <tabstop>numbered</tabstop>
641 <tabstop>blockquote</tabstop>
642 <tabstop>codeblock</tabstop>
643 <tabstop>table</tabstop>
644 <tabstop>hrule</tabstop>
645 <tabstop>paragraph</tabstop>
646 <tabstop>linebreak</tabstop>
647 <tabstop>content</tabstop>
648 <tabstop>category</tabstop>
649 <tabstop>rating</tabstop>
650 <tabstop>stub</tabstop>
651 <tabstop>buttonBox</tabstop>
652 </tabstops>
653 <resources>
654 <include location="../../projects/BiaWeb_Qt/biaweb_rc.qrc"/>
655 </resources>
656 <connections>
657 <connection>
658 <sender>buttonBox</sender>
659 <signal>accepted()</signal>
660 <receiver>ArticleDialog</receiver>
661 <slot>accept()</slot>
662 <hints>
663 <hint type="sourcelabel">
664 <x>184</x>
665 <y>526</y>
666 </hint>
667 <hint type="destinationlabel">
668 <x>157</x>
669 <y>274</y>
670 </hint>
671 </hints>
672 </connection>
673 <connection>
674 <sender>buttonBox</sender>
675 <signal>rejected()</signal>
676 <receiver>ArticleDialog</receiver>
677 <slot>reject()</slot>
678 <hints>
679 <hint type="sourcelabel">
680 <x>184</x>
681 <y>526</y>
682 </hint>
683 <hint type="destinationlabel">
684 <x>286</x>
685 <y>274</y>
686 </hint>
687 </hints>
688 </connection>
689 <connection>
690 <sender>bold</sender>
691 <signal>clicked()</signal>
692 <receiver>ArticleDialog</receiver>
693 <slot>onBold()</slot>
694 <hints>
695 <hint type="sourcelabel">
696 <x>24</x>
697 <y>201</y>
698 </hint>
699 <hint type="destinationlabel">
700 <x>181</x>
701 <y>170</y>
702 </hint>
703 </hints>
704 </connection>
705 <connection>
706 <sender>italic</sender>
707 <signal>clicked()</signal>
708 <receiver>ArticleDialog</receiver>
709 <slot>onItalic()</slot>
710 <hints>
711 <hint type="sourcelabel">
712 <x>57</x>
713 <y>206</y>
714 </hint>
715 <hint type="destinationlabel">
716 <x>141</x>
717 <y>161</y>
718 </hint>
719 </hints>
720 </connection>
721 <connection>
722 <sender>preformat</sender>
723 <signal>clicked()</signal>
724 <receiver>ArticleDialog</receiver>
725 <slot>onPre()</slot>
726 <hints>
727 <hint type="sourcelabel">
728 <x>95</x>
729 <y>214</y>
730 </hint>
731 <hint type="destinationlabel">
732 <x>251</x>
733 <y>169</y>
734 </hint>
735 </hints>
736 </connection>
737 <connection>
738 <sender>image</sender>
739 <signal>clicked()</signal>
740 <receiver>ArticleDialog</receiver>
741 <slot>onImage()</slot>
742 <hints>
743 <hint type="sourcelabel">
744 <x>125</x>
745 <y>203</y>
746 </hint>
747 <hint type="destinationlabel">
748 <x>328</x>
749 <y>178</y>
750 </hint>
751 </hints>
752 </connection>
753 <connection>
754 <sender>link</sender>
755 <signal>clicked()</signal>
756 <receiver>ArticleDialog</receiver>
757 <slot>onLink()</slot>
758 <hints>
759 <hint type="sourcelabel">
760 <x>158</x>
761 <y>209</y>
762 </hint>
763 <hint type="destinationlabel">
764 <x>322</x>
765 <y>170</y>
766 </hint>
767 </hints>
768 </connection>
769 <connection>
770 <sender>paraleft</sender>
771 <signal>clicked()</signal>
772 <receiver>ArticleDialog</receiver>
773 <slot>onLeft()</slot>
774 <hints>
775 <hint type="sourcelabel">
776 <x>210</x>
777 <y>204</y>
778 </hint>
779 <hint type="destinationlabel">
780 <x>99</x>
781 <y>122</y>
782 </hint>
783 </hints>
784 </connection>
785 <connection>
786 <sender>paracenter</sender>
787 <signal>clicked()</signal>
788 <receiver>ArticleDialog</receiver>
789 <slot>onCenter()</slot>
790 <hints>
791 <hint type="sourcelabel">
792 <x>238</x>
793 <y>208</y>
794 </hint>
795 <hint type="destinationlabel">
796 <x>106</x>
797 <y>104</y>
798 </hint>
799 </hints>
800 </connection>
801 <connection>
802 <sender>pararight</sender>
803 <signal>clicked()</signal>
804 <receiver>ArticleDialog</receiver>
805 <slot>onRight()</slot>
806 <hints>
807 <hint type="sourcelabel">
808 <x>270</x>
809 <y>212</y>
810 </hint>
811 <hint type="destinationlabel">
812 <x>88</x>
813 <y>79</y>
814 </hint>
815 </hints>
816 </connection>
817 <connection>
818 <sender>parajustify</sender>
819 <signal>clicked()</signal>
820 <receiver>ArticleDialog</receiver>
821 <slot>onJustify()</slot>
822 <hints>
823 <hint type="sourcelabel">
824 <x>332</x>
825 <y>219</y>
826 </hint>
827 <hint type="destinationlabel">
828 <x>98</x>
829 <y>63</y>
830 </hint>
831 </hints>
832 </connection>
833 <connection>
834 <sender>bullets</sender>
835 <signal>clicked()</signal>
836 <receiver>ArticleDialog</receiver>
837 <slot>onBullet()</slot>
838 <hints>
839 <hint type="sourcelabel">
840 <x>386</x>
841 <y>219</y>
842 </hint>
843 <hint type="destinationlabel">
844 <x>336</x>
845 <y>208</y>
846 </hint>
847 </hints>
848 </connection>
849 <connection>
850 <sender>numbered</sender>
851 <signal>clicked()</signal>
852 <receiver>ArticleDialog</receiver>
853 <slot>onNumber()</slot>
854 <hints>
855 <hint type="sourcelabel">
856 <x>422</x>
857 <y>219</y>
858 </hint>
859 <hint type="destinationlabel">
860 <x>372</x>
861 <y>219</y>
862 </hint>
863 </hints>
864 </connection>
865 <connection>
866 <sender>blockquote</sender>
867 <signal>clicked()</signal>
868 <receiver>ArticleDialog</receiver>
869 <slot>onBQuote()</slot>
870 <hints>
871 <hint type="sourcelabel">
872 <x>458</x>
873 <y>219</y>
874 </hint>
875 <hint type="destinationlabel">
876 <x>311</x>
877 <y>271</y>
878 </hint>
879 </hints>
880 </connection>
881 <connection>
882 <sender>codeblock</sender>
883 <signal>clicked()</signal>
884 <receiver>ArticleDialog</receiver>
885 <slot>onCode()</slot>
886 <hints>
887 <hint type="sourcelabel">
888 <x>494</x>
889 <y>219</y>
890 </hint>
891 <hint type="destinationlabel">
892 <x>311</x>
893 <y>271</y>
894 </hint>
895 </hints>
896 </connection>
897 <connection>
898 <sender>table</sender>
899 <signal>clicked()</signal>
900 <receiver>ArticleDialog</receiver>
901 <slot>onTable()</slot>
902 <hints>
903 <hint type="sourcelabel">
904 <x>530</x>
905 <y>219</y>
906 </hint>
907 <hint type="destinationlabel">
908 <x>311</x>
909 <y>271</y>
910 </hint>
911 </hints>
912 </connection>
913 <connection>
914 <sender>hrule</sender>
915 <signal>clicked()</signal>
916 <receiver>ArticleDialog</receiver>
917 <slot>onHRule()</slot>
918 <hints>
919 <hint type="sourcelabel">
920 <x>572</x>
921 <y>219</y>
922 </hint>
923 <hint type="destinationlabel">
924 <x>311</x>
925 <y>271</y>
926 </hint>
927 </hints>
928 </connection>
929 <connection>
930 <sender>paragraph</sender>
931 <signal>clicked()</signal>
932 <receiver>ArticleDialog</receiver>
933 <slot>onPara()</slot>
934 <hints>
935 <hint type="sourcelabel">
936 <x>608</x>
937 <y>219</y>
938 </hint>
939 <hint type="destinationlabel">
940 <x>311</x>
941 <y>271</y>
942 </hint>
943 </hints>
944 </connection>
945 <connection>
946 <sender>linebreak</sender>
947 <signal>clicked()</signal>
948 <receiver>ArticleDialog</receiver>
949 <slot>onBreak()</slot>
950 <hints>
951 <hint type="sourcelabel">
952 <x>644</x>
953 <y>219</y>
954 </hint>
955 <hint type="destinationlabel">
956 <x>311</x>
957 <y>271</y>
958 </hint>
959 </hints>
960 </connection>
961 </connections>
962 <slots>
963 <slot>onBold()</slot>
964 <slot>onItalic()</slot>
965 <slot>onPre()</slot>
966 <slot>onImage()</slot>
967 <slot>onLink()</slot>
968 <slot>onLeft()</slot>
969 <slot>onCenter()</slot>
970 <slot>onRight()</slot>
971 <slot>onJustify()</slot>
972 <slot>onBullet()</slot>
973 <slot>onNumber()</slot>
974 <slot>onBQuote()</slot>
975 <slot>onCode()</slot>
976 <slot>onTable()</slot>
977 <slot>onHRule()</slot>
978 <slot>onPara()</slot>
979 <slot>onBreak()</slot>
980 <slot>onTextChanged()</slot>
981 </slots>
982 </ui>