~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to toaboutui.ui

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2007-05-29 13:13:36 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529131336-85ygaddivvmkd3xc
Tags: 1.3.21pre22-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules: call dh_iconcache
  - Remove g++ build dependency
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI>
2
 
<class>toAboutUI</class>
3
 
<widget>
4
 
    <class>QDialog</class>
5
 
    <property stdset="1">
6
 
        <name>name</name>
7
 
        <cstring>toAboutUI</cstring>
8
 
    </property>
9
 
    <property stdset="1">
10
 
        <name>geometry</name>
11
 
        <rect>
12
 
            <x>0</x>
13
 
            <y>0</y>
14
 
            <width>475</width>
15
 
            <height>400</height>
16
 
        </rect>
17
 
    </property>
18
 
    <property stdset="1">
19
 
        <name>caption</name>
20
 
        <string>toAboutUI</string>
21
 
    </property>
22
 
    <grid>
23
 
        <property stdset="1">
24
 
            <name>margin</name>
25
 
            <number>11</number>
26
 
        </property>
27
 
        <property stdset="1">
28
 
            <name>spacing</name>
29
 
            <number>6</number>
30
 
        </property>
31
 
        <widget row="0"  column="0"  rowspan="1"  colspan="4" >
32
 
            <class>QTextView</class>
33
 
            <property stdset="1">
34
 
                <name>name</name>
35
 
                <cstring>TextView</cstring>
36
 
            </property>
37
 
            <property stdset="1">
38
 
                <name>textFormat</name>
39
 
                <enum>RichText</enum>
40
 
            </property>
41
 
        </widget>
42
 
        <widget row="1"  column="2" >
43
 
            <class>QPushButton</class>
44
 
            <property stdset="1">
45
 
                <name>name</name>
46
 
                <cstring>OkButton</cstring>
47
 
            </property>
48
 
            <property stdset="1">
49
 
                <name>text</name>
50
 
                <string>&amp;Ok</string>
51
 
            </property>
52
 
            <property stdset="1">
53
 
                <name>default</name>
54
 
                <bool>true</bool>
55
 
            </property>
56
 
        </widget>
57
 
        <widget row="1"  column="3" >
58
 
            <class>QPushButton</class>
59
 
            <property stdset="1">
60
 
                <name>name</name>
61
 
                <cstring>CancelButton</cstring>
62
 
            </property>
63
 
            <property stdset="1">
64
 
                <name>text</name>
65
 
                <string>Cancel</string>
66
 
            </property>
67
 
        </widget>
68
 
        <spacer row="1"  column="1" >
69
 
            <property>
70
 
                <name>name</name>
71
 
                <cstring>Spacer1</cstring>
72
 
            </property>
73
 
            <property stdset="1">
74
 
                <name>orientation</name>
75
 
                <enum>Horizontal</enum>
76
 
            </property>
77
 
            <property stdset="1">
78
 
                <name>sizeType</name>
79
 
                <enum>Expanding</enum>
80
 
            </property>
81
 
            <property>
82
 
                <name>sizeHint</name>
83
 
                <size>
84
 
                    <width>20</width>
85
 
                    <height>20</height>
86
 
                </size>
87
 
            </property>
88
 
        </spacer>
89
 
    </grid>
90
 
</widget>
91
 
<connections>
92
 
    <connection>
93
 
        <sender>OkButton</sender>
94
 
        <signal>clicked()</signal>
95
 
        <receiver>toAboutUI</receiver>
96
 
        <slot>accept()</slot>
97
 
    </connection>
98
 
    <connection>
99
 
        <sender>CancelButton</sender>
100
 
        <signal>clicked()</signal>
101
 
        <receiver>toAboutUI</receiver>
102
 
        <slot>reject()</slot>
103
 
    </connection>
104
 
</connections>
105
 
<tabstops>
106
 
    <tabstop>TextView</tabstop>
107
 
    <tabstop>OkButton</tabstop>
108
 
    <tabstop>CancelButton</tabstop>
109
 
</tabstops>
110
 
</UI>