~ubuntu-branches/ubuntu/karmic/qtcreator/karmic-security

« back to all changes in this revision

Viewing changes to doc/examples/addressbook-sdk/part3/addressbook.ui

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2009-07-19 16:23:52 UTC
  • mfrom: (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090719162352-oni0h8hrrkdd3sil
Tags: 1.2.1-1ubuntu1
* Merge from debian unstable (LP: #399414), remaining changes:
  - Add qt-creator transitional package.
* debian/control: Conflicts on qt-creator (<< 1.2.1-1ubuntu1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>AddressBook</class>
 
4
 <widget class="QWidget" name="AddressBook">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>498</width>
 
10
    <height>333</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>AddressBook</string>
 
15
  </property>
 
16
  <layout class="QHBoxLayout" name="horizontalLayout_2">
 
17
   <item>
 
18
    <layout class="QGridLayout" name="gridLayout">
 
19
     <item row="0" column="0">
 
20
      <widget class="QLabel" name="nameLabel">
 
21
       <property name="text">
 
22
        <string>Name:</string>
 
23
       </property>
 
24
      </widget>
 
25
     </item>
 
26
     <item row="0" column="1">
 
27
      <widget class="QLineEdit" name="nameLine"/>
 
28
     </item>
 
29
     <item row="1" column="0">
 
30
      <widget class="QLabel" name="addressLabel">
 
31
       <property name="text">
 
32
        <string>Address:</string>
 
33
       </property>
 
34
       <property name="alignment">
 
35
        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
 
36
       </property>
 
37
      </widget>
 
38
     </item>
 
39
     <item row="1" column="1">
 
40
      <widget class="QTextEdit" name="addressText"/>
 
41
     </item>
 
42
     <item row="1" column="2">
 
43
      <layout class="QVBoxLayout" name="verticalLayout">
 
44
       <item>
 
45
        <widget class="QPushButton" name="addButton">
 
46
         <property name="text">
 
47
          <string>Add</string>
 
48
         </property>
 
49
        </widget>
 
50
       </item>
 
51
       <item>
 
52
        <widget class="QPushButton" name="submitButton">
 
53
         <property name="text">
 
54
          <string>Submit</string>
 
55
         </property>
 
56
        </widget>
 
57
       </item>
 
58
       <item>
 
59
        <widget class="QPushButton" name="cancelButton">
 
60
         <property name="text">
 
61
          <string>Cancel</string>
 
62
         </property>
 
63
        </widget>
 
64
       </item>
 
65
       <item>
 
66
        <spacer name="verticalSpacer">
 
67
         <property name="orientation">
 
68
          <enum>Qt::Vertical</enum>
 
69
         </property>
 
70
         <property name="sizeHint" stdset="0">
 
71
          <size>
 
72
           <width>20</width>
 
73
           <height>40</height>
 
74
          </size>
 
75
         </property>
 
76
        </spacer>
 
77
       </item>
 
78
      </layout>
 
79
     </item>
 
80
     <item row="2" column="1">
 
81
      <layout class="QHBoxLayout" name="horizontalLayout">
 
82
       <item>
 
83
        <widget class="QPushButton" name="nextButton">
 
84
         <property name="text">
 
85
          <string>Previous</string>
 
86
         </property>
 
87
        </widget>
 
88
       </item>
 
89
       <item>
 
90
        <widget class="QPushButton" name="previousButton">
 
91
         <property name="text">
 
92
          <string>Next</string>
 
93
         </property>
 
94
        </widget>
 
95
       </item>
 
96
      </layout>
 
97
     </item>
 
98
    </layout>
 
99
   </item>
 
100
  </layout>
 
101
 </widget>
 
102
 <layoutdefault spacing="6" margin="11"/>
 
103
 <resources/>
 
104
 <connections/>
 
105
</ui>