Category creation completed
[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>633</width>
10 <height>458</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>BiaWeb - Static Website Content Manager</string>
15 </property>
16 <widget class="QWidget" name="centralwidget">
17 <layout class="QGridLayout" name="gridLayout">
18 <item row="0" column="0">
19 <widget class="QLabel" name="label_2">
20 <property name="text">
21 <string>Articles in category</string>
22 </property>
23 </widget>
24 </item>
25 <item row="1" column="0">
26 <widget class="QListWidget" name="articles_list"/>
27 </item>
28 </layout>
29 </widget>
30 <widget class="QStatusBar" name="statusbar"/>
31 <widget class="QDockWidget" name="dockWidget_2">
32 <property name="floating">
33 <bool>false</bool>
34 </property>
35 <property name="features">
36 <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
37 </property>
38 <property name="windowTitle">
39 <string>Categories</string>
40 </property>
41 <attribute name="dockWidgetArea">
42 <number>1</number>
43 </attribute>
44 <widget class="QWidget" name="dockWidgetContents_2">
45 <layout class="QGridLayout" name="gridLayout_2">
46 <item row="0" column="0">
47 <widget class="QListWidget" name="categories_list"/>
48 </item>
49 </layout>
50 </widget>
51 </widget>
52 <widget class="QMenuBar" name="menubar">
53 <property name="geometry">
54 <rect>
55 <x>0</x>
56 <y>0</y>
57 <width>633</width>
58 <height>25</height>
59 </rect>
60 </property>
61 <widget class="QMenu" name="menu_About">
62 <property name="title">
63 <string>&amp;Help</string>
64 </property>
65 <addaction name="action_About"/>
66 </widget>
67 <widget class="QMenu" name="menu_Settings">
68 <property name="title">
69 <string>&amp;Settings</string>
70 </property>
71 <addaction name="action_Configuration"/>
72 <addaction name="separator"/>
73 <addaction name="actionTemplates"/>
74 </widget>
75 <widget class="QMenu" name="menu_Content">
76 <property name="title">
77 <string>&amp;Content</string>
78 </property>
79 <addaction name="action_NewArticle"/>
80 <addaction name="action_EditArticle"/>
81 <addaction name="action_DeleteArticle"/>
82 <addaction name="separator"/>
83 <addaction name="action_AddCategory"/>
84 <addaction name="action_EditCategory"/>
85 <addaction name="action_RemoveCategory"/>
86 </widget>
87 <widget class="QMenu" name="menu_File_2">
88 <property name="title">
89 <string>&amp;File</string>
90 </property>
91 <widget class="QMenu" name="menu_Export_web">
92 <property name="title">
93 <string>&amp;Export web</string>
94 </property>
95 <addaction name="action_Generate_Site"/>
96 <addaction name="actionGenerate_Search_Index"/>
97 </widget>
98 <addaction name="actionNew_site"/>
99 <addaction name="action_Open_site"/>
100 <addaction name="separator"/>
101 <addaction name="menu_Export_web"/>
102 <addaction name="separator"/>
103 <addaction name="action_Quit"/>
104 </widget>
105 <addaction name="menu_File_2"/>
106 <addaction name="menu_Content"/>
107 <addaction name="menu_Settings"/>
108 <addaction name="menu_About"/>
109 </widget>
110 <action name="actionOpen_DB">
111 <property name="text">
112 <string>Open existing site...</string>
113 </property>
114 </action>
115 <action name="action_Quit">
116 <property name="text">
117 <string>&amp;Quit</string>
118 </property>
119 <property name="statusTip">
120 <string>Quit</string>
121 </property>
122 </action>
123 <action name="action_AddCategory">
124 <property name="text">
125 <string>Add &amp;category...</string>
126 </property>
127 <property name="statusTip">
128 <string>Add a new category to the website structure</string>
129 </property>
130 </action>
131 <action name="action_EditCategory">
132 <property name="text">
133 <string>Edit categ&amp;ory...</string>
134 </property>
135 <property name="statusTip">
136 <string>Edit the selected category</string>
137 </property>
138 </action>
139 <action name="action_RemoveCategory">
140 <property name="text">
141 <string>&amp;Remove category</string>
142 </property>
143 <property name="statusTip">
144 <string>Delete the selected category</string>
145 </property>
146 </action>
147 <action name="action_NewArticle">
148 <property name="text">
149 <string>&amp;Add article...</string>
150 </property>
151 <property name="statusTip">
152 <string>Add an article to selected category</string>
153 </property>
154 </action>
155 <action name="action_EditArticle">
156 <property name="text">
157 <string>&amp;Edit article...</string>
158 </property>
159 <property name="statusTip">
160 <string>Edit the selected article</string>
161 </property>
162 </action>
163 <action name="action_DeleteArticle">
164 <property name="text">
165 <string>&amp;Delete article...</string>
166 </property>
167 <property name="statusTip">
168 <string>Delete the selected article</string>
169 </property>
170 </action>
171 <action name="action_Generate_Site">
172 <property name="text">
173 <string>Generate &amp;Site...</string>
174 </property>
175 <property name="statusTip">
176 <string>Export the site into a directory structure with static HTML files</string>
177 </property>
178 </action>
179 <action name="actionGenerate_Search_Index">
180 <property name="text">
181 <string>Generate Search &amp;Index...</string>
182 </property>
183 <property name="statusTip">
184 <string>Generate full or keyword text database and put it into the generated site structure</string>
185 </property>
186 </action>
187 <action name="action_About">
188 <property name="text">
189 <string>&amp;About</string>
190 </property>
191 <property name="statusTip">
192 <string>View application information</string>
193 </property>
194 </action>
195 <action name="actionNew_site">
196 <property name="text">
197 <string>&amp;New site...</string>
198 </property>
199 <property name="statusTip">
200 <string>Create a new website database</string>
201 </property>
202 </action>
203 <action name="action_Open_site">
204 <property name="text">
205 <string>&amp;Open site...</string>
206 </property>
207 <property name="statusTip">
208 <string>Open an already existing site's database</string>
209 </property>
210 </action>
211 <action name="action_Configuration">
212 <property name="text">
213 <string>&amp;Configuration...</string>
214 </property>
215 <property name="statusTip">
216 <string>Modify the site configuration</string>
217 </property>
218 </action>
219 <action name="actionTemplates">
220 <property name="text">
221 <string>Templates...</string>
222 </property>
223 <property name="statusTip">
224 <string>Modify or revert site templates</string>
225 </property>
226 </action>
227 <action name="actionSamth">
228 <property name="text">
229 <string>samth</string>
230 </property>
231 </action>
232 <action name="actionAsasas">
233 <property name="text">
234 <string>asasas</string>
235 </property>
236 </action>
237 </widget>
238 <resources/>
239 <connections>
240 <connection>
241 <sender>actionNew_site</sender>
242 <signal>triggered()</signal>
243 <receiver>MainWindow</receiver>
244 <slot>onFileNew()</slot>
245 <hints>
246 <hint type="sourcelabel">
247 <x>-1</x>
248 <y>-1</y>
249 </hint>
250 <hint type="destinationlabel">
251 <x>316</x>
252 <y>228</y>
253 </hint>
254 </hints>
255 </connection>
256 <connection>
257 <sender>action_Quit</sender>
258 <signal>triggered()</signal>
259 <receiver>MainWindow</receiver>
260 <slot>onFileQuit()</slot>
261 <hints>
262 <hint type="sourcelabel">
263 <x>-1</x>
264 <y>-1</y>
265 </hint>
266 <hint type="destinationlabel">
267 <x>316</x>
268 <y>228</y>
269 </hint>
270 </hints>
271 </connection>
272 <connection>
273 <sender>action_AddCategory</sender>
274 <signal>triggered()</signal>
275 <receiver>MainWindow</receiver>
276 <slot>onCategoryAdd()</slot>
277 <hints>
278 <hint type="sourcelabel">
279 <x>-1</x>
280 <y>-1</y>
281 </hint>
282 <hint type="destinationlabel">
283 <x>316</x>
284 <y>228</y>
285 </hint>
286 </hints>
287 </connection>
288 </connections>
289 <slots>
290 <slot>onFileNew()</slot>
291 <slot>onFileQuit()</slot>
292 <slot>onCategoryAdd()</slot>
293 </slots>
294 </ui>