~ubuntu-branches/ubuntu/natty/pyside/natty

« back to all changes in this revision

Viewing changes to tests/QtUiTools/pycustomwidget2.ui

  • Committer: Bazaar Package Importer
  • Author(s): Didier Raboud
  • Date: 2011-02-18 18:01:00 UTC
  • mfrom: (1.1.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20110218180100-y8aqmcdbcbd6gpeh
Tags: upstream-1.0.0~rc1
ImportĀ upstreamĀ versionĀ 1.0.0~rc1

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>qwidget</class>
 
4
 <widget class="QWidget" name="qwidget">
 
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/>
 
15
  </property>
 
16
 
 
17
  <widget class="MyWidget" name="custom">
 
18
   <property name="geometry">
 
19
    <rect>
 
20
     <x>10</x>
 
21
     <y>10</y>
 
22
     <width>79</width>
 
23
     <height>23</height>
 
24
    </rect>
 
25
   </property>
 
26
  </widget>
 
27
 
 
28
 <widget class="MyWidget" name="custom2">
 
29
   <property name="geometry">
 
30
    <rect>
 
31
     <x>10</x>
 
32
     <y>10</y>
 
33
     <width>79</width>
 
34
     <height>23</height>
 
35
    </rect>
 
36
   </property>
 
37
 </widget>
 
38
 </widget>
 
39
 <customwidgets>
 
40
  <customwidget>
 
41
   <class>MyWidget</class>
 
42
   <extends>QComboBox</extends>
 
43
   <header>customwidget</header>
 
44
  </customwidget>
 
45
 </customwidgets>
 
46
 <resources/>
 
47
 <connections/>
 
48
</ui>