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