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