Seafood/mainwindow.ui
author John Kern <johnk@symbian.org>
Thu, 25 Mar 2010 16:49:34 -0700
changeset 7 7ee47a65f1ad
parent 4 a154e00a4448
child 12 60c644f011c7
permissions -rw-r--r--
wip
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
     2
<ui version="4.0">
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
     3
 <class>MainWindow</class>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
     4
 <widget class="QMainWindow" name="MainWindow">
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
     5
  <property name="geometry">
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
     6
   <rect>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
     7
    <x>0</x>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
     8
    <y>0</y>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
     9
    <width>361</width>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    10
    <height>640</height>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    11
   </rect>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    12
  </property>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    13
  <property name="windowTitle">
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    14
   <string>MainWindow</string>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    15
  </property>
7
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    16
  <widget class="QWidget" name="centralWidget">
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    17
   <widget class="QWidget" name="">
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    18
    <property name="geometry">
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    19
     <rect>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    20
      <x>60</x>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    21
      <y>80</y>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    22
      <width>258</width>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    23
      <height>242</height>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    24
     </rect>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    25
    </property>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    26
    <layout class="QVBoxLayout" name="verticalLayout">
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    27
     <item>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    28
      <widget class="QLabel" name="label">
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    29
       <property name="font">
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    30
        <font>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    31
         <pointsize>14</pointsize>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    32
        </font>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    33
       </property>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    34
       <property name="text">
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    35
        <string>Nutrition information</string>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    36
       </property>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    37
      </widget>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    38
     </item>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    39
     <item>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    40
      <widget class="QTableWidget" name="tableWidget"/>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    41
     </item>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    42
     <item>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    43
      <widget class="QLabel" name="label_2">
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    44
       <property name="text">
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    45
        <string>Source: USDA</string>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    46
       </property>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    47
      </widget>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    48
     </item>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    49
    </layout>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    50
   </widget>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    51
  </widget>
4
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    52
  <widget class="QMenuBar" name="menuBar">
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    53
   <property name="geometry">
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    54
    <rect>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    55
     <x>0</x>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    56
     <y>0</y>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    57
     <width>361</width>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    58
     <height>20</height>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    59
    </rect>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    60
   </property>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    61
  </widget>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    62
  <widget class="QToolBar" name="mainToolBar">
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    63
   <attribute name="toolBarArea">
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    64
    <enum>TopToolBarArea</enum>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    65
   </attribute>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    66
   <attribute name="toolBarBreak">
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    67
    <bool>false</bool>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    68
   </attribute>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    69
  </widget>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    70
  <widget class="QStatusBar" name="statusBar"/>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    71
 </widget>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    72
 <layoutdefault spacing="6" margin="11"/>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    73
 <resources/>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    74
 <connections/>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
    75
</ui>