contactengine/mainwindow.ui
author wesleyt@symbian.org
Thu, 09 Sep 2010 11:30:41 -0700
changeset 45 b23ec2b62c45
parent 34 93c5a58496b6
permissions -rwxr-xr-x
resizing layouts
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
     2
<ui version="4.0">
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
     3
 <class>MainWindow</class>
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
     4
 <widget class="QMainWindow" name="MainWindow">
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
     5
  <property name="geometry">
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
     6
   <rect>
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
     7
    <x>0</x>
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
     8
    <y>0</y>
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
     9
    <width>360</width>
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
    10
    <height>640</height>
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
    11
   </rect>
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
    12
  </property>
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
    13
  <property name="windowTitle">
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
    14
   <string>MainWindow</string>
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
    15
  </property>
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
    16
  <widget class="QWidget" name="centralWidget">
34
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    17
   <widget class="QStackedWidget" name="stackedWidget">
19
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
    18
    <property name="geometry">
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
    19
     <rect>
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
    20
      <x>0</x>
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
    21
      <y>0</y>
34
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    22
      <width>359</width>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    23
      <height>621</height>
19
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
    24
     </rect>
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
    25
    </property>
34
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    26
    <widget class="QWidget" name="page">
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    27
     <widget class="QWidget" name="layoutWidget">
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    28
      <property name="geometry">
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    29
       <rect>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    30
        <x>-10</x>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    31
        <y>-10</y>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    32
        <width>361</width>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    33
        <height>641</height>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    34
       </rect>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    35
      </property>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    36
      <layout class="QVBoxLayout" name="verticalLayout">
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    37
       <item>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    38
        <widget class="QComboBox" name="comboBox">
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    39
         <property name="font">
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    40
          <font>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    41
           <pointsize>12</pointsize>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    42
          </font>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    43
         </property>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    44
        </widget>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    45
       </item>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    46
       <item>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    47
        <widget class="QListView" name="listView"/>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    48
       </item>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    49
      </layout>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    50
     </widget>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    51
     <zorder>listView</zorder>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    52
     <zorder>layoutWidget</zorder>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    53
    </widget>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    54
    <widget class="QWidget" name="page_2">
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    55
     <widget class="QGraphicsView" name="graphicsView">
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    56
      <property name="geometry">
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    57
       <rect>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    58
        <x>-10</x>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    59
        <y>0</y>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    60
        <width>371</width>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    61
        <height>711</height>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    62
       </rect>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    63
      </property>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    64
     </widget>
93c5a58496b6 add graphics view which presents contacts details
John Kern <johnk@symbian.org>
parents: 19
diff changeset
    65
    </widget>
19
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
    66
   </widget>
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
    67
  </widget>
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
    68
 </widget>
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
    69
 <layoutdefault spacing="6" margin="11"/>
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
    70
 <resources/>
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
    71
 <connections/>
e4b6ee329501 WIP: first draft of contact engine
John Kern <johnk@symbian.org>
parents:
diff changeset
    72
</ui>