~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/VCS/RepositoryInfoForm.ui

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2
 
<class>VcsRepositoryInfoForm</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>VcsRepositoryInfoForm</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>590</width>
12
 
            <height>437</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Repository Information</string>
17
 
    </property>
18
 
    <vbox>
19
 
        <property name="name">
20
 
            <cstring>unnamed</cstring>
21
 
        </property>
22
 
        <property name="margin">
23
 
            <number>6</number>
24
 
        </property>
25
 
        <property name="spacing">
26
 
            <number>6</number>
27
 
        </property>
28
 
        <widget class="QTextBrowser">
29
 
            <property name="name">
30
 
                <cstring>infoBrowser</cstring>
31
 
            </property>
32
 
            <property name="textFormat">
33
 
                <enum>RichText</enum>
34
 
            </property>
35
 
            <property name="wordWrap">
36
 
                <enum>NoWrap</enum>
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
 
                <spacer>
48
 
                    <property name="name">
49
 
                        <cstring>spacer1</cstring>
50
 
                    </property>
51
 
                    <property name="orientation">
52
 
                        <enum>Horizontal</enum>
53
 
                    </property>
54
 
                    <property name="sizeType">
55
 
                        <enum>Expanding</enum>
56
 
                    </property>
57
 
                    <property name="sizeHint">
58
 
                        <size>
59
 
                            <width>40</width>
60
 
                            <height>20</height>
61
 
                        </size>
62
 
                    </property>
63
 
                </spacer>
64
 
                <widget class="QPushButton">
65
 
                    <property name="name">
66
 
                        <cstring>pushButton1</cstring>
67
 
                    </property>
68
 
                    <property name="text">
69
 
                        <string>&amp;Close</string>
70
 
                    </property>
71
 
                    <property name="accel">
72
 
                        <string>Alt+C</string>
73
 
                    </property>
74
 
                </widget>
75
 
                <spacer>
76
 
                    <property name="name">
77
 
                        <cstring>spacer2</cstring>
78
 
                    </property>
79
 
                    <property name="orientation">
80
 
                        <enum>Horizontal</enum>
81
 
                    </property>
82
 
                    <property name="sizeType">
83
 
                        <enum>Expanding</enum>
84
 
                    </property>
85
 
                    <property name="sizeHint">
86
 
                        <size>
87
 
                            <width>40</width>
88
 
                            <height>20</height>
89
 
                        </size>
90
 
                    </property>
91
 
                </spacer>
92
 
            </hbox>
93
 
        </widget>
94
 
    </vbox>
95
 
</widget>
96
 
<connections>
97
 
    <connection>
98
 
        <sender>pushButton1</sender>
99
 
        <signal>clicked()</signal>
100
 
        <receiver>VcsRepositoryInfoForm</receiver>
101
 
        <slot>accept()</slot>
102
 
    </connection>
103
 
</connections>
104
 
<layoutdefaults spacing="6" margin="11"/>
105
 
</UI>