qt5
Last change
on this file since 6ae1026 was
6ae1026,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
started work on alarm(libaalarm)
|
-
Property mode set to
100644
|
File size:
2.1 KB
|
Line | |
---|
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>334</width> |
---|
9 | <height>135</height> |
---|
10 | </rect> |
---|
11 | </property> |
---|
12 | <property name="windowTitle" > |
---|
13 | <string>Dialog</string> |
---|
14 | </property> |
---|
15 | <layout class="QGridLayout" name="gridLayout" > |
---|
16 | <item row="0" column="0" > |
---|
17 | <layout class="QVBoxLayout" name="verticalLayout" > |
---|
18 | <item> |
---|
19 | <layout class="QHBoxLayout" name="horizontalLayout_2" > |
---|
20 | <item> |
---|
21 | <widget class="QLabel" name="label" > |
---|
22 | <property name="text" > |
---|
23 | <string/> |
---|
24 | </property> |
---|
25 | <property name="pixmap" > |
---|
26 | <pixmap resource="../icons.qrc" >:/icons/fosdem.png</pixmap> |
---|
27 | </property> |
---|
28 | </widget> |
---|
29 | </item> |
---|
30 | <item> |
---|
31 | <widget class="QLabel" name="message" > |
---|
32 | <property name="text" > |
---|
33 | <string>Alarm message goes here</string> |
---|
34 | </property> |
---|
35 | </widget> |
---|
36 | </item> |
---|
37 | <item> |
---|
38 | <spacer name="horizontalSpacer" > |
---|
39 | <property name="orientation" > |
---|
40 | <enum>Qt::Horizontal</enum> |
---|
41 | </property> |
---|
42 | <property name="sizeHint" stdset="0" > |
---|
43 | <size> |
---|
44 | <width>40</width> |
---|
45 | <height>20</height> |
---|
46 | </size> |
---|
47 | </property> |
---|
48 | </spacer> |
---|
49 | </item> |
---|
50 | </layout> |
---|
51 | </item> |
---|
52 | <item> |
---|
53 | <layout class="QHBoxLayout" name="horizontalLayout" > |
---|
54 | <item> |
---|
55 | <widget class="QPushButton" name="appPB" > |
---|
56 | <property name="text" > |
---|
57 | <string>App</string> |
---|
58 | </property> |
---|
59 | </widget> |
---|
60 | </item> |
---|
61 | <item> |
---|
62 | <widget class="QPushButton" name="snoozePB" > |
---|
63 | <property name="text" > |
---|
64 | <string>Snooze</string> |
---|
65 | </property> |
---|
66 | </widget> |
---|
67 | </item> |
---|
68 | <item> |
---|
69 | <widget class="QPushButton" name="stopPB" > |
---|
70 | <property name="text" > |
---|
71 | <string>Stop</string> |
---|
72 | </property> |
---|
73 | </widget> |
---|
74 | </item> |
---|
75 | </layout> |
---|
76 | </item> |
---|
77 | </layout> |
---|
78 | </item> |
---|
79 | </layout> |
---|
80 | </widget> |
---|
81 | <resources> |
---|
82 | <include location="../icons.qrc" /> |
---|
83 | </resources> |
---|
84 | <connections/> |
---|
85 | </ui> |
---|
Note: See
TracBrowser
for help on using the repository browser.