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

« back to all changes in this revision

Viewing changes to vcs/cvsservice/diffdialogbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
 
2
<class>DiffDialogBase</class>
 
3
<widget class="QDialog">
 
4
    <property name="name">
 
5
        <cstring>DiffDialog</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>519</width>
 
12
            <height>246</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>Choose Revisions to 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="QButtonGroup">
 
26
            <property name="name">
 
27
                <cstring>buttonGroup1</cstring>
 
28
            </property>
 
29
            <property name="title">
 
30
                <string>Build Difference Between</string>
 
31
            </property>
 
32
            <grid>
 
33
                <property name="name">
 
34
                    <cstring>unnamed</cstring>
 
35
                </property>
 
36
                <widget class="QLayoutWidget" row="2" column="0">
 
37
                    <property name="name">
 
38
                        <cstring>layout3</cstring>
 
39
                    </property>
 
40
                    <hbox>
 
41
                        <property name="name">
 
42
                            <cstring>unnamed</cstring>
 
43
                        </property>
 
44
                        <widget class="QRadioButton">
 
45
                            <property name="name">
 
46
                                <cstring>diffLocalOtherRadio</cstring>
 
47
                            </property>
 
48
                            <property name="text">
 
49
                                <string>Local copy and an arbitrary &amp;revision:</string>
 
50
                            </property>
 
51
                        </widget>
 
52
                        <widget class="QLineEdit">
 
53
                            <property name="name">
 
54
                                <cstring>revOtherEdit</cstring>
 
55
                            </property>
 
56
                            <property name="enabled">
 
57
                                <bool>false</bool>
 
58
                            </property>
 
59
                        </widget>
 
60
                    </hbox>
 
61
                </widget>
 
62
                <widget class="QRadioButton" row="3" column="0">
 
63
                    <property name="name">
 
64
                        <cstring>diffArbitraryRevRadio</cstring>
 
65
                    </property>
 
66
                    <property name="text">
 
67
                        <string>&amp;Two arbitrary revisions/tags:</string>
 
68
                    </property>
 
69
                </widget>
 
70
                <widget class="QLayoutWidget" row="4" column="0">
 
71
                    <property name="name">
 
72
                        <cstring>layout3</cstring>
 
73
                    </property>
 
74
                    <grid>
 
75
                        <property name="name">
 
76
                            <cstring>unnamed</cstring>
 
77
                        </property>
 
78
                        <widget class="QLabel" row="0" column="0">
 
79
                            <property name="name">
 
80
                                <cstring>textLabel1</cstring>
 
81
                            </property>
 
82
                            <property name="sizePolicy">
 
83
                                <sizepolicy>
 
84
                                    <hsizetype>0</hsizetype>
 
85
                                    <vsizetype>0</vsizetype>
 
86
                                    <horstretch>0</horstretch>
 
87
                                    <verstretch>0</verstretch>
 
88
                                </sizepolicy>
 
89
                            </property>
 
90
                            <property name="text">
 
91
                                <string>Revision A:</string>
 
92
                            </property>
 
93
                        </widget>
 
94
                        <widget class="QLineEdit" row="1" column="1">
 
95
                            <property name="name">
 
96
                                <cstring>revbEdit</cstring>
 
97
                            </property>
 
98
                            <property name="enabled">
 
99
                                <bool>false</bool>
 
100
                            </property>
 
101
                            <property name="text">
 
102
                                <string></string>
 
103
                            </property>
 
104
                            <property name="toolTip" stdset="0">
 
105
                                <string>Second revision to compare (leave empty to diff against HEAD)</string>
 
106
                            </property>
 
107
                        </widget>
 
108
                        <widget class="QLineEdit" row="1" column="0">
 
109
                            <property name="name">
 
110
                                <cstring>revaEdit</cstring>
 
111
                            </property>
 
112
                            <property name="enabled">
 
113
                                <bool>false</bool>
 
114
                            </property>
 
115
                            <property name="toolTip" stdset="0">
 
116
                                <string>First revision to compare</string>
 
117
                            </property>
 
118
                        </widget>
 
119
                        <widget class="QLabel" row="0" column="1">
 
120
                            <property name="name">
 
121
                                <cstring>textLabel2</cstring>
 
122
                            </property>
 
123
                            <property name="sizePolicy">
 
124
                                <sizepolicy>
 
125
                                    <hsizetype>0</hsizetype>
 
126
                                    <vsizetype>0</vsizetype>
 
127
                                    <horstretch>0</horstretch>
 
128
                                    <verstretch>0</verstretch>
 
129
                                </sizepolicy>
 
130
                            </property>
 
131
                            <property name="text">
 
132
                                <string>Revision B:</string>
 
133
                            </property>
 
134
                        </widget>
 
135
                    </grid>
 
136
                </widget>
 
137
                <widget class="QRadioButton" row="1" column="0">
 
138
                    <property name="name">
 
139
                        <cstring>diffLocalHeadRadio</cstring>
 
140
                    </property>
 
141
                    <property name="text">
 
142
                        <string>Local cop&amp;y and HEAD</string>
 
