~ubuntu-branches/ubuntu/oneiric/pyside/oneiric

« back to all changes in this revision

Viewing changes to tests/QtUiTools/bug_913.ui

  • Committer: Package Import Robot
  • Author(s): Barry Warsaw
  • Date: 2011-09-02 13:38:16 UTC
  • mfrom: (13.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20110902133816-m9hr28n1u90bs3of
Tags: 1.0.6.1-2ubuntu1
* debian/patches/force-phonon.patch:
  Force the addition of the phonon directory to the CMake files.
  (LP: #832864)
* debian/control: Ubuntu 11.10 only has debhelper 8.9.0.

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>Form</class>
 
4
 <widget class="QWidget" name="Form">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>400</width>
 
10
    <height>300</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Form</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout">
 
17
   <item>
 
18
    <widget class="QTabWidget" name="tabWidget">
 
19
     <widget class="QWidget" name="tab">
 
20
      <attribute name="title">
 
21
       <string>Tab 1</string>
 
22
      </attribute>
 
23
      <layout class="QFormLayout" name="formLayout">
 
24
       <item row="0" column="0">
 
25
        <widget class="QLabel" name="label">
 
26
         <property name="text">
 
27
          <string>First name:</string>
 
28
         </property>
 
29
        </widget>
 
30
       </item>
 
31
       <item row="0" column="1">
 
32
        <widget class="QLineEdit" name="le_first"/>
 
33
       </item>
 
34
       <item row="1" column="0">
 
35
        <widget class="QLabel" name="label_2">
 
36
         <property name="text">
 
37
          <string>Last name:</string>
 
38
         </property>
 
39
        </widget>
 
40
       </item>
 
41
       <item row="1" column="1">
 
42
        <widget class="QLineEdit" name="le_last"/>
 
43
       </item>
 
44
      </layout>
 
45
     </widget>
 
46
     <widget class="QWidget" name="tab_2">
 
47
      <attribute name="title">
 
48
       <string>Tab 2</string>
 
49
      </attribute>
 
50
     </widget>
 
51
    </widget>
 
52
   </item>
 
53
  </layout>
 
54
 </widget>
 
55
 <resources/>
 
56
 <connections/>
 
57
</ui>