]> ToastFreeware Gitweb - toast/confclerk.git/blob - src/gui/eventdialog.ui
3610861c4c1e75f609c3e1ad0d1db64a6da3404f
[toast/confclerk.git] / src / gui / eventdialog.ui
1 <ui version="4.0" >
2  <class>EventDialog</class>
3  <widget class="QDialog" name="EventDialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>442</width>
9     <height>380</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="windowTitle" >
19    <string>Details</string>
20   </property>
21   <property name="autoFillBackground" >
22    <bool>false</bool>
23   </property>
24   <layout class="QGridLayout" name="gridLayout" >
25    <item row="0" column="0" >
26     <layout class="QVBoxLayout" name="verticalLayout" >
27      <item>
28       <widget class="QLabel" name="title" >
29        <property name="sizePolicy" >
30         <sizepolicy vsizetype="Minimum" hsizetype="MinimumExpanding" >
31          <horstretch>0</horstretch>
32          <verstretch>0</verstretch>
33         </sizepolicy>
34        </property>
35        <property name="font" >
36         <font>
37          <weight>75</weight>
38          <bold>true</bold>
39          <underline>true</underline>
40         </font>
41        </property>
42        <property name="text" >
43         <string>Title goes here</string>
44        </property>
45        <property name="alignment" >
46         <set>Qt::AlignCenter</set>
47        </property>
48        <property name="wordWrap" >
49         <bool>true</bool>
50        </property>
51       </widget>
52      </item>
53      <item>
54       <widget class="QScrollArea" name="scrollArea" >
55        <property name="widgetResizable" >
56         <bool>true</bool>
57        </property>
58        <widget class="QWidget" name="scrollAreaWidgetContents" >
59         <property name="geometry" >
60          <rect>
61           <x>0</x>
62           <y>0</y>
63           <width>418</width>
64           <height>296</height>
65          </rect>
66         </property>
67        </widget>
68       </widget>
69      </item>
70      <item>
71       <layout class="QHBoxLayout" name="horizontalLayout" >
72        <item>
73         <spacer name="horizontalSpacer" >
74          <property name="orientation" >
75           <enum>Qt::Horizontal</enum>
76          </property>
77          <property name="sizeHint" stdset="0" >
78           <size>
79            <width>40</width>
80            <height>20</height>
81           </size>
82          </property>
83         </spacer>
84        </item>
85        <item>
86         <widget class="QPushButton" name="okButton" >
87          <property name="text" >
88           <string>OK</string>
89          </property>
90         </widget>
91        </item>
92       </layout>
93      </item>
94     </layout>
95    </item>
96   </layout>
97  </widget>
98  <resources/>
99  <connections>
100   <connection>
101    <sender>okButton</sender>
102    <signal>clicked()</signal>
103    <receiver>EventDialog</receiver>
104    <slot>close()</slot>
105    <hints>
106     <hint type="sourcelabel" >
107      <x>287</x>
108      <y>84</y>
109     </hint>
110     <hint type="destinationlabel" >
111      <x>169</x>
112      <y>53</y>
113     </hint>
114    </hints>
115   </connection>
116  </connections>
117 </ui>