forked from CountMurphy/QTalarm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbastardsnooze.ui
119 lines (119 loc) · 2.56 KB
/
bastardsnooze.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>BastardSnooze</class>
<widget class="QMainWindow" name="BastardSnooze">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>977</width>
<height>332</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="windowTitle">
<string>Bastard Snooze</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLCDNumber" name="num1">
<property name="geometry">
<rect>
<x>210</x>
<y>30</y>
<width>171</width>
<height>111</height>
</rect>
</property>
</widget>
<widget class="QLCDNumber" name="num2">
<property name="geometry">
<rect>
<x>610</x>
<y>30</y>
<width>161</width>
<height>111</height>
</rect>
</property>
<property name="segmentStyle">
<enum>QLCDNumber::Filled</enum>
</property>
</widget>
<widget class="QLabel" name="Operator">
<property name="geometry">
<rect>
<x>450</x>
<y>50</y>
<width>91</width>
<height>81</height>
</rect>
</property>
<property name="baseSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="font">
<font>
<pointsize>53</pointsize>
</font>
</property>
<property name="text">
<string>X</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="okbtn">
<property name="geometry">
<rect>
<x>520</x>
<y>220</y>
<width>161</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>OK</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="Ans">
<property name="geometry">
<rect>
<x>260</x>
<y>220</y>
<width>211</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>50</pointsize>
</font>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>977</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>