|
42 | 42 | <property name="rightMargin">
|
43 | 43 | <number>4</number>
|
44 | 44 | </property>
|
45 |
| - <item row="0" column="0"> |
46 |
| - <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| 45 | + <item row="3" column="0"> |
| 46 | + <layout class="QHBoxLayout" name="horizontalLayout"> |
47 | 47 | <item>
|
48 |
| - <widget class="QLabel" name="label"> |
| 48 | + <widget class="QPushButton" name="createButton"> |
| 49 | + <property name="minimumSize"> |
| 50 | + <size> |
| 51 | + <width>0</width> |
| 52 | + <height>50</height> |
| 53 | + </size> |
| 54 | + </property> |
| 55 | + <property name="maximumSize"> |
| 56 | + <size> |
| 57 | + <width>16777215</width> |
| 58 | + <height>50</height> |
| 59 | + </size> |
| 60 | + </property> |
| 61 | + <property name="text"> |
| 62 | + <string>Create</string> |
| 63 | + </property> |
| 64 | + </widget> |
| 65 | + </item> |
| 66 | + <item> |
| 67 | + <widget class="QPushButton" name="cancelButton"> |
| 68 | + <property name="minimumSize"> |
| 69 | + <size> |
| 70 | + <width>0</width> |
| 71 | + <height>50</height> |
| 72 | + </size> |
| 73 | + </property> |
| 74 | + <property name="maximumSize"> |
| 75 | + <size> |
| 76 | + <width>16777215</width> |
| 77 | + <height>50</height> |
| 78 | + </size> |
| 79 | + </property> |
| 80 | + <property name="text"> |
| 81 | + <string>Cancel</string> |
| 82 | + </property> |
| 83 | + </widget> |
| 84 | + </item> |
| 85 | + </layout> |
| 86 | + </item> |
| 87 | + <item row="1" column="0"> |
| 88 | + <layout class="QHBoxLayout" name="horizontalLayout_3"> |
| 89 | + <item> |
| 90 | + <widget class="QLabel" name="label_2"> |
49 | 91 | <property name="font">
|
50 | 92 | <font>
|
51 | 93 | <pointsize>15</pointsize>
|
|
55 | 97 | </font>
|
56 | 98 | </property>
|
57 | 99 | <property name="text">
|
58 |
| - <string>Interval:</string> |
| 100 | + <string>Name:</string> |
59 | 101 | </property>
|
60 | 102 | </widget>
|
61 | 103 | </item>
|
62 | 104 | <item>
|
63 |
| - <widget class="QTimeEdit" name="interval"> |
| 105 | + <widget class="QLineEdit" name="timerName"> |
64 | 106 | <property name="minimumSize">
|
65 | 107 | <size>
|
66 |
| - <width>250</width> |
| 108 | + <width>260</width> |
67 | 109 | <height>55</height>
|
68 | 110 | </size>
|
69 | 111 | </property>
|
|
75 | 117 | </property>
|
76 | 118 | <property name="font">
|
77 | 119 | <font>
|
78 |
| - <family>12</family> |
79 |
| - <pointsize>19</pointsize> |
80 |
| - <weight>50</weight> |
81 |
| - <italic>false</italic> |
82 |
| - <bold>false</bold> |
| 120 | + <pointsize>16</pointsize> |
| 121 | + <weight>75</weight> |
| 122 | + <bold>true</bold> |
83 | 123 | </font>
|
84 | 124 | </property>
|
85 |
| - <property name="focusPolicy"> |
86 |
| - <enum>Qt::StrongFocus</enum> |
87 |
| - </property> |
88 |
| - <property name="wrapping"> |
89 |
| - <bool>false</bool> |
| 125 | + <property name="maxLength"> |
| 126 | + <number>25</number> |
90 | 127 | </property>
|
91 | 128 | <property name="alignment">
|
92 | 129 | <set>Qt::AlignCenter</set>
|
93 | 130 | </property>
|
94 |
| - <property name="accelerated"> |
95 |
| - <bool>false</bool> |
96 |
| - </property> |
97 |
| - <property name="displayFormat"> |
98 |
| - <string>HH:mm:ss</string> |
99 |
| - </property> |
100 | 131 | </widget>
|
101 | 132 | </item>
|
102 | 133 | </layout>
|
103 | 134 | </item>
|
104 |
| - <item row="1" column="0"> |
105 |
| - <layout class="QHBoxLayout" name="horizontalLayout_3"> |
| 135 | + <item row="0" column="0"> |
| 136 | + <layout class="QHBoxLayout" name="horizontalLayout_2"> |
106 | 137 | <item>
|
107 |
| - <widget class="QLabel" name="label_2"> |
| 138 | + <widget class="QLabel" name="label"> |
108 | 139 | <property name="font">
|
109 | 140 | <font>
|
110 | 141 | <pointsize>15</pointsize>
|
|
114 | 145 | </font>
|
115 | 146 | </property>
|
116 | 147 | <property name="text">
|
117 |
| - <string>Name:</string> |
| 148 | + <string>Interval:</string> |
118 | 149 | </property>
|
119 | 150 | </widget>
|
120 | 151 | </item>
|
121 | 152 | <item>
|
122 |
| - <widget class="QLineEdit" name="timerName"> |
| 153 | + <widget class="QTimeEdit" name="interval"> |
123 | 154 | <property name="minimumSize">
|
124 | 155 | <size>
|
125 |
| - <width>250</width> |
| 156 | + <width>260</width> |
126 | 157 | <height>55</height>
|
127 | 158 | </size>
|
128 | 159 | </property>
|
|
134 | 165 | </property>
|
135 | 166 | <property name="font">
|
136 | 167 | <font>
|
137 |
| - <pointsize>16</pointsize> |
138 |
| - <weight>75</weight> |
139 |
| - <bold>true</bold> |
| 168 | + <family>12</family> |
| 169 | + <pointsize>19</pointsize> |
| 170 | + <weight>50</weight> |
| 171 | + <italic>false</italic> |
| 172 | + <bold>false</bold> |
140 | 173 | </font>
|
141 | 174 | </property>
|
142 |
| - <property name="maxLength"> |
143 |
| - <number>25</number> |
| 175 | + <property name="focusPolicy"> |
| 176 | + <enum>Qt::StrongFocus</enum> |
| 177 | + </property> |
| 178 | + <property name="wrapping"> |
| 179 | + <bool>false</bool> |
144 | 180 | </property>
|
145 | 181 | <property name="alignment">
|
146 | 182 | <set>Qt::AlignCenter</set>
|
147 | 183 | </property>
|
| 184 | + <property name="accelerated"> |
| 185 | + <bool>false</bool> |
| 186 | + </property> |
| 187 | + <property name="displayFormat"> |
| 188 | + <string>HH:mm:ss</string> |
| 189 | + </property> |
148 | 190 | </widget>
|
149 | 191 | </item>
|
150 | 192 | </layout>
|
151 | 193 | </item>
|
152 | 194 | <item row="2" column="0">
|
153 |
| - <layout class="QHBoxLayout" name="horizontalLayout"> |
| 195 | + <layout class="QHBoxLayout" name="horizontalLayout_4"> |
154 | 196 | <item>
|
155 |
| - <widget class="QPushButton" name="createButton"> |
156 |
| - <property name="minimumSize"> |
157 |
| - <size> |
158 |
| - <width>0</width> |
159 |
| - <height>50</height> |
160 |
| - </size> |
| 197 | + <widget class="QLabel" name="label_3"> |
| 198 | + <property name="text"> |
| 199 | + <string>Sound</string> |
161 | 200 | </property>
|
162 |
| - <property name="maximumSize"> |
| 201 | + </widget> |
| 202 | + </item> |
| 203 | + <item> |
| 204 | + <spacer name="horizontalSpacer_3"> |
| 205 | + <property name="orientation"> |
| 206 | + <enum>Qt::Horizontal</enum> |
| 207 | + </property> |
| 208 | + <property name="sizeHint" stdset="0"> |
163 | 209 | <size>
|
164 |
| - <width>16777215</width> |
165 |
| - <height>50</height> |
| 210 | + <width>40</width> |
| 211 | + <height>20</height> |
166 | 212 | </size>
|
167 | 213 | </property>
|
168 |
| - <property name="text"> |
169 |
| - <string>Create</string> |
170 |
| - </property> |
171 |
| - </widget> |
| 214 | + </spacer> |
172 | 215 | </item>
|
173 | 216 | <item>
|
174 |
| - <widget class="QPushButton" name="cancelButton"> |
| 217 | + <widget class="QComboBox" name="SoundBox"> |
175 | 218 | <property name="minimumSize">
|
176 | 219 | <size>
|
177 |
| - <width>0</width> |
| 220 | + <width>260</width> |
178 | 221 | <height>50</height>
|
179 | 222 | </size>
|
180 | 223 | </property>
|
181 | 224 | <property name="maximumSize">
|
182 | 225 | <size>
|
183 |
| - <width>16777215</width> |
184 |
| - <height>50</height> |
| 226 | + <width>260</width> |
| 227 | + <height>16777215</height> |
185 | 228 | </size>
|
186 | 229 | </property>
|
187 |
| - <property name="text"> |
188 |
| - <string>Cancel</string> |
| 230 | + <property name="cursor"> |
| 231 | + <cursorShape>ArrowCursor</cursorShape> |
| 232 | + </property> |
| 233 | + <property name="currentText"> |
| 234 | + <string/> |
189 | 235 | </property>
|
190 | 236 | </widget>
|
191 | 237 | </item>
|
|
0 commit comments