New Site dialog implemented
[biaweb_qt.git] / site_configuration_dialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SiteConfigDialog</class>
4 <widget class="QDialog" name="SiteConfigDialog">
5 <property name="windowModality">
6 <enum>Qt::ApplicationModal</enum>
7 </property>
8 <property name="geometry">
9 <rect>
10 <x>0</x>
11 <y>0</y>
12 <width>562</width>
13 <height>367</height>
14 </rect>
15 </property>
16 <property name="windowTitle">
17 <string>Site Configuration</string>
18 </property>
19 <property name="modal">
20 <bool>true</bool>
21 </property>
22 <layout class="QGridLayout" name="gridLayout">
23 <item row="0" column="0">
24 <widget class="QLabel" name="label">
25 <property name="text">
26 <string>Name of the site</string>
27 </property>
28 </widget>
29 </item>
30 <item row="0" column="1" colspan="7">
31 <widget class="QLineEdit" name="site_title">
32 <property name="text">
33 <string>My Site</string>
34 </property>
35 </widget>
36 </item>
37 <item row="1" column="0">
38 <widget class="QLabel" name="label_2">
39 <property name="text">
40 <string>Site URL</string>
41 </property>
42 </widget>
43 </item>
44 <item row="2" column="0">
45 <widget class="QLabel" name="label_3">
46 <property name="text">
47 <string>Keywords</string>
48 </property>
49 </widget>
50 </item>
51 <item row="2" column="1" colspan="7">
52 <widget class="QLineEdit" name="keywords">
53 <property name="text">
54 <string>some keywords here</string>
55 </property>
56 </widget>
57 </item>
58 <item row="3" column="0">
59 <widget class="QLabel" name="label_4">
60 <property name="text">
61 <string>Description</string>
62 </property>
63 </widget>
64 </item>
65 <item row="3" column="1" colspan="7">
66 <widget class="QPlainTextEdit" name="description">
67 <property name="verticalScrollBarPolicy">
68 <enum>Qt::ScrollBarAlwaysOn</enum>
69 </property>
70 <property name="tabChangesFocus">
71 <bool>true</bool>
72 </property>
73 <property name="plainText">
74 <string>Your site's description here. This appears in the site header.</string>
75 </property>
76 </widget>
77 </item>
78 <item row="4" column="0" colspan="2">
79 <widget class="QLabel" name="label_6">
80 <property name="text">
81 <string># of RSS feed items</string>
82 </property>
83 </widget>
84 </item>
85 <item row="5" column="0">
86 <widget class="QLabel" name="label_5">
87 <property name="text">
88 <string>Export destination</string>
89 </property>
90 </widget>
91 </item>
92 <item row="5" column="1" colspan="6">
93 <widget class="QLineEdit" name="destination"/>
94 </item>
95 <item row="5" column="7">
96 <widget class="QPushButton" name="destination_browse_button">
97 <property name="text">
98 <string>browse...</string>
99 </property>
100 </widget>
101 </item>
102 <item row="6" column="0" colspan="8">
103 <widget class="QDialogButtonBox" name="buttonBox">
104 <property name="orientation">
105 <enum>Qt::Horizontal</enum>
106 </property>
107 <property name="standardButtons">
108 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
109 </property>
110 </widget>
111 </item>
112 <item row="1" column="1">
113 <widget class="QLabel" name="label_8">
114 <property name="text">
115 <string>http://</string>
116 </property>
117 </widget>
118 </item>
119 <item row="4" column="2">
120 <widget class="QSpinBox" name="num_rss_items">
121 <property name="minimum">
122 <number>1</number>
123 </property>
124 <property name="maximum">
125 <number>20</number>
126 </property>
127 </widget>
128 </item>
129 <item row="4" column="4" colspan="4">
130 <widget class="QLineEdit" name="copyright">
131 <property name="text">
132 <string>Copyright (C) year, your name here</string>
133 </property>
134 </widget>
135 </item>
136 <item row="4" column="3">
137 <widget class="QLabel" name="label_7">
138 <property name="text">
139 <string>Copyright text</string>
140 </property>
141 </widget>
142 </item>
143 <item row="1" column="2" colspan="6">
144 <widget class="QLineEdit" name="site_url">
145 <property name="text">
146 <string>example.com</string>
147 </property>
148 </widget>
149 </item>
150 </layout>
151 </widget>
152 <tabstops>
153 <tabstop>site_title</tabstop>
154 <tabstop>site_url</tabstop>
155 <tabstop>keywords</tabstop>
156 <tabstop>description</tabstop>
157 <tabstop>num_rss_items</tabstop>
158 <tabstop>copyright</tabstop>
159 <tabstop>destination</tabstop>
160 <tabstop>destination_browse_button</tabstop>
161 <tabstop>buttonBox</tabstop>
162 </tabstops>
163 <resources/>
164 <connections>
165 <connection>
166 <sender>buttonBox</sender>
167 <signal>accepted()</signal>
168 <receiver>SiteConfigDialog</receiver>
169 <slot>accept()</slot>
170 <hints>
171 <hint type="sourcelabel">
172 <x>257</x>
173 <y>357</y>
174 </hint>
175 <hint type="destinationlabel">
176 <x>157</x>
177 <y>274</y>
178 </hint>
179 </hints>
180 </connection>
181 <connection>
182 <sender>buttonBox</sender>
183 <signal>rejected()</signal>
184 <receiver>SiteConfigDialog</receiver>
185 <slot>reject()</slot>
186 <hints>
187 <hint type="sourcelabel">
188 <x>325</x>
189 <y>357</y>
190 </hint>
191 <hint type="destinationlabel">
192 <x>286</x>
193 <y>274</y>
194 </hint>
195 </hints>
196 </connection>
197 <connection>
198 <sender>destination_browse_button</sender>
199 <signal>clicked()</signal>
200 <receiver>SiteConfigDialog</receiver>
201 <slot>on_browse()</slot>
202 <hints>
203 <hint type="sourcelabel">
204 <x>529</x>
205 <y>321</y>
206 </hint>
207 <hint type="destinationlabel">
208 <x>558</x>
209 <y>310</y>
210 </hint>
211 </hints>
212 </connection>
213 </connections>
214 <slots>
215 <slot>on_browse()</slot>
216 </slots>
217 </ui>