Initial Commit
[HECS.git] / gui / heating.ui
blob0c4866c472ad51d8981f4d3be3b66083b291a11a
1 <ui version="4.0" >
2  <class>HeatingDialog</class>
3  <widget class="QDialog" name="HeatingDialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>650</width>
9     <height>550</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Dialog</string>
14   </property>
15   <widget class="QLabel" name="label_4" >
16    <property name="geometry" >
17     <rect>
18      <x>20</x>
19      <y>90</y>
20      <width>121</width>
21      <height>151</height>
22     </rect>
23    </property>
24    <property name="text" >
25     <string/>
26    </property>
27    <property name="pixmap" >
28     <pixmap resource="../icons/hecsIconRes.qrc" >:/Icons/Screen6_icon.png</pixmap>
29    </property>
30   </widget>
31   <widget class="QWidget" name="layoutWidget" >
32    <property name="geometry" >
33     <rect>
34      <x>150</x>
35      <y>120</y>
36      <width>491</width>
37      <height>91</height>
38     </rect>
39    </property>
40    <layout class="QFormLayout" name="formLayout" >
41     <property name="fieldGrowthPolicy" >
42      <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
43     </property>
44     <item row="0" column="1" >
45      <widget class="QComboBox" name="boilerFuelTypeCbx" >
46       <item>
47        <property name="text" >
48         <string>Natural Gas</string>
49        </property>
50       </item>
51       <item>
52        <property name="text" >
53         <string>LPG</string>
54        </property>
55       </item>
56       <item>
57        <property name="text" >
58         <string>Oil</string>
59        </property>
60       </item>
61      </widget>
62     </item>
63     <item row="1" column="0" >
64      <widget class="QLabel" name="label_2" >
65       <property name="text" >
66        <string>Boiler Manufacturer </string>
67       </property>
68       <property name="buddy" >
69        <cstring>boilerManufacturerCbx</cstring>
70       </property>
71      </widget>
72     </item>
73     <item row="1" column="1" >
74      <widget class="QComboBox" name="boilerManufacturerCbx" >
75       <property name="currentIndex" >
76        <number>-1</number>
77       </property>
78       <property name="maxCount" >
79        <number>500000</number>
80       </property>
81       <property name="duplicatesEnabled" >
82        <bool>false</bool>
83       </property>
84      </widget>
85     </item>
86     <item row="2" column="0" >
87      <widget class="QLabel" name="label_3" >
88       <property name="text" >
89        <string>Boiler Model</string>
90       </property>
91       <property name="buddy" >
92        <cstring>boilerModelCbx</cstring>
93       </property>
94      </widget>
95     </item>
96     <item row="2" column="1" >
97      <widget class="QComboBox" name="boilerModelCbx" />
98     </item>
99     <item row="0" column="0" >
100      <widget class="QLabel" name="label" >
101       <property name="text" >
102        <string>Boiler Fuel Type</string>
103       </property>
104       <property name="buddy" >
105        <cstring>boilerFuelTypeCbx</cstring>
106       </property>
107      </widget>
108     </item>
109    </layout>
110    <zorder>label_2</zorder>
111    <zorder>boilerManufacturerCbx</zorder>
112    <zorder>label_3</zorder>
113    <zorder>boilerModelCbx</zorder>
114    <zorder>boilerFuelTypeCbx</zorder>
115    <zorder>label</zorder>
116   </widget>
117   <widget class="QWidget" name="layoutWidget" >
118    <property name="geometry" >
119     <rect>
120      <x>18</x>
121      <y>481</y>
122      <width>577</width>
123      <height>58</height>
124     </rect>
125    </property>
126    <layout class="QHBoxLayout" name="horizontalLayout_3" >
127     <item>
128      <spacer name="horizontalSpacer" >
129       <property name="orientation" >
130        <enum>Qt::Horizontal</enum>
131       </property>
132       <property name="sizeHint" stdset="0" >
133        <size>
134         <width>368</width>
135         <height>53</height>
136        </size>
137       </property>
138      </spacer>
139     </item>
140     <item>
141      <layout class="QHBoxLayout" name="horizontalLayout_4" >
142       <item>
143        <widget class="QPushButton" name="clearButton_2" >
144         <property name="text" >
145          <string>Clear</string>
146         </property>
147         <property name="icon" >
148          <iconset resource="../icons/hecsIconRes.qrc" >
149           <normaloff>:/Icons/Clear_icon.png</normaloff>:/Icons/Clear_icon.png</iconset>
150         </property>
151        </widget>
152       </item>
153       <item>
154        <widget class="QToolButton" name="backButton_2" >
155         <property name="text" >
156          <string>...</string>
157         </property>
158         <property name="icon" >
159          <iconset resource="../icons/hecsIconRes.qrc" >
160           <normaloff>:/Icons/Back_button.png</normaloff>:/Icons/Back_button.png</iconset>
161         </property>
162         <property name="iconSize" >
163          <size>
164           <width>48</width>
165           <height>48</height>
166          </size>
167         </property>
168        </widget>
169       </item>
170       <item>
171        <widget class="QToolButton" name="nextButton_2" >
172         <property name="text" >
173          <string>...</string>
174         </property>
175         <property name="icon" >
176          <iconset resource="../icons/hecsIconRes.qrc" >
177           <normaloff>:/Icons/Next_button.png</normaloff>:/Icons/Next_button.png</iconset>
178         </property>
179         <property name="iconSize" >
180          <size>
181           <width>48</width>
182           <height>48</height>
183          </size>
184         </property>
185        </widget>
186       </item>
187      </layout>
188     </item>
189    </layout>
190   </widget>
191   <widget class="QGroupBox" name="groupBox_5" >
192    <property name="geometry" >
193     <rect>
194      <x>10</x>
195      <y>0</y>
196      <width>631</width>
197      <height>101</height>
198     </rect>
199    </property>
200    <property name="title" >
201     <string/>
202    </property>
203    <widget class="QWidget" name="layoutWidget_2" >
204     <property name="geometry" >
205      <rect>
206       <x>10</x>
207       <y>10</y>
208       <width>261</width>
209       <height>92</height>
210      </rect>
211     </property>
212     <layout class="QVBoxLayout" name="verticalLayout" >
213      <item>
214       <widget class="QLabel" name="houseNumLbl" >
215        <property name="text" >
216         <string>1</string>
217        </property>
218       </widget>
219      </item>
220      <item>
221       <widget class="QLabel" name="addressLbl" >
222        <property name="text" >
223         <string>1</string>
224        </property>
225       </widget>
226      </item>
227      <item>
228       <widget class="QLabel" name="postcodeLbl" >
229        <property name="text" >
230         <string>1</string>
231        </property>
232       </widget>
233      </item>
234      <item>
235       <widget class="QLabel" name="label_15" >
236        <property name="text" >
237         <string>1</string>
238        </property>
239       </widget>
240      </item>
241     </layout>
242    </widget>
243   </widget>
244   <widget class="QGroupBox" name="groupBox" >
245    <property name="geometry" >
246     <rect>
247      <x>20</x>
248      <y>240</y>
249      <width>181</width>
250      <height>131</height>
251     </rect>
252    </property>
253    <property name="title" >
254     <string>Boiler Information</string>
255    </property>
256    <widget class="QWidget" name="" >
257     <property name="geometry" >
258      <rect>
259       <x>10</x>
260       <y>20</y>
261       <width>161</width>
262       <height>20</height>
263      </rect>
264     </property>
265     <layout class="QHBoxLayout" name="horizontalLayout" >
266      <item>
267       <widget class="QLabel" name="label_5" >
268        <property name="font" >
269         <font>
270          <weight>75</weight>
271          <bold>true</bold>
272         </font>
273        </property>
274        <property name="text" >
275         <string>Seasonal Effcy: </string>
276        </property>
277        <property name="wordWrap" >
278         <bool>true</bool>
279        </property>
280       </widget>
281      </item>
282      <item>
283       <widget class="QLabel" name="effcyLbl" >
284        <property name="font" >
285         <font>
286          <weight>75</weight>
287          <bold>true</bold>
288         </font>
289        </property>
290        <property name="text" >
291         <string/>
292        </property>
293       </widget>
294      </item>
295     </layout>
296    </widget>
297   </widget>
298  </widget>
299  <resources>
300   <include location="../icons/hecsIconRes.qrc" />
301  </resources>
302  <connections/>
303 </ui>