Seafood/mainwindow.ui
author John Kern <johnk@symbian.org>
Fri, 03 Sep 2010 10:47:49 -0700
changeset 43 105a16347b5a
parent 16 e26c25b72a12
permissions -rwxr-xr-x
reverting to previous version
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">
12
60c644f011c7 fix for datebase skew
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    17
   <widget class="QWidget" name="layoutWidget">
7
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    18
    <property name="geometry">
John Kern <johnk@symbian.org>
parents: 4
diff changeset
    19
     <rect>
12
60c644f011c7 fix for datebase skew
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    20
      <x>0</x>
15
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    21
      <y>10</y>
16
e26c25b72a12 fix the table layout looks presentable
John Kern <johnk@symbian.org>
parents: 15
diff changeset
    22
      <width>331</width>
e26c25b72a12 fix the table layout looks presentable
John Kern <johnk@symbian.org>
parents: 15
diff changeset
    23
      <height>401</height>
7
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>
12
60c644f011c7 fix for datebase skew
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    28
      <widget class="QLabel" name="header">
7
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">
16
e26c25b72a12 fix the table layout looks presentable
John Kern <johnk@symbian.org>
parents: 15
diff changeset
    35
        <string>Nutrition info</string>
7
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>
12
60c644f011c7 fix for datebase skew
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    40
      <widget class="Line" name="line">
60c644f011c7 fix for datebase skew
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    41
       <property name="orientation">
60c644f011c7 fix for datebase skew
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    42
        <enum>Qt::Horizontal</enum>
60c644f011c7 fix for datebase skew
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    43
       </property>
60c644f011c7 fix for datebase skew
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    44
      </widget>
60c644f011c7 fix for datebase skew
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    45
     </item>
60c644f011c7 fix for datebase skew
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    46
     <item>
60c644f011c7 fix for datebase skew
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    47
      <widget class="QLabel" name="amountServing">
60c644f011c7 fix for datebase skew
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    48
       <property name="text">
60c644f011c7 fix for datebase skew
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    49
        <string>	Amount per serving</string>
60c644f011c7 fix for datebase skew
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    50
       </property>
60c644f011c7 fix for datebase skew
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    51
       <property name="alignment">
60c644f011c7 fix for datebase skew
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    52
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
60c644f011c7 fix for datebase skew
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    53
       </property>
60c644f011c7 fix for datebase skew
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    54
      </widget>
60c644f011c7 fix for datebase skew
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    55
     </item>
60c644f011c7 fix for datebase skew
John Kern <johnk@symbian.org>
parents: 7
diff changeset
    56
     <item>
15
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    57
      <widget class="QTableWidget" name="tableWidget">
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    58
       <property name="autoScroll">
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    59
        <bool>false</bool>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    60
       </property>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    61
       <property name="editTriggers">
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    62
        <set>QAbstractItemView::NoEditTriggers</set>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    63
       </property>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    64
       <property name="rowCount">
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    65
        <number>6</number>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    66
       </property>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    67
       <property name="columnCount">
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    68
        <number>2</number>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    69
       </property>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    70
       <attribute name="horizontalHeaderVisible">
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    71
        <bool>false</bool>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    72
       </attribute>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    73
       <attribute name="verticalHeaderVisible">
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    74
        <bool>false</bool>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    75
       </attribute>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    76
       <attribute name="verticalHeaderVisible">
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    77
        <bool>false</bool>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    78
       </attribute>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    79
       <attribute name="horizontalHeaderVisible">
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    80
        <bool>false</bool>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    81
       </attribute>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    82
       <row/>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    83
       <row/>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    84
       <row/>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    85
       <row/>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    86
       <row/>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    87
       <row/>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    88
       <column/>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    89
       <column/>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    90
       <item row="0" column="0">
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    91
        <property name="text">
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    92
         <string>Calories</string>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    93
        </property>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    94
       </item>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    95
       <item row="1" column="0">
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    96
        <property name="text">
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    97
         <string>Total Fat</string>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    98
        </property>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
    99
       </item>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
   100
       <item row="2" column="0">
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
   101
        <property name="text">
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
   102
         <string>Total Protein</string>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
   103
        </property>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
   104
       </item>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
   105
       <item row="3" column="0">
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
   106
        <property name="text">
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
   107
         <string>Omega-3</string>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
   108
        </property>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
   109
       </item>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
   110
       <item row="4" column="0">
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
   111
        <property name="text">
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
   112
         <string>Cholesterol</string>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
   113
        </property>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
   114
       </item>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
   115
       <item row="5" column="0">
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
   116
        <property name="text">
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
   117
         <string>Sodium</string>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
   118
        </property>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
   119
       </item>
0f80a0f39475 populate the nutrition table
John Kern <johnk@symbian.org>
parents: 12
diff changeset
   120
      </widget>
7
John Kern <johnk@symbian.org>
parents: 4
diff changeset
   121
     </item>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
   122
     <item>
12
60c644f011c7 fix for datebase skew
John Kern <johnk@symbian.org>
parents: 7
diff changeset
   123
      <widget class="QLabel" name="usda">
7
John Kern <johnk@symbian.org>
parents: 4
diff changeset
   124
       <property name="text">
John Kern <johnk@symbian.org>
parents: 4
diff changeset
   125
        <string>Source: USDA</string>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
   126
       </property>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
   127
      </widget>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
   128
     </item>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
   129
    </layout>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
   130
   </widget>
John Kern <johnk@symbian.org>
parents: 4
diff changeset
   131
  </widget>
4
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
   132
  <widget class="QMenuBar" name="menuBar">
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
   133
   <property name="geometry">
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
   134
    <rect>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
   135
     <x>0</x>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
   136
     <y>0</y>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
   137
     <width>361</width>
16
e26c25b72a12 fix the table layout looks presentable
John Kern <johnk@symbian.org>
parents: 15
diff changeset
   138
     <height>20</height>
4
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
   139
    </rect>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
   140
   </property>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
   141
  </widget>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
   142
  <widget class="QToolBar" name="mainToolBar">
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
   143
   <attribute name="toolBarArea">
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
   144
    <enum>TopToolBarArea</enum>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
   145
   </attribute>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
   146
   <attribute name="toolBarBreak">
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
   147
    <bool>false</bool>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
   148
   </attribute>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
   149
  </widget>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
   150
  <widget class="QStatusBar" name="statusBar"/>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
   151
 </widget>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
   152
 <layoutdefault spacing="6" margin="11"/>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
   153
 <resources/>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
   154
 <connections/>
a154e00a4448 forgot a file
John Kern <johnk@symbian.org>
parents:
diff changeset
   155
</ui>