143
                    </property>
 
144
                </widget>
 
145
                <widget class="QRadioButton" row="0" column="0">
 
146
                    <property name="name">
 
147
                        <cstring>diffLocalBaseRadio</cstring>
 
148
                    </property>
 
149
                    <property name="text">
 
150
                        <string>Local copy a&amp;nd BASE</string>
 
151
                    </property>
 
152
                    <property name="checked">
 
153
                        <bool>true</bool>
 
154
                    </property>
 
155
                </widget>
 
156
            </grid>
 
157
        </widget>
 
158
        <widget class="Line">
 
159
            <property name="name">
 
160
                <cstring>line1</cstring>
 
161
            </property>
 
162
            <property name="frameShape">
 
163
                <enum>HLine</enum>
 
164
            </property>
 
165
            <property name="frameShadow">
 
166
                <enum>Sunken</enum>
 
167
            </property>
 
168
            <property name="orientation">
 
169
                <enum>Horizontal</enum>
 
170
            </property>
 
171
        </widget>
 
172
        <widget class="QLayoutWidget">
 
173
            <property name="name">
 
174
                <cstring>layout2</cstring>
 
175
            </property>
 
176
            <hbox>
 
177
                <property name="name">
 
178
                    <cstring>unnamed</cstring>
 
179
                </property>
 
180
                <spacer>
 
181
                    <property name="name">
 
182
                        <cstring>Horizontal Spacing2</cstring>
 
183
                    </property>
 
184
                    <property name="orientation">
 
185
                        <enum>Horizontal</enum>
 
186
                    </property>
 
187
                    <property name="sizeType">
 
188
                        <enum>Expanding</enum>
 
189
                    </property>
 
190
                    <property name="sizeHint">
 
191
                        <size>
 
192
                            <width>130</width>
 
193
                            <height>20</height>
 
194
                        </size>
 
195
                    </property>
 
196
                </spacer>
 
197
                <widget class="QPushButton">
 
198
                    <property name="name">
 
199
                        <cstring>buttonOk</cstring>
 
200
                    </property>
 
201
                    <property name="text">
 
202
                        <string>&amp;OK</string>
 
203
                    </property>
 
204
                    <property name="accel">
 
205
                        <string></string>
 
206
                    </property>
 
207
                    <property name="autoDefault">
 
208
                        <bool>true</bool>
 
209
                    </property>
 
210
                    <property name="default">
 
211
                        <bool>true</bool>
 
212
                    </property>
 
213
                </widget>
 
214
                <widget class="QPushButton">
 
215
                    <property name="name">
 
216
                        <cstring>buttonCancel</cstring>
 
217
                    </property>
 
218
                    <property name="text">
 
219
                        <string>&amp;Cancel</string>
 
220
                    </property>
 
221
                    <property name="accel">
 
222
                        <string></string>
 
223
                    </property>
 
224
                    <property name="autoDefault">
 
225
                        <bool>true</bool>
 
226
                    </property>
 
227
                </widget>
 
228
            </hbox>
 
229
        </widget>
 
230
    </vbox>
 
231
</widget>
 
232
<connections>
 
233
    <connection>
 
234
        <sender>buttonOk</sender>
 
235
        <signal>clicked()</signal>
 
236
        <receiver>DiffDialog</receiver>
 
237
        <slot>accept()</slot>
 
238
    </connection>
 
239
    <connection>
 
240
        <sender>buttonCancel</sender>
 
241
        <signal>clicked()</signal>
 
242
        <receiver>DiffDialog</receiver>
 
243
        <slot>reject()</slot>
 
244
    </connection>
 
245
    <connection>
 
246
        <sender>diffArbitraryRevRadio</sender>
 
247
        <signal>toggled(bool)</signal>
 
248
        <receiver>revaEdit</receiver>
 
249
        <slot>setEnabled(bool)</slot>
 
250
    </connection>
 
251
    <connection>
 
252
        <sender>diffArbitraryRevRadio</sender>
 
253
        <signal>toggled(bool)</signal>
 
254
        <receiver>revbEdit</receiver>
 
255
        <slot>setEnabled(bool)</slot>
 
256
    </connection>
 
257
    <connection>
 
258
        <sender>diffLocalOtherRadio</sender>
 
259
        <signal>toggled(bool)</signal>
 
260
        <receiver>revOtherEdit</receiver>
 
261
        <slot>setEnabled(bool)</slot>
 
262
    </connection>
 
263
</connections>
 
264
<tabstops>
 
265
    <tabstop>diffLocalBaseRadio</tabstop>
 
266
    <tabstop>diffLocalHeadRadio</tabstop>
 
267
    <tabstop>diffLocalOtherRadio</tabstop>
 
268
    <tabstop>revOtherEdit</tabstop>
 
269
    <tabstop>revaEdit</tabstop>
 
270
    <tabstop>revbEdit</tabstop>
 
271
    <tabstop>buttonOk</tabstop>
 
272
    <tabstop>buttonCancel</tabstop>
 
273
</tabstops>
 
274
<layoutdefaults spacing="6" margin="11"/>
 
275
</UI>