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="../../data/data.qrc">:/confclerk.svg</pixmap> |
---|
50 | </property> |
---|
51 | <property name="scaledContents"> |
---|
52 | <bool>true</bool> |
---|
53 | </property> |
---|
54 | </widget> |
---|
55 | </item> |
---|
56 | <item> |
---|
57 | <layout class="QGridLayout" name="gridLayout_2"> |
---|
58 | <item row="0" column="1"> |
---|
59 | <widget class="QLabel" name="label_2"> |
---|
60 | <property name="text"> |
---|
61 | <string>Time:</string> |
---|
62 | </property> |
---|
63 | </widget> |
---|
64 | </item> |
---|
65 | <item row="1" column="1"> |
---|
66 | <widget class="QLabel" name="label_3"> |
---|
67 | <property name="text"> |
---|
68 | <string>Presenter(s):</string> |
---|
69 | </property> |
---|
70 | </widget> |
---|
71 | </item> |
---|
72 | <item row="2" column="1"> |
---|
73 | <widget class="QLabel" name="label_4"> |
---|
74 | <property name="text"> |
---|
75 | <string>Room:</string> |
---|
76 | </property> |
---|
77 | </widget> |
---|
78 | </item> |
---|
79 | <item row="1" column="3"> |
---|
80 | <widget class="QLabel" name="persons"> |
---|
81 | <property name="text"> |
---|
82 | <string>PRESETNER(S)</string> |
---|
83 | </property> |
---|
84 | </widget> |
---|
85 | </item> |
---|
86 | <item row="0" column="3"> |
---|
87 | <widget class="QLabel" name="time"> |
---|
88 | <property name="text"> |
---|
89 | <string>TIME</string> |
---|
90 | </property> |
---|
91 | </widget> |
---|
92 | </item> |
---|
93 | <item row="2" column="3"> |
---|
94 | <widget class="QLabel" name="room"> |
---|
95 | <property name="text"> |
---|
96 | <string>ROOM</string> |
---|
97 | </property> |
---|
98 | </widget> |
---|
99 | </item> |
---|
100 | <item row="1" column="0"> |
---|
101 | <widget class="QLabel" name="label_5"> |
---|
102 | <property name="text"> |
---|
103 | <string/> |
---|
104 | </property> |
---|
105 | </widget> |
---|
106 | </item> |
---|
107 | <item row="1" column="2"> |
---|
108 | <widget class="QLabel" name="label_6"> |
---|
109 | <property name="text"> |
---|
110 | <string/> |
---|
111 | </property> |
---|
112 | </widget> |
---|
113 | </item> |
---|
114 | </layout> |
---|
115 | </item> |
---|
116 | <item> |
---|
117 | <spacer name="horizontalSpacer"> |
---|
118 | <property name="orientation"> |
---|
119 | <enum>Qt::Horizontal</enum> |
---|
120 | </property> |
---|
121 | <property name="sizeHint" stdset="0"> |
---|
122 | <size> |
---|
123 | <width>40</width> |
---|
124 | <height>20</height> |
---|
125 | </size> |
---|
126 | </property> |
---|
127 | </spacer> |
---|
128 | </item> |
---|
129 | </layout> |
---|
130 | </item> |
---|
131 | <item> |
---|
132 | <layout class="QHBoxLayout" name="horizontalLayout"> |
---|
133 | <item> |
---|
134 | <widget class="QPushButton" name="appPB"> |
---|
135 | <property name="text"> |
---|
136 | <string>App</string> |
---|
137 | </property> |
---|
138 | </widget> |
---|
139 | </item> |
---|
140 | <item> |
---|
141 | <widget class="QPushButton" name="snoozePB"> |
---|
142 | <property name="text"> |
---|
143 | <string>Snooze</string> |
---|
144 | </property> |
---|
145 | </widget> |
---|
146 | </item> |
---|
147 | <item> |
---|
148 | <widget class="QPushButton" name="stopPB"> |
---|
149 | <property name="text"> |
---|
150 | <string>Cancel</string> |
---|
151 | </property> |
---|
152 | </widget> |
---|
153 | </item> |
---|
154 | </layout> |
---|
155 | </item> |
---|
156 | </layout> |
---|
157 | </item> |
---|
158 | </layout> |
---|
159 | </widget> |
---|
160 | <resources> |
---|
161 | <include location="../icons.qrc"/> |
---|
162 | <include location="../../data/data.qrc"/> |
---|
163 | </resources> |
---|
164 | <connections/> |
---|
165 | </ui> |
---|