equal
deleted
inserted
replaced
11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <property name="windowTitle"> |
13 <property name="windowTitle"> |
14 <string>MainWindow</string> |
14 <string>MainWindow</string> |
15 </property> |
15 </property> |
16 <widget class="QWidget" name="centralWidget"/> |
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> |
17 <widget class="QMenuBar" name="menuBar"> |
52 <widget class="QMenuBar" name="menuBar"> |
18 <property name="geometry"> |
53 <property name="geometry"> |
19 <rect> |
54 <rect> |
20 <x>0</x> |
55 <x>0</x> |
21 <y>0</y> |
56 <y>0</y> |