Initial commit: added current sources
[kitchenalert] / src / createtimersequencedialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CreateTimerSequenceDialog</class>
4  <widget class="QDialog" name="CreateTimerSequenceDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>768</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Create timer (sequence)</string>
15   </property>
16   <widget class="QWidget" name="verticalLayoutWidget">
17    <property name="geometry">
18     <rect>
19      <x>12</x>
20      <y>15</y>
21      <width>731</width>
22      <height>251</height>
23     </rect>
24    </property>
25    <layout class="QVBoxLayout" name="verticalLayout">
26     <item>
27      <widget class="QLabel" name="label">
28       <property name="text">
29        <string>Alert text:</string>
30       </property>
31      </widget>
32     </item>
33     <item>
34      <widget class="QLineEdit" name="timer1AlertText"/>
35     </item>
36     <item>
37      <widget class="QLabel" name="label_2">
38       <property name="text">
39        <string>Time:</string>
40       </property>
41      </widget>
42     </item>
43     <item>
44      <layout class="QHBoxLayout" name="horizontalLayout">
45       <item>
46        <widget class="QSpinBox" name="Timer1HoursSpinBox"/>
47       </item>
48       <item>
49        <widget class="QLabel" name="label_5">
50         <property name="text">
51          <string>h</string>
52         </property>
53        </widget>
54       </item>
55       <item>
56        <widget class="QSpinBox" name="timer1minutesSpinBox"/>
57       </item>
58       <item>
59        <widget class="QLabel" name="label_4">
60         <property name="text">
61          <string>min</string>
62         </property>
63        </widget>
64       </item>
65       <item>
66        <widget class="QSpinBox" name="timer1SecondsSpinBox"/>
67       </item>
68       <item>
69        <widget class="QLabel" name="label_3">
70         <property name="text">
71          <string>s</string>
72         </property>
73        </widget>
74       </item>
75      </layout>
76     </item>
77     <item>
78      <layout class="QHBoxLayout" name="horizontalLayout_2">
79       <item>
80        <widget class="QDialogButtonBox" name="buttonBox">
81         <property name="standardButtons">
82          <set>QDialogButtonBox::Ok</set>
83         </property>
84        </widget>
85       </item>
86      </layout>
87     </item>
88    </layout>
89   </widget>
90  </widget>
91  <resources/>
92  <connections>
93   <connection>
94    <sender>buttonBox</sender>
95    <signal>accepted()</signal>
96    <receiver>CreateTimerSequenceDialog</receiver>
97    <slot>accept()</slot>
98    <hints>
99     <hint type="sourcelabel">
100      <x>719</x>
101      <y>233</y>
102     </hint>
103     <hint type="destinationlabel">
104      <x>562</x>
105      <y>260</y>
106     </hint>
107    </hints>
108   </connection>
109  </connections>
110 </ui>