Updated htaccess to Apache 2.4 compat
[biaweb_qt.git] / main_window.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MainWindow</class>
4 <widget class="QMainWindow" name="MainWindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>798</width>
10 <height>517</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>BiaWeb - Static Website Content Manager</string>
15 </property>
16 <property name="windowIcon">
17 <iconset resource="../../projects/BiaWeb_Qt/biaweb_rc.qrc">
18 <normaloff>:/bia/resources/icon.png</normaloff>:/bia/resources/icon.png</iconset>
19 </property>
20 <widget class="QWidget" name="centralwidget">
21 <layout class="QGridLayout" name="gridLayout">
22 <item row="0" column="0">
23 <widget class="QLabel" name="label_2">
24 <property name="text">
25 <string>Articles in category</string>
26 </property>
27 </widget>
28 </item>
29 <item row="1" column="0">
30 <widget class="QTreeWidget" name="articles">
31 <property name="alternatingRowColors">
32 <bool>true</bool>
33 </property>
34 <column>
35 <property name="text">
36 <string>Article ID</string>
37 </property>
38 </column>
39 <column>
40 <property name="text">
41 <string>Article Title</string>
42 </property>
43 </column>
44 </widget>
45 </item>
46 </layout>
47 </widget>
48 <widget class="QStatusBar" name="statusbar"/>
49 <widget class="QDockWidget" name="dockWidget_2">
50 <property name="floating">
51 <bool>false</bool>
52 </property>
53 <property name="features">
54 <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
55 </property>
56 <property name="windowTitle">
57 <string>Categories</string>
58 </property>
59 <attribute name="dockWidgetArea">
60 <number>1</number>
61 </attribute>
62 <widget class="QWidget" name="dockWidgetContents_2">
63 <layout class="QGridLayout" name="gridLayout_2">
64 <item row="0" column="0">
65 <widget class="QTreeWidget" name="categories">
66 <property name="alternatingRowColors">
67 <bool>true</bool>
68 </property>
69 <property name="selectionMode">
70 <enum>QAbstractItemView::SingleSelection</enum>
71 </property>
72 <property name="allColumnsShowFocus">
73 <bool>false</bool>
74 </property>
75 <column>
76 <property name="text">
77 <string>Category ID</string>
78 </property>
79 </column>
80 <column>
81 <property name="text">
82 <string>Category Name</string>
83 </property>
84 </column>
85 </widget>
86 </item>
87 </layout>
88 </widget>
89 </widget>
90 <widget class="QMenuBar" name="menubar">
91 <property name="geometry">
92 <rect>
93 <x>0</x>
94 <y>0</y>
95 <width>798</width>
96 <height>25</height>
97 </rect>
98 </property>
99 <widget class="QMenu" name="menu_About">
100 <property name="title">
101 <string>&amp;Help</string>
102 </property>
103 <addaction name="action_About"/>
104 </widget>
105 <widget class="QMenu" name="menu_Settings">
106 <property name="title">
107 <string>&amp;Settings</string>
108 </property>
109 <addaction name="action_Configuration"/>
110 <addaction name="separator"/>
111 <addaction name="actionTemplates"/>
112 </widget>
113 <widget class="QMenu" name="menu_Content">
114 <property name="title">
115 <string>&amp;Content</string>
116 </property>
117 <addaction name="action_NewArticle"/>
118 <addaction name="action_EditArticle"/>
119 <addaction name="action_DeleteArticle"/>
120 <addaction name="separator"/>
121 <addaction name="action_AddCategory"/>
122 <addaction name="action_EditCategory"/>
123 <addaction name="action_RemoveCategory"/>
124 </widget>
125 <widget class="QMenu" name="menu_File_2">
126 <property name="title">
127 <string>&amp;File</string>
128 </property>
129 <widget class="QMenu" name="menu_Export_web">
130 <property name="title">
131 <string>&amp;Export web</string>
132 </property>
133 <addaction name="action_Generate_Site"/>
134 </widget>
135 <addaction name="actionNew_site"/>
136 <addaction name="action_Open_site"/>
137 <addaction name="separator"/>
138 <addaction name="menu_Export_web"/>
139 <addaction name="separator"/>
140 <addaction name="action_Quit"/>
141 </widget>
142 <widget class="QMenu" name="menu_View">
143 <property name="title">
144 <string>&amp;View</string>
145 </property>
146 <addaction name="action_Refresh"/>
147 </widget>
148 <addaction name="menu_File_2"/>
149 <addaction name="menu_Content"/>
150 <addaction name="menu_Settings"/>
151 <addaction name="menu_View"/>
152 <addaction name="menu_About"/>
153 </widget>
154 <action name="actionOpen_DB">
155 <property name="text">
156 <string>Open existing site...</string>
157 </property>
158 </action>
159 <action name="action_Quit">
160 <property name="text">
161 <string>&amp;Quit</string>
162 </property>
163 <property name="statusTip">
164 <string>Quit</string>
165 </property>
166 </action>
167 <action name="action_AddCategory">
168 <property name="text">
169 <string>Add &amp;category...</string>
170 </property>
171 <property name="statusTip">
172 <string>Add a new category to the website structure</string>
173 </property>
174 </action>
175 <action name="action_EditCategory">
176 <property name="text">
177 <string>Edit categ&amp;ory...</string>
178 </property>
179 <property name="statusTip">
180 <string>Edit the selected category</string>
181 </property>
182 </action>
183 <action name="action_RemoveCategory">
184 <property name="text">
185 <string>&amp;Remove category</string>
186 </property>
187 <property name="statusTip">
188 <string>Delete the selected category</string>
189 </property>
190 </action>
191 <action name="action_NewArticle">
192 <property name="text">
193 <string>&amp;Add article...</string>
194 </property>
195 <property name="statusTip">
196 <string>Add an article to selected category</string>
197 </property>
198 </action>
199 <action name="action_EditArticle">
200 <property name="text">
201 <string>&amp;Edit article...</string>
202 </property>
203 <property name="statusTip">
204 <string>Edit the selected article</string>
205 </property>
206 </action>
207 <action name="action_DeleteArticle">
208 <property name="text">
209 <string>&amp;Delete article...</string>
210 </property>
211 <property name="statusTip">
212 <string>Delete the selected article</string>
213 </property>
214 </action>
215 <action name="action_Generate_Site">
216 <property name="text">
217 <string>Generate &amp;Site...</string>
218 </property>
219 <property name="statusTip">
220 <string>Export the site into a directory structure with static HTML files</string>
221 </property>
222 </action>
223 <action name="actionGenerate_Search_Index">
224 <property name="text">
225 <string>Generate Search &amp;Index...</string>
226 </property>
227 <property name="statusTip">
228 <string>Generate full or keyword text database and put it into the generated site structure</string>
229 </property>
230 </action>
231 <action name="action_About">
232 <property name="text">
233 <string>&amp;About</string>
234 </property>
235 <property name="statusTip">
236 <string>View application information</string>
237 </property>
238 </action>
239 <action name="actionNew_site">
240 <property name="text">
241 <string>&amp;New site...</string>
242 </property>
243 <property name="statusTip">
244 <string>Create a new website database</string>
245 </property>
246 </action>
247 <action name="action_Open_site">
248 <property name="text">
249 <string>&amp;Open site...</string>
250 </property>
251 <property name="statusTip">
252 <string>Open an already existing site's database</string>
253 </property>
254 </action>
255 <action name="action_Configuration">
256 <property name="text">
257 <string>&amp;Configuration...</string>
258 </property>
259 <property name="statusTip">
260 <string>Modify the site configuration</string>
261 </property>
262 </action>
263 <action name="actionTemplates">
264 <property name="text">
265 <string>Templates...</string>
266 </property>
267 <property name="statusTip">
268 <string>Modify or revert site templates</string>
269 </property>
270 </action>
271 <action name="actionSamth">
272 <property name="text">
273 <string>samth</string>
274 </property>
275 </action>
276 <action name="actionAsasas">
277 <property name="text">
278 <string>asasas</string>
279 </property>
280 </action>
281 <action name="action_Refresh">
282 <property name="text">
283 <string>&amp;Refresh</string>
284 </property>
285 <property name="statusTip">
286 <string>Reload categories and articles in the view</string>
287 </property>
288 <property name="shortcut">
289 <string>F5</string>
290 </property>
291 </action>
292 </widget>
293 <tabstops>
294 <tabstop>categories</tabstop>
295 <tabstop>articles</tabstop>
296 </tabstops>
297 <resources>
298 <include location="../../projects/BiaWeb_Qt/biaweb_rc.qrc"/>
299 </resources>
300 <connections>
301 <connection>
302 <sender>actionNew_site</sender>
303 <signal>triggered()</signal>
304 <receiver>MainWindow</receiver>
305 <slot>onFileNew()</slot>
306 <hints>
307 <hint type="sourcelabel">
308 <x>-1</x>
309 <y>-1</y>
310 </hint>
311 <hint type="destinationlabel">
312 <x>316</x>
313 <y>228</y>
314 </hint>
315 </hints>
316 </connection>
317 <connection>
318 <sender>action_Quit</sender>
319 <signal>triggered()</signal>
320 <receiver>MainWindow</receiver>
321 <slot>onFileQuit()</slot>
322 <hints>
323 <hint type="sourcelabel">
324 <x>-1</x>
325 <y>-1</y>
326 </hint>
327 <hint type="destinationlabel">
328 <x>316</x>
329 <y>228</y>
330 </hint>
331 </hints>
332 </connection>
333 <connection>
334 <sender>action_AddCategory</sender>
335 <signal>triggered()</signal>
336 <receiver>MainWindow</receiver>
337 <slot>onCategoryAdd()</slot>
338 <hints>
339 <hint type="sourcelabel">
340 <x>-1</x>
341 <y>-1</y>
342 </hint>
343 <hint type="destinationlabel">
344 <x>316</x>
345 <y>228</y>
346 </hint>
347 </hints>
348 </connection>
349 <connection>
350 <sender>action_Open_site</sender>
351 <signal>triggered()</signal>
352 <receiver>MainWindow</receiver>
353 <slot>onFileOpen()</slot>
354 <hints>
355 <hint type="sourcelabel">
356 <x>-1</x>
357 <y>-1</y>
358 </hint>
359 <hint type="destinationlabel">
360 <x>316</x>
361 <y>228</y>
362 </hint>
363 </hints>
364 </connection>
365 <connection>
366 <sender>action_Configuration</sender>
367 <signal>triggered()</signal>
368 <receiver>MainWindow</receiver>
369 <slot>onConfiguration()</slot>
370 <hints>
371 <hint type="sourcelabel">
372 <x>-1</x>
373 <y>-1</y>
374 </hint>
375 <hint type="destinationlabel">
376 <x>316</x>
377 <y>228</y>
378 </hint>
379 </hints>
380 </connection>
381 <connection>
382 <sender>action_EditCategory</sender>
383 <signal>triggered()</signal>
384 <receiver>MainWindow</receiver>
385 <slot>onCategoryEdit()</slot>
386 <hints>
387 <hint type="sourcelabel">
388 <x>-1</x>
389 <y>-1</y>
390 </hint>
391 <hint type="destinationlabel">
392 <x>316</x>
393 <y>228</y>
394 </hint>
395 </hints>
396 </connection>
397 <connection>
398 <sender>action_RemoveCategory</sender>
399 <signal>triggered()</signal>
400 <receiver>MainWindow</receiver>
401 <slot>onCategoryDelete()</slot>
402 <hints>
403 <hint type="sourcelabel">
404 <x>-1</x>
405 <y>-1</y>
406 </hint>
407 <hint type="destinationlabel">
408 <x>316</x>
409 <y>228</y>
410 </hint>
411 </hints>
412 </connection>
413 <connection>
414 <sender>categories</sender>
415 <signal>itemSelectionChanged()</signal>
416 <receiver>MainWindow</receiver>
417 <slot>onCategorySelectionChanged()</slot>
418 <hints>
419 <hint type="sourcelabel">
420 <x>226</x>
421 <y>211</y>
422 </hint>
423 <hint type="destinationlabel">
424 <x>279</x>
425 <y>233</y>
426 </hint>
427 </hints>
428 </connection>
429 <connection>
430 <sender>action_Refresh</sender>
431 <signal>triggered()</signal>
432 <receiver>MainWindow</receiver>
433 <slot>onViewRefresh()</slot>
434 <hints>
435 <hint type="sourcelabel">
436 <x>-1</x>
437 <y>-1</y>
438 </hint>
439 <hint type="destinationlabel">
440 <x>316</x>
441 <y>228</y>
442 </hint>
443 </hints>
444 </connection>
445 <connection>
446 <sender>action_NewArticle</sender>
447 <signal>triggered()</signal>
448 <receiver>MainWindow</receiver>
449 <slot>onArticleAdd()</slot>
450 <hints>
451 <hint type="sourcelabel">
452 <x>-1</x>
453 <y>-1</y>
454 </hint>
455 <hint type="destinationlabel">
456 <x>316</x>
457 <y>228</y>
458 </hint>
459 </hints>
460 </connection>
461 <connection>
462 <sender>action_EditArticle</sender>
463 <signal>triggered()</signal>
464 <receiver>MainWindow</receiver>
465 <slot>onArticleEdit()</slot>
466 <hints>
467 <hint type="sourcelabel">
468 <x>-1</x>
469 <y>-1</y>
470 </hint>
471 <hint type="destinationlabel">
472 <x>316</x>
473 <y>228</y>
474 </hint>
475 </hints>
476 </connection>
477 <connection>
478 <sender>action_DeleteArticle</sender>
479 <signal>triggered()</signal>
480 <receiver>MainWindow</receiver>
481 <slot>onArticleDelete()</slot>
482 <hints>
483 <hint type="sourcelabel">
484 <x>-1</x>
485 <y>-1</y>
486 </hint>
487 <hint type="destinationlabel">
488 <x>316</x>
489 <y>228</y>
490 </hint>
491 </hints>
492 </connection>
493 <connection>
494 <sender>categories</sender>
495 <signal>itemActivated(QTreeWidgetItem*,int)</signal>
496 <receiver>MainWindow</receiver>
497 <slot>onCategoryItemActivated()</slot>
498 <hints>
499 <hint type="sourcelabel">
500 <x>212</x>
501 <y>156</y>
502 </hint>
503 <hint type="destinationlabel">
504 <x>276</x>
505 <y>272</y>
506 </hint>
507 </hints>
508 </connection>
509 <connection>
510 <sender>articles</sender>
511 <signal>itemActivated(QTreeWidgetItem*,int)</signal>
512 <receiver>MainWindow</receiver>
513 <slot>onArticleItemActivated()</slot>
514 <hints>
515 <hint type="sourcelabel">
516 <x>338</x>
517 <y>342</y>
518 </hint>
519 <hint type="destinationlabel">
520 <x>280</x>
521 <y>347</y>
522 </hint>
523 </hints>
524 </connection>
525 <connection>
526 <sender>actionTemplates</sender>
527 <signal>triggered()</signal>
528 <receiver>MainWindow</receiver>
529 <slot>onTemplates()</slot>
530 <hints>
531 <hint type="sourcelabel">
532 <x>-1</x>
533 <y>-1</y>
534 </hint>
535 <hint type="destinationlabel">
536 <x>398</x>
537 <y>258</y>
538 </hint>
539 </hints>
540 </connection>
541 <connection>
542 <sender>action_Generate_Site</sender>
543 <signal>triggered()</signal>
544 <receiver>MainWindow</receiver>
545 <slot>onGenerateSite()</slot>
546 <hints>
547 <hint type="sourcelabel">
548 <x>-1</x>
549 <y>-1</y>
550 </hint>
551 <hint type="destinationlabel">
552 <x>398</x>
553 <y>258</y>
554 </hint>
555 </hints>
556 </connection>
557 <connection>
558 <sender>action_About</sender>
559 <signal>triggered()</signal>
560 <receiver>MainWindow</receiver>
561 <slot>onAbout()</slot>
562 <hints>
563 <hint type="sourcelabel">
564 <x>-1</x>
565 <y>-1</y>
566 </hint>
567 <hint type="destinationlabel">
568 <x>398</x>
569 <y>258</y>
570 </hint>
571 </hints>
572 </connection>
573 </connections>
574 <slots>
575 <slot>onFileNew()</slot>
576 <slot>onFileQuit()</slot>
577 <slot>onCategoryAdd()</slot>
578 <slot>onFileOpen()</slot>
579 <slot>onConfiguration()</slot>
580 <slot>onCategoryEdit()</slot>
581 <slot>onCategoryDelete()</slot>
582 <slot>onCategorySelectionChanged()</slot>
583 <slot>onViewRefresh()</slot>
584 <slot>onArticleAdd()</slot>
585 <slot>onArticleEdit()</slot>
586 <slot>onArticleDelete()</slot>
587 <slot>onCategoryItemActivated()</slot>
588 <slot>onArticleItemActivated()</slot>
589 <slot>onTemplates()</slot>
590 <slot>onGenerateSite()</slot>
591 <slot>onAbout()</slot>
592 </slots>
593 </ui>