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

« back to all changes in this revision

Viewing changes to tests/QtUiTools/customwidget.ui

  • Committer: Bazaar Package Importer
  • Author(s): Didier Raboud
  • Date: 2011-02-18 18:01:00 UTC
  • mfrom: (1.2.3 upstream) (6.1.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110218180100-vaczjij7g08fzfme
Tags: 1.0.0~rc1-1
* New 1.0.0~rc1 upstream release
  - Bump the B-D chain versions:
    + apiextractor to 0.10.0-2~
    + generatorrunner to 0.6.6
    + shiboken to 1.0.0~rc1
* Update patches to ~rc1.
* debian/watch: update to handle Release Candidates too.
* Bump XS-Python-Version to >= 2.6.

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>303</width>
10
 
    <height>350</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="windowTitle">
14
 
   <string/>
15
 
  </property>
16
 
  <widget class="QDeclarativeView" name="declarativeView">
17
 
   <property name="geometry">
18
 
    <rect>
19
 
     <x>0</x>
20
 
     <y>150</y>
21
 
     <width>300</width>
22
 
     <height>200</height>
23
 
    </rect>
24
 
   </property>
25
 
  </widget>
26
 
  <widget class="WorldTimeClock" name="worldTimeClock">
27
 
   <property name="geometry">
28
 
    <rect>
29
 
     <x>190</x>
30
 
     <y>20</y>
31
 
     <width>100</width>
32
 
     <height>100</height>
33
 
    </rect>
34
 
   </property>
35
 
  </widget>
36
 
 </widget>
37
 
 <customwidgets>
38
 
  <customwidget>
39
 
   <class>QDeclarativeView</class>
40
 
   <extends>QGraphicsView</extends>
41
 
   <header>QtDeclarative/QDeclarativeView</header>
42
 
  </customwidget>
43
 
  <customwidget>
44
 
   <class>WorldTimeClock</class>
45
 
   <extends>QWidget</extends>
46
 
   <header>worldtimeclock.h</header>
47
 
  </customwidget>
48
 
</customwidgets>
49
 
 <resources/>
50
 
 <connections/>
51
 
</ui>