~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to vcs/subversion/subversiondiff.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2
 
<class>Subversion_Diff</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>Subversion_Diff</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>511</width>
12
 
            <height>282</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Subversion Diff</string>
17
 
    </property>
18
 
    <property name="sizeGripEnabled">
19
 
        <bool>true</bool>
20
 
    </property>
21
 
    <vbox>
22
 
        <property name="name">
23
 
            <cstring>unnamed</cstring>
24
 
        </property>
25
 
        <widget class="QTextBrowser">
26
 
            <property name="name">
27
 
                <cstring>text</cstring>
28
 
            </property>
29
 
            <property name="textFormat">
30
 
                <enum>PlainText</enum>
31
 
            </property>
32
 
            <property name="wordWrap">
33
 
                <enum>NoWrap</enum>
34
 
            </property>
35
 
            <property name="autoFormatting">
36
 
                <set>AutoAll</set>
37
 
            </property>
38
 
        </widget>
39
 
        <widget class="QLayoutWidget">
40
 
            <property name="name">
41
 
                <cstring>Layout1</cstring>
42
 
            </property>
43
 
            <hbox>
44
 
                <property name="name">
45
 
                    <cstring>unnamed</cstring>
46
 
                </property>
47
 
                <property name="margin">
48
 
                    <number>0</number>
49
 
                </property>
50
 
                <property name="spacing">
51
 
                    <number>6</number>
52
 
                </property>
53
 
                <spacer>
54
 
                    <property name="name">
55
 
                        <cstring>Horizontal Spacing2</cstring>
56
 
                    </property>
57
 
                    <property name="orientation">
58
 
                        <enum>Horizontal</enum>
59
 
                    </property>
60
 
                    <property name="sizeType">
61
 
                        <enum>Expanding</enum>
62
 
                    </property>
63
 
                    <property name="sizeHint">
64
 
                        <size>
65
 
                            <width>20</width>
66
 
                            <height>20</height>
67
 
                        </size>
68
 
                    </property>
69
 
                </spacer>
70
 
                <widget class="QPushButton">
71
 
                    <property name="name">
72
 
                        <cstring>buttonOk</cstring>
73
 
                    </property>
74
 
                    <property name="text">
75
 
                        <string>&amp;OK</string>
76
 
                    </property>
77
 
                    <property name="accel">
78
 
                        <string></string>
79
 
                    </property>
80
 
                    <property name="autoDefault">
81
 
                        <bool>true</bool>
82
 
                    </property>
83
 
                    <property name="default">
84
 
                        <bool>true</bool>
85
 
                    </property>
86
 
                </widget>
87
 
            </hbox>
88
 
        </widget>
89
 
    </vbox>
90
 
</widget>
91
 
<connections>
92
 
    <connection>
93
 
        <sender>buttonOk</sender>
94
 
        <signal>clicked()</signal>
95
 
        <receiver>Subversion_Diff</receiver>
96
 
        <slot>accept()</slot>
97
 
    </connection>
98
 
</connections>
99
 
<layoutdefaults spacing="6" margin="11"/>
100
 
</UI>