1 | <ui version="4.0" > |
---|
2 | <class>AlarmDialog</class> |
---|
3 | <widget class="QDialog" name="AlarmDialog" > |
---|
4 | <property name="geometry" > |
---|
5 | <rect> |
---|
6 | <x>0</x> |
---|
7 | <y>0</y> |
---|
8 | <width>406</width> |
---|
9 | <height>176</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>Dialog</string> |
---|
20 | </property> |
---|
21 | <layout class="QGridLayout" name="gridLayout" > |
---|
22 | <item row="2" column="0" > |
---|
23 | <layout class="QVBoxLayout" name="verticalLayout" > |
---|
24 | <item> |
---|
25 | <widget class="QLabel" name="message" > |
---|
26 | <property name="sizePolicy" > |
---|
27 | <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" > |
---|
28 | <horstretch>0</horstretch> |
---|
29 | <verstretch>0</verstretch> |
---|
30 | </sizepolicy> |
---|
31 | </property> |
---|
32 | <property name="text" > |
---|
33 | <string>Alarm message goes here</string> |
---|
34 | </property> |
---|
35 | <property name="wordWrap" > |
---|
36 | <bool>true</bool> |
---|
37 | </property> |
---|
38 | </widget> |
---|
39 | </item> |
---|
40 | <item> |
---|
41 | <layout class="QHBoxLayout" name="horizontalLayout_2" > |
---|
42 | <item> |
---|
43 | <widget class="QLabel" name="label" > |
---|
44 | <property name="text" > |
---|
45 | <string/> |
---|
46 | </property> |
---|
47 | <property name="pixmap" > |
---|
48 | <pixmap resource="../icons.qrc" >:/icons/fosdem.png</pixmap> |
---|
49 | </property> |
---|
50 | </widget> |
---|
51 | </item> |
---|
52 | <item> |
---|
53 | <layout class="QGridLayout" name="gridLayout_2" > |
---|
54 | <item row="0" column="1" > |
---|
55 | <widget class="QLabel" name="label_2" > |
---|
56 | <property name="text" > |
---|
57 | <string>Time:</string> |
---|
58 | </property> |
---|
59 | </widget> |
---|
60 | </item> |
---|
61 | <item row="1" column="1" > |
---|
62 | <widget class="QLabel" name="label_3" > |
---|
63 | <property name="text" > |
---|
64 | <string>Presenter(s):</string> |
---|
65 | </property> |
---|
66 | </widget> |
---|
67 | </item> |
---|
68 | <item row="2" column="1" > |
---|
69 | <widget class="QLabel" name="label_4" > |
---|
70 | <property name="text" > |
---|
71 | <string>Room:</string> |
---|
72 | </property> |
---|
73 | </widget> |
---|
74 | </item> |
---|
75 | <item row="1" column="3" > |
---|
76 | <widget class="QLabel" name="persons" > |
---|
77 | <property name="text" > |
---|
78 | <string>PRESETNER(S)</string> |
---|
79 | </property> |
---|
80 | </widget> |
---|
81 | </item> |
---|
82 | <item row="0" column="3" > |
---|
83 | <widget class="QLabel" name="time" > |
---|
84 | <property name="text" > |
---|
85 | <string>TIME</string> |
---|
86 | </property> |
---|
87 | </widget> |
---|
88 | </item> |
---|
89 | <item row="2" column="3" > |
---|
90 | <widget class="QLabel" name="room" > |
---|
91 | <property name="text" > |
---|
92 | <string>ROOM</string> |
---|
93 | </property> |
---|
94 | </widget> |
---|
95 | </item> |
---|
96 | <item row="1" column="0" > |
---|
97 | <widget class="QLabel" name="label_5" > |
---|
98 | <property name="text" > |
---|
99 | <string/> |
---|
100 | </property> |
---|
101 | </widget> |
---|
102 | </item> |
---|
103 | <item row="1" column="2" > |
---|
104 | <widget class="QLabel" name="label_6" > |
---|
105 | <property name="text" > |
---|
106 | <string/> |
---|
107 | </property> |
---|
108 | </widget> |
---|
109 | </item> |
---|
110 | </layout> |
---|
111 | </item> |
---|
112 | <item> |
---|
113 | <spacer name="horizontalSpacer" > |
---|
114 | <property name="orientation" > |
---|
115 | <enum>Qt::Horizontal</enum> |
---|
116 | </property> |
---|
117 | <property name="sizeHint" stdset="0" > |
---|
118 | <size> |
---|
119 | <width>40</width> |
---|
120 | <height>20</height> |
---|
121 | </size> |
---|
122 | </property> |
---|
123 | </spacer> |
---|
124 | </item> |
---|
125 | </layout> |
---|
126 | </item> |
---|
127 | <item> |
---|
128 | <layout class="QHBoxLayout" name="horizontalLayout" > |
---|
129 | <item> |
---|
130 | <widget class="QPushButton" name="appPB" > |
---|
131 | <property name="text" > |
---|
132 | <string>App</string> |
---|
133 | </property> |
---|
134 | </widget> |
---|
135 | </item> |
---|
136 | <item> |
---|
137 | <widget class="QPushButton" name="snoozePB" > |
---|
138 | <property name="text" > |
---|
139 | <string>Snooze</string> |
---|
140 | </property> |
---|
141 | </widget> |
---|
142 | </item> |
---|
143 | <item> |
---|
144 | <widget class="QPushButton" name="stopPB" > |
---|
145 | <property name="text" > |
---|
146 | <string>Cancel</string> |
---|
147 | </property> |
---|
148 | </widget> |
---|
149 | </item> |
---|
150 | </layout> |
---|
151 | </item> |
---|
152 | </layout> |
---|
153 | </item> |
---|
154 | </layout> |
---|
155 | </widget> |
---|
156 | <resources> |
---|
157 | <include location="../icons.qrc" /> |
---|
158 | </resources> |
---|
159 | <connections/> |
---|
160 | </ui> |
---|