-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathselectalarmtype.ui
84 lines (84 loc) · 1.97 KB
/
selectalarmtype.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SelectAlarmType</class>
<widget class="QDialog" name="SelectAlarmType">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>473</width>
<height>166</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>40</pointsize>
</font>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="styleSheet">
<string notr="true">background:qlineargradient(spread:pad, x1:1, y1:0, x2:1, y2:1, stop:0 #4b4f59, stop:0.35 #232323, stop:1 #232323);
color:#aaa; font-size:40pt;</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QListWidget" name="listWidget">
<property name="styleSheet">
<string notr="true">::item{
padding-top:0.5em;
padding-bottom:0.5em;
}</string>
</property>
<property name="alternatingRowColors">
<bool>false</bool>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<item>
<property name="text">
<string>Normal alarm</string>
</property>
</item>
<item>
<property name="text">
<string>Evil: Motion alarm</string>
</property>
</item>
<item>
<property name="text">
<string>Evil: Game alarm</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>listWidget</sender>
<signal>clicked(QModelIndex)</signal>
<receiver>SelectAlarmType</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>115</x>
<y>65</y>
</hint>
<hint type="destinationlabel">
<x>191</x>
<y>93</y>
</hint>
</hints>
</connection>
</connections>
</ui>