~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to examples/tools/inputpanel/mainform.ui

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-11-02 18:30:08 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (15.2.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: james.westby@ubuntu.com-20091102183008-b6a4gcs128mvfb3m
Tags: upstream-4.6.0~beta1
ImportĀ upstreamĀ versionĀ 4.6.0~beta1

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>MainForm</class>
 
4
 <widget class="QWidget" name="MainForm">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>140</width>
 
10
    <height>200</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Input Panel Example</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout_2">
 
17
   <item>
 
18
    <widget class="QLabel" name="label">
 
19
     <property name="text">
 
20
      <string>My age:</string>
 
21
     </property>
 
22
     <property name="alignment">
 
23
      <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
 
24
     </property>
 
25
     <property name="buddy">
 
26
      <cstring>lineEdit</cstring>
 
27
     </property>
 
28
    </widget>
 
29
   </item>
 
30
   <item>
 
31
    <widget class="QLineEdit" name="lineEdit"/>
 
32
   </item>
 
33
   <item>
 
34
    <widget class="QLabel" name="label_2">
 
35
     <property name="text">
 
36
      <string>My phone number:</string>
 
37
     </property>
 
38
     <property name="alignment">
 
39
      <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
 
40
     </property>
 
41
     <property name="buddy">
 
42
      <cstring>lineEdit_2</cstring>
 
43
     </property>
 
44
    </widget>
 
45
   </item>
 
46
   <item>
 
47
    <widget class="QLineEdit" name="lineEdit_2"/>
 
48
   </item>
 
49
   <item>
 
50
    <widget class="QGroupBox" name="groupBox">
 
51
     <property name="title">
 
52
      <string>My gender:</string>
 
53
     </property>
 
54
     <layout class="QVBoxLayout" name="verticalLayout">
 
55
      <item>
 
56
       <widget class="QRadioButton" name="radioButton">
 
57
        <property name="text">
 
58
         <string>Male</string>
 
59
        </property>
 
60
       </widget>
 
61
      </item>
 
62
      <item>
 
63
       <widget class="QRadioButton" name="radioButton_2">
 
64
        <property name="text">
 
65
         <string>Female</string>
 
66
        </property>
 
67
       </widget>
 
68
      </item>
 
69
     </layout>
 
70
    </widget>
 
71
   </item>
 
72
  </layout>
 
73
 </widget>
 
74
 <resources/>
 
75
 <connections/>
 
76
</ui>