-
Notifications
You must be signed in to change notification settings - Fork 1
/
washmenu.ui
157 lines (155 loc) · 3.72 KB
/
washmenu.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SettingsMenu</class>
<widget class="QMainWindow" name="SettingsMenu">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>480</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>800</width>
<height>480</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>800</width>
<height>512</height>
</size>
</property>
<property name="baseSize">
<size>
<width>800</width>
<height>480</height>
</size>
</property>
<property name="windowTitle">
<string>Laundry Manager and Optimizer</string>
</property>
<widget class="QWidget" name="centralWidget">
<property name="minimumSize">
<size>
<width>320</width>
<height>480</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>800</width>
<height>480</height>
</size>
</property>
<property name="baseSize">
<size>
<width>320</width>
<height>480</height>
</size>
</property>
<widget class="QLabel" name="homeButton">
<property name="geometry">
<rect>
<x>660</x>
<y>340</y>
<width>131</width>
<height>131</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>img/icon_home.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="brightnessPrompt">
<property name="geometry">
<rect>
<x>300</x>
<y>30</y>
<width>191</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>Roboto</family>
<pointsize>14</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Wash Instructions</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="brightnessLvlLabel">
<property name="geometry">
<rect>
<x>60</x>
<y>60</y>
<width>641</width>
<height>361</height>
</rect>
</property>
<property name="font">
<font>
<family>Roboto</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>1. Remove all items from the bottom-left section of the hamper
2. Set the washing machine to 30 degrees
3. Add detergent and wash. Add bleach without chlorine
4. Remove clothes and tumble dry on a LOW setting
1. Remove all items from the bottom-right section of the hamper
2. Add the miscellaneous dark items from the top-right section
3. Set the washing machine to 40 degrees Celsius
4. Add detergent and wash. Do NOT add bleach
5. Remove clothes and tumble dry on a HIGH setting
</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</widget>
<widget class="QToolBar" name="mainToolBar">
<property name="enabled">
<bool>false</bool>
</property>
<property name="maximumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>