a4259ef382ed6ed55936e9899356d7a9dac2971a
[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="5" column="0" colspan="22">
418 <widget class="QPlainTextEdit" name="content">
419 <property name="minimumSize">
420 <size>
421 <width>0</width>
422 <height>210</height>
423 </size>
424 </property>
425 <property name="verticalScrollBarPolicy">
426 <enum>Qt::ScrollBarAlwaysOn</enum>
427 </property>
428 </widget>
429 </item>
430 <item row="6" column="0" colspan="2">
431 <widget class="QLabel" name="label_4">
432 <property name="text">
433 <string>Category</string>
434 </property>
435 </widget>
436 </item>
437 <item row="6" column="2" colspan="11">
438 <widget class="QComboBox" name="category"/>
439 </item>
440 <item row="6" column="13" colspan="2">
441 <widget class="QLabel" name="label_6">
442 <property name="text">
443 <string>Rating</string>
444 </property>
445 </widget>
446 </item>
447 <item row="6" column="16" colspan="6">
448 <widget class="QSpinBox" name="rating">
449 <property name="minimum">
450 <number>1</number>
451 </property>
452 <property name="maximum">
453 <number>10</number>
454 </property>
455 </widget>
456 </item>
457 <item row="7" column="0" colspan="11">
458 <widget class="QLabel" name="label_7">
459 <property name="text">
460 <string>Stub (file name without HTML extension)</string>
461 </property>
462 </widget>
463 </item>
464 <item row="7" column="12" colspan="10">
465 <widget class="QLineEdit" name="stub"/>
466 </item>
467 <item row="8" column="0" colspan="22">
468 <widget class="QDialogButtonBox" name="buttonBox">
469 <property name="orientation">
470 <enum>Qt::Horizontal</enum>
471 </property>
472 <property name="standardButtons">
473 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
474 </property>
475 </widget>
476 </item>
477 <item row="4" column="3">
478 <widget class="QToolButton" name="image">
479 <property name="font">
480 <font>
481 <underline>true</underline>
482 </font>
483 </property>
484 <property name="focusPolicy">
485 <enum>Qt::NoFocus</enum>
486 </property>
487 <property name="toolTip">
488 <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;
489 &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;
490 p, li { white-space: pre-wrap; }
491 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
492 &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;
493 &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>
494 </property>
495 <property name="text">
496 <string/>
497 </property>
498 <property name="icon">
499 <iconset resource="../../projects/BiaWeb_Qt/biaweb_rc.qrc">
500 <normaloff>:/bia/resources/img.gif</normaloff>:/bia/resources/img.gif</iconset>
501 </property>
502 <property name="shortcut">
503 <string>Ctrl+Shift+I</string>
504 </property>
505 <property name="autoRaise">
506 <bool>false</bool>
507 </property>
508 </widget>
509 </item>
510 <item row="4" column="4">
511 <widget class="QToolButton" name="link">
512 <property name="focusPolicy">
513 <enum>Qt::NoFocus</enum>
514 </property>
515 <property name="toolTip">
516 <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;
517 &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;
518 p, li { white-space: pre-wrap; }
519 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
520 &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;
521 &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>
522 </property>
523 <property name="text">
524 <string/>
525 </property>
526 <property name="icon">
527 <iconset resource="../../projects/BiaWeb_Qt/biaweb_rc.qrc">
528 <normaloff>:/bia/resources/link.gif</normaloff>:/bia/resources/link.gif</iconset>
529 </property>
530 <property name="shortcut">
531 <string>Ctrl+Shift+L</string>
532 </property>
533 </widget>
534 </item>
535 <item row="4" column="7">
536 <widget class="QToolButton" name="paracenter">
537 <property name="focusPolicy">
538 <enum>Qt::NoFocus</enum>
539 </property>
540 <property name="toolTip">
541 <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;
542 &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;
543 p, li { white-space: pre-wrap; }
544 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
545 &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;
546 &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+C&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
547 </property>
548 <property name="text">
549 <string/>
550 </property>
551 <property name="icon">
552 <iconset resource="../../projects/BiaWeb_Qt/biaweb_rc.qrc">
553 <normaloff>:/bia/resources/center.gif</normaloff>:/bia/resources/center.gif</iconset>
554 </property>
555 <property name="shortcut">
556 <string>Ctrl+C</string>
557 </property>
558 <property name="autoRaise">
559 <bool>false</bool>
560 </property>
561 </widget>
562 </item>
563 <item row="4" column="6">
564 <widget class="QToolButton" name="paraleft">
565 <property name="focusPolicy">
566 <enum>Qt::NoFocus</enum>
567 </property>
568 <property name="toolTip">
569 <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;
570 &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;
571 p, li { white-space: pre-wrap; }
572 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
573 &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;
574 &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>
575 </property>
576 <property name="text">
577 <string/>
578 </property>
579 <property name="icon">
580 <iconset resource="../../projects/BiaWeb_Qt/biaweb_rc.qrc">
581 <normaloff>:/bia/resources/left.gif</normaloff>:/bia/resources/left.gif</iconset>
582 </property>
583 <property name="shortcut">
584 <string>Ctrl+L</string>
585 </property>
586 <property name="autoRaise">
587 <bool>false</bool>
588 </property>
589 </widget>
590 </item>
591 <item row="4" column="15">
592 <widget class="QToolButton" name="blockquote">
593 <property name="focusPolicy">
594 <enum>Qt::NoFocus</enum>
595 </property>
596 <property name="toolTip">
597 <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;
598 &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;
599 p, li { white-space: pre-wrap; }
600 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
601 &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;
602 &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>
603 </property>
604 <property name="text">
605 <string/>
606 </property>
607 <property name="icon">
608 <iconset resource="../../projects/BiaWeb_Qt/biaweb_rc.qrc">
609 <normaloff>:/bia/resources/bquote.gif</normaloff>:/bia/resources/bquote.gif</iconset>
610 </property>
611 <property name="shortcut">
612 <string>Ctrl+Q</string>
613 </property>
614 <property name="autoRaise">
615 <bool>false</bool>
616 </property>
617 </widget>
618 </item>
619 </layout>
620 </widget>
621 <tabstops>
622 <tabstop>article_title</tabstop>
623 <tabstop>keywords</tabstop>
624 <tabstop>summary</tabstop>
625 <tabstop>bold</tabstop>
626 <tabstop>italic</tabstop>
627 <tabstop>preformat</tabstop>
628 <tabstop>image</tabstop>
629 <tabstop>link</tabstop>
630 <tabstop>paraleft</tabstop>
631 <tabstop>paracenter</tabstop>
632 <tabstop>pararight</tabstop>
633 <tabstop>parajustify</tabstop>
634 <tabstop>bullets</tabstop>
635 <tabstop>numbered</tabstop>
636 <tabstop>blockquote</tabstop>
637 <tabstop>codeblock</tabstop>
638 <tabstop>table</tabstop>
639 <tabstop>hrule</tabstop>
640 <tabstop>paragraph</tabstop>
641 <tabstop>linebreak</tabstop>
642 <tabstop>content</tabstop>
643 <tabstop>category</tabstop>
644 <tabstop>rating</tabstop>
645 <tabstop>stub</tabstop>
646 <tabstop>buttonBox</tabstop>
647 </tabstops>
648 <resources>
649 <include location="../../projects/BiaWeb_Qt/biaweb_rc.qrc"/>
650 </resources>
651 <connections>
652 <connection>
653 <sender>buttonBox</sender>
654 <signal>accepted()</signal>
655 <receiver>ArticleDialog</receiver>
656 <slot>accept()</slot>
657 <hints>
658 <hint type="sourcelabel">
659 <x>184</x>
660 <y>526</y>
661 </hint>
662 <hint type="destinationlabel">
663 <x>157</x>
664 <y>274</y>
665 </hint>
666 </hints>
667 </connection>
668 <connection>
669 <sender>buttonBox</sender>
670 <signal>rejected()</signal>
671 <receiver>ArticleDialog</receiver>
672 <slot>reject()</slot>
673 <hints>
674 <hint type="sourcelabel">
675 <x>184</x>
676 <y>526</y>
677 </hint>
678 <hint type="destinationlabel">
679 <x>286</x>
680 <y>274</y>
681 </hint>
682 </hints>
683 </connection>
684 <connection>
685 <sender>bold</sender>
686 <signal>clicked()</signal>
687 <receiver>ArticleDialog</receiver>
688 <slot>onBold()</slot>
689 <hints>
690 <hint type="sourcelabel">
691 <x>24</x>
692 <y>201</y>
693 </hint>
694 <hint type="destinationlabel">
695 <x>181</x>
696 <y>170</y>
697 </hint>
698 </hints>
699 </connection>
700 <connection>
701 <sender>italic</sender>
702 <signal>clicked()</signal>
703 <receiver>ArticleDialog</receiver>
704 <slot>onItalic()</slot>
705 <hints>
706 <hint type="sourcelabel">
707 <x>57</x>
708 <y>206</y>
709 </hint>
710 <hint type="destinationlabel">
711 <x>141</x>
712 <y>161</y>
713 </hint>
714 </hints>
715 </connection>
716 <connection>
717 <sender>preformat</sender>
718 <signal>clicked()</signal>
719 <receiver>ArticleDialog</receiver>
720 <slot>onPre()</slot>
721 <hints>
722 <hint type="sourcelabel">
723 <x>95</x>
724 <y>214</y>
725 </hint>
726 <hint type="destinationlabel">
727 <x>251</x>
728 <y>169</y>
729 </hint>
730 </hints>
731 </connection>
732 <connection>
733 <sender>image</sender>
734 <signal>clicked()</signal>
735 <receiver>ArticleDialog</receiver>
736 <slot>onImage()</slot>
737 <hints>
738 <hint type="sourcelabel">
739 <x>125</x>
740 <y>203</y>
741 </hint>
742 <hint type="destinationlabel">
743 <x>328</x>
744 <y>178</y>
745 </hint>
746 </hints>
747 </connection>
748 <connection>
749 <sender>link</sender>
750 <signal>clicked()</signal>
751 <receiver>ArticleDialog</receiver>
752 <slot>onLink()</slot>
753 <hints>
754 <hint type="sourcelabel">
755 <x>158</x>
756 <y>209</y>
757 </hint>
758 <hint type="destinationlabel">
759 <x>322</x>
760 <y>170</y>
761 </hint>
762 </hints>
763 </connection>
764 <connection>
765 <sender>paraleft</sender>
766 <signal>clicked()</signal>
767 <receiver>ArticleDialog</receiver>
768 <slot>onLeft()</slot>
769 <hints>
770 <hint type="sourcelabel">
771 <x>210</x>
772 <y>204</y>
773 </hint>
774 <hint type="destinationlabel">
775 <x>99</x>
776 <y>122</y>
777 </hint>
778 </hints>
779 </connection>
780 <connection>
781 <sender>paracenter</sender>
782 <signal>clicked()</signal>
783 <receiver>ArticleDialog</receiver>
784 <slot>onCenter()</slot>
785 <hints>
786 <hint type="sourcelabel">
787 <x>238</x>
788 <y>208</y>
789 </hint>
790 <hint type="destinationlabel">
791 <x>106</x>
792 <y>104</y>
793 </hint>
794 </hints>
795 </connection>
796 <connection>
797 <sender>pararight</sender>
798 <signal>clicked()</signal>
799 <receiver>ArticleDialog</receiver>
800 <slot>onRight()</slot>
801 <hints>
802 <hint type="sourcelabel">
803 <x>270</x>
804 <y>212</y>
805 </hint>
806 <hint type="destinationlabel">
807 <x>88</x>
808 <y>79</y>
809 </hint>
810 </hints>
811 </connection>
812 <connection>
813 <sender>parajustify</sender>
814 <signal>clicked()</signal>
815 <receiver>ArticleDialog</receiver>
816 <slot>onJustify()</slot>
817 <hints>
818 <hint type="sourcelabel">
819 <x>302</x>
820 <y>211</y>
821 </hint>
822 <hint type="destinationlabel">
823 <x>98</x>
824 <y>63</y>
825 </hint>
826 </hints>
827 </connection>
828 <connection>
829 <sender>bullets</sender>
830 <signal>clicked()</signal>
831 <receiver>ArticleDialog</receiver>
832 <slot>onBullet()</slot>
833 <hints>
834 <hint type="sourcelabel">
835 <x>355</x>
836 <y>199</y>
837 </hint>
838 <hint type="destinationlabel">
839 <x>336</x>
840 <y>208</y>
841 </hint>
842 </hints>
843 </connection>
844 <connection>
845 <sender>numbered</sender>
846 <signal>clicked()</signal>
847 <receiver>ArticleDialog</receiver>
848 <slot>onNumber()</slot>
849 <hints>
850 <hint type="sourcelabel">
851 <x>387</x>
852 <y>195</y>
853 </hint>
854 <hint type="destinationlabel">
855 <x>372</x>
856 <y>219</y>
857 </hint>
858 </hints>
859 </connection>
860 <connection>
861 <sender>blockquote</sender>
862 <signal>clicked()</signal>
863 <receiver>ArticleDialog</receiver>
864 <slot>onBQuote()</slot>
865 <hints>
866 <hint type="sourcelabel">
867 <x>423</x>
868 <y>203</y>
869 </hint>
870 <hint type="destinationlabel">
871 <x>311</x>
872 <y>271</y>
873 </hint>
874 </hints>
875 </connection>
876 <connection>
877 <sender>codeblock</sender>
878 <signal>clicked()</signal>
879 <receiver>ArticleDialog</receiver>
880 <slot>onCode()</slot>
881 <hints>
882 <hint type="sourcelabel">
883 <x>457</x>
884 <y>203</y>
885 </hint>
886 <hint type="destinationlabel">
887 <x>311</x>
888 <y>271</y>
889 </hint>
890 </hints>
891 </connection>
892 <connection>
893 <sender>table</sender>
894 <signal>clicked()</signal>
895 <receiver>ArticleDialog</receiver>
896 <slot>onTable()</slot>
897 <hints>
898 <hint type="sourcelabel">
899 <x>492</x>
900 <y>203</y>
901 </hint>
902 <hint type="destinationlabel">
903 <x>311</x>
904 <y>271</y>
905 </hint>
906 </hints>
907 </connection>
908 <connection>
909 <sender>hrule</sender>
910 <signal>clicked()</signal>
911 <receiver>ArticleDialog</receiver>
912 <slot>onHRule()</slot>
913 <hints>
914 <hint type="sourcelabel">
915 <x>532</x>
916 <y>203</y>
917 </hint>
918 <hint type="destinationlabel">
919 <x>311</x>
920 <y>271</y>
921 </hint>
922 </hints>
923 </connection>
924 <connection>
925 <sender>paragraph</sender>
926 <signal>clicked()</signal>
927 <receiver>ArticleDialog</receiver>
928 <slot>onPara()</slot>
929 <hints>
930 <hint type="sourcelabel">
931 <x>566</x>
932 <y>203</y>
933 </hint>
934 <hint type="destinationlabel">
935 <x>311</x>
936 <y>271</y>
937 </hint>
938 </hints>
939 </connection>
940 <connection>
941 <sender>linebreak</sender>
942 <signal>clicked()</signal>
943 <receiver>ArticleDialog</receiver>
944 <slot>onBreak()</slot>
945 <hints>
946 <hint type="sourcelabel">
947 <x>601</x>
948 <y>203</y>
949 </hint>
950 <hint type="destinationlabel">
951 <x>311</x>
952 <y>271</y>
953 </hint>
954 </hints>
955 </connection>
956 </connections>
957 <slots>
958 <slot>onBold()</slot>
959 <slot>onItalic()</slot>
960 <slot>onPre()</slot>
961 <slot>onImage()</slot>
962 <slot>onLink()</slot>
963 <slot>onLeft()</slot>
964 <slot>onCenter()</slot>
965 <slot>onRight()</slot>
966 <slot>onJustify()</slot>
967 <slot>onBullet()</slot>
968 <slot>onNumber()</slot>
969 <slot>onBQuote()</slot>
970 <slot>onCode()</slot>
971 <slot>onTable()</slot>
972 <slot>onHRule()</slot>
973 <slot>onPara()</slot>
974 <slot>onBreak()</slot>
975 </slots>
976 </ui>