[svn-upgrade] new version confclerk (0.5.1)
[debian/confclerk.git] / src / gui / eventdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>EventDialog</class>
4  <widget class="QDialog" name="EventDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>485</width>
10     <height>368</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Details</string>
21   </property>
22   <property name="autoFillBackground">
23    <bool>false</bool>
24   </property>
25   <layout class="QGridLayout" name="gridLayout">
26    <item row="0" column="0">
27     <layout class="QVBoxLayout" name="verticalLayout">
28      <item>
29       <widget class="QLabel" name="title">
30        <property name="sizePolicy">
31         <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
32          <horstretch>0</horstretch>
33          <verstretch>0</verstretch>
34         </sizepolicy>
35        </property>
36        <property name="font">
37         <font>
38          <weight>75</weight>
39          <bold>true</bold>
40          <underline>true</underline>
41         </font>
42        </property>
43        <property name="text">
44         <string>Title goes here</string>
45        </property>
46        <property name="alignment">
47         <set>Qt::AlignCenter</set>
48        </property>
49        <property name="wordWrap">
50         <bool>true</bool>
51        </property>
52       </widget>
53      </item>
54      <item>
55       <widget class="QScrollArea" name="scrollArea">
56        <property name="sizePolicy">
57         <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
58          <horstretch>0</horstretch>
59          <verstretch>0</verstretch>
60         </sizepolicy>
61        </property>
62        <property name="widgetResizable">
63         <bool>true</bool>
64        </property>
65        <widget class="QWidget" name="scrollAreaWidgetContents">
66         <property name="geometry">
67          <rect>
68           <x>0</x>
69           <y>0</y>
70           <width>461</width>
71           <height>276</height>
72          </rect>
73         </property>
74         <layout class="QGridLayout" name="gridLayout_2">
75          <item row="0" column="0">
76           <widget class="QWidget" name="content" native="true">
77            <property name="sizePolicy">
78             <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
79              <horstretch>0</horstretch>
80              <verstretch>0</verstretch>
81             </sizepolicy>
82            </property>
83            <layout class="QVBoxLayout" name="verticalLayout_2">
84             <item>
85              <widget class="QGroupBox" name="personsGB">
86               <property name="sizePolicy">
87                <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
88                 <horstretch>0</horstretch>
89                 <verstretch>0</verstretch>
90                </sizepolicy>
91               </property>
92               <property name="font">
93                <font>
94                 <weight>75</weight>
95                 <bold>true</bold>
96                </font>
97               </property>
98               <property name="title">
99                <string>Persons</string>
100               </property>
101               <layout class="QVBoxLayout" name="verticalLayout_3">
102                <item>
103                 <widget class="QLabel" name="persons">
104                  <property name="font">
105                   <font>
106                    <weight>50</weight>
107                    <bold>false</bold>
108                   </font>
109                  </property>
110                  <property name="text">
111                   <string>PERSONS</string>
112                  </property>
113                  <property name="wordWrap">
114                   <bool>true</bool>
115                  </property>
116                  <property name="openExternalLinks">
117                   <bool>true</bool>
118                  </property>
119                  <property name="textInteractionFlags">
120                   <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
121                  </property>
122                 </widget>
123                </item>
124               </layout>
125              </widget>
126             </item>
127             <item>
128              <widget class="QGroupBox" name="abstractGB">
129               <property name="sizePolicy">
130                <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
131                 <horstretch>0</horstretch>
132                 <verstretch>0</verstretch>
133                </sizepolicy>
134               </property>
135               <property name="font">
136                <font>
137                 <weight>75</weight>
138                 <bold>true</bold>
139                </font>
140               </property>
141               <property name="title">
142                <string>Abstract</string>
143               </property>
144               <layout class="QVBoxLayout" name="verticalLayout_4">
145                <item>
146                 <widget class="QLabel" name="abstract">
147                  <property name="font">
148                   <font>
149                    <weight>50</weight>
150                    <bold>false</bold>
151                   </font>
152                  </property>
153                  <property name="text">
154                   <string>ABSTRACT</string>
155                  </property>
156                  <property name="wordWrap">
157                   <bool>true</bool>
158                  </property>
159                  <property name="openExternalLinks">
160                   <bool>true</bool>
161                  </property>
162                  <property name="textInteractionFlags">
163                   <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
164                  </property>
165                 </widget>
166                </item>
167               </layout>
168              </widget>
169             </item>
170             <item>
171              <widget class="QGroupBox" name="descriptionGB">
172               <property name="font">
173                <font>
174                 <weight>75</weight>
175                 <bold>true</bold>
176                </font>
177               </property>
178               <property name="title">
179                <string>Description</string>
180               </property>
181               <layout class="QVBoxLayout" name="verticalLayout_5">
182                <item>
183                 <widget class="QLabel" name="description">
184                  <property name="sizePolicy">
185                   <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
186                    <horstretch>0</horstretch>
187                    <verstretch>0</verstretch>
188                   </sizepolicy>
189                  </property>
190                  <property name="font">
191                   <font>
192                    <weight>50</weight>
193                    <bold>false</bold>
194                   </font>
195                  </property>
196                  <property name="text">
197                   <string>DESCRIPTION</string>
198                  </property>
199                  <property name="wordWrap">
200                   <bool>true</bool>
201                  </property>
202                  <property name="openExternalLinks">
203                   <bool>true</bool>
204                  </property>
205                  <property name="textInteractionFlags">
206                   <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
207                  </property>
208                 </widget>
209                </item>
210               </layout>
211              </widget>
212             </item>
213             <item>
214              <widget class="QGroupBox" name="linksGB">
215               <property name="font">
216                <font>
217                 <weight>75</weight>
218                 <bold>true</bold>
219                </font>
220               </property>
221               <property name="title">
222                <string>Links</string>
223               </property>
224               <layout class="QVBoxLayout" name="verticalLayout_6">
225                <item>
226                 <widget class="QLabel" name="links">
227                  <property name="sizePolicy">
228                   <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
229                    <horstretch>0</horstretch>
230                    <verstretch>0</verstretch>
231                   </sizepolicy>
232                  </property>
233                  <property name="font">
234                   <font>
235                    <weight>50</weight>
236                    <bold>false</bold>
237                   </font>
238                  </property>
239                  <property name="text">
240                   <string>LINKS</string>
241                  </property>
242                  <property name="textFormat">
243                   <enum>Qt::RichText</enum>
244                  </property>
245                  <property name="wordWrap">
246                   <bool>true</bool>
247                  </property>
248                  <property name="openExternalLinks">
249                   <bool>true</bool>
250                  </property>
251                  <property name="textInteractionFlags">
252                   <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
253                  </property>
254                 </widget>
255                </item>
256               </layout>
257              </widget>
258             </item>
259            </layout>
260           </widget>
261          </item>
262         </layout>
263        </widget>
264       </widget>
265      </item>
266      <item>
267       <spacer name="verticalSpacer_2">
268        <property name="orientation">
269         <enum>Qt::Vertical</enum>
270        </property>
271        <property name="sizeType">
272         <enum>QSizePolicy::Minimum</enum>
273        </property>
274        <property name="sizeHint" stdset="0">
275         <size>
276          <width>20</width>
277          <height>10</height>
278         </size>
279        </property>
280       </spacer>
281      </item>
282      <item>
283       <layout class="QHBoxLayout" name="horizontalLayout">
284        <item>
285         <widget class="QToolButton" name="alarmButton">
286          <property name="text">
287           <string>...</string>
288          </property>
289          <property name="icon">
290           <iconset resource="../icons.qrc">
291            <normaloff>:/icons/appointment-soon-off.png</normaloff>:/icons/appointment-soon-off.png</iconset>
292          </property>
293         </widget>
294        </item>
295        <item>
296         <widget class="QToolButton" name="favouriteButton">
297          <property name="text">
298           <string>...</string>
299          </property>
300          <property name="icon">
301           <iconset resource="../icons.qrc">
302            <normaloff>:/icons/emblem-new-off.png</normaloff>:/icons/emblem-new-off.png</iconset>
303          </property>
304         </widget>
305        </item>
306        <item>
307         <spacer name="horizontalSpacer">
308          <property name="orientation">
309           <enum>Qt::Horizontal</enum>
310          </property>
311          <property name="sizeHint" stdset="0">
312           <size>
313            <width>40</width>
314            <height>20</height>
315           </size>
316          </property>
317         </spacer>
318        </item>
319        <item>
320         <widget class="QPushButton" name="okButton">
321          <property name="text">
322           <string>OK</string>
323          </property>
324         </widget>
325        </item>
326       </layout>
327      </item>
328     </layout>
329    </item>
330   </layout>
331  </widget>
332  <resources>
333   <include location="../icons.qrc"/>
334  </resources>
335  <connections>
336   <connection>
337    <sender>okButton</sender>
338    <signal>clicked()</signal>
339    <receiver>EventDialog</receiver>
340    <slot>close()</slot>
341    <hints>
342     <hint type="sourcelabel">
343      <x>287</x>
344      <y>84</y>
345     </hint>
346     <hint type="destinationlabel">
347      <x>169</x>
348      <y>53</y>
349     </hint>
350    </hints>
351   </connection>
352  </connections>
353 </ui>