]> ToastFreeware Gitweb - toast/confclerk.git/blob - src/gui/eventdialog.ui
fcc7f5c577ff32f7800a68a3cf761a0b6318093a
[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>294</height>
65          </rect>
66         </property>
67        </widget>
68       </widget>
69      </item>
70      <item>
71       <layout class="QHBoxLayout" name="horizontalLayout" >
72        <item>
73         <widget class="QToolButton" name="alarmButton" >
74          <property name="text" >
75           <string>...</string>
76          </property>
77          <property name="icon" >
78           <iconset resource="../icons.qrc" >
79            <normaloff>:/icons/alarm-offBig.png</normaloff>:/icons/alarm-offBig.png</iconset>
80          </property>
81         </widget>
82        </item>
83        <item>
84         <widget class="QToolButton" name="favouriteButton" >
85          <property name="text" >
86           <string>...</string>
87          </property>
88          <property name="icon" >
89           <iconset resource="../icons.qrc" >
90            <normaloff>:/icons/favourite-offBig.png</normaloff>:/icons/favourite-offBig.png</iconset>
91          </property>
92         </widget>
93        </item>
94        <item>
95         <spacer name="horizontalSpacer" >
96          <property name="orientation" >
97           <enum>Qt::Horizontal</enum>
98          </property>
99          <property name="sizeHint" stdset="0" >
100           <size>
101            <width>40</width>
102            <height>20</height>
103           </size>
104          </property>
105         </spacer>
106        </item>
107        <item>
108         <widget class="QPushButton" name="okButton" >
109          <property name="text" >
110           <string>OK</string>
111          </property>
112         </widget>
113        </item>
114       </layout>
115      </item>
116     </layout>
117    </item>
118   </layout>
119  </widget>
120  <resources>
121   <include location="../icons.qrc" />
122  </resources>
123  <connections>
124   <connection>
125    <sender>okButton</sender>
126    <signal>clicked()</signal>
127    <receiver>EventDialog</receiver>
128    <slot>close()</slot>
129    <hints>
130     <hint type="sourcelabel" >
131      <x>287</x>
132      <y>84</y>
133     </hint>
134     <hint type="destinationlabel" >
135      <x>169</x>
136      <y>53</y>
137     </hint>
138    </hints>
139   </connection>
140  </connections>
141 </ui>