4
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<ui version="4.0">
|
|
3 |
<class>MainWindow</class>
|
|
4 |
<widget class="QMainWindow" name="MainWindow">
|
|
5 |
<property name="geometry">
|
|
6 |
<rect>
|
|
7 |
<x>0</x>
|
|
8 |
<y>0</y>
|
|
9 |
<width>361</width>
|
|
10 |
<height>640</height>
|
|
11 |
</rect>
|
|
12 |
</property>
|
|
13 |
<property name="windowTitle">
|
|
14 |
<string>MainWindow</string>
|
|
15 |
</property>
|
7
|
16 |
<widget class="QWidget" name="centralWidget">
|
|
17 |
<widget class="QWidget" name="">
|
|
18 |
<property name="geometry">
|
|
19 |
<rect>
|
|
20 |
<x>60</x>
|
|
21 |
<y>80</y>
|
|
22 |
<width>258</width>
|
|
23 |
<height>242</height>
|
|
24 |
</rect>
|
|
25 |
</property>
|
|
26 |
<layout class="QVBoxLayout" name="verticalLayout">
|
|
27 |
<item>
|
|
28 |
<widget class="QLabel" name="label">
|
|
29 |
<property name="font">
|
|
30 |
<font>
|
|
31 |
<pointsize>14</pointsize>
|
|
32 |
</font>
|
|
33 |
</property>
|
|
34 |
<property name="text">
|
|
35 |
<string>Nutrition information</string>
|
|
36 |
</property>
|
|
37 |
</widget>
|
|
38 |
</item>
|
|
39 |
<item>
|
|
40 |
<widget class="QTableWidget" name="tableWidget"/>
|
|
41 |
</item>
|
|
42 |
<item>
|
|
43 |
<widget class="QLabel" name="label_2">
|
|
44 |
<property name="text">
|
|
45 |
<string>Source: USDA</string>
|
|
46 |
</property>
|
|
47 |
</widget>
|
|
48 |
</item>
|
|
49 |
</layout>
|
|
50 |
</widget>
|
|
51 |
</widget>
|
4
|
52 |
<widget class="QMenuBar" name="menuBar">
|
|
53 |
<property name="geometry">
|
|
54 |
<rect>
|
|
55 |
<x>0</x>
|
|
56 |
<y>0</y>
|
|
57 |
<width>361</width>
|
|
58 |
<height>20</height>
|
|
59 |
</rect>
|
|
60 |
</property>
|
|
61 |
</widget>
|
|
62 |
<widget class="QToolBar" name="mainToolBar">
|
|
63 |
<attribute name="toolBarArea">
|
|
64 |
<enum>TopToolBarArea</enum>
|
|
65 |
</attribute>
|
|
66 |
<attribute name="toolBarBreak">
|
|
67 |
<bool>false</bool>
|
|
68 |
</attribute>
|
|
69 |
</widget>
|
|
70 |
<widget class="QStatusBar" name="statusBar"/>
|
|
71 |
</widget>
|
|
72 |
<layoutdefault spacing="6" margin="11"/>
|
|
73 |
<resources/>
|
|
74 |
<connections/>
|
|
75 |
</ui>
|