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

« back to all changes in this revision

Viewing changes to eric/UI/CompareForm.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>CompareForm</class>
3
 
<widget class="QWidget">
4
 
    <property name="name">
5
 
        <cstring>CompareForm</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>972</width>
12
 
            <height>601</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>File Comparison</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="QLayoutWidget">
29
 
            <property name="name">
30
 
                <cstring>layout8</cstring>
31
 
            </property>
32
 
            <hbox>
33
 
                <property name="name">
34
 
                    <cstring>unnamed</cstring>
35
 
                </property>
36
 
                <widget class="QLabel">
37
 
                    <property name="name">
38
 
                        <cstring>textLabel1</cstring>
39
 
                    </property>
40
 
                    <property name="text">
41
 
                        <string>File &amp;1:</string>
42
 
                    </property>
43
 
                    <property name="buddy" stdset="0">
44
 
                        <cstring>file1Edit</cstring>
45
 
                    </property>
46
 
                </widget>
47
 
                <widget class="QLineEdit">
48
 
                    <property name="name">
49
 
                        <cstring>file1Edit</cstring>
50
 
                    </property>
51
 
                    <property name="toolTip" stdset="0">
52
 
                        <string>Enter the name of the first file</string>
53
 
                    </property>
54
 
                </widget>
55
 
                <widget class="QPushButton">
56
 
                    <property name="name">
57
 
                        <cstring>file1Button</cstring>
58
 
                    </property>
59
 
                    <property name="text">
60
 
                        <string>...</string>
61
 
                    </property>
62
 
                    <property name="toolTip" stdset="0">
63
 
                        <string>Press to select the file via a file selection dialog</string>
64
 
                    </property>
65
 
                </widget>
66
 
                <widget class="QLabel">
67
 
                    <property name="name">
68
 
                        <cstring>textLabel2</cstring>
69
 
                    </property>
70
 
                    <property name="text">
71
 
                        <string>File &amp;2:</string>
72
 
                    </property>
73
 
                    <property name="buddy" stdset="0">
74
 
                        <cstring>file1Edit</cstring>
75
 
                    </property>
76
 
                </widget>
77
 
                <widget class="QLineEdit">
78
 
                    <property name="name">
79
 
                        <cstring>file2Edit</cstring>
80
 
                    </property>
81
 
                    <property name="toolTip" stdset="0">
82
 
                        <string>Enter the name of the second file</string>
83
 
                    </property>
84
 
                </widget>
85
 
                <widget class="QPushButton">
86
 
                    <property name="name">
87
 
                        <cstring>file2Button</cstring>
88
 
                    </property>
89
 
                    <property name="text">
90
 
                        <string>...</string>
91
 
                    </property>
92
 
                    <property name="toolTip" stdset="0">
93
 
                        <string>Press to select the file via a file selection dialog</string>
94
 
                    </property>
95
 
                </widget>
96
 
            </hbox>
97
 
        </widget>
98
 
        <widget class="QLayoutWidget">
99
 
            <property name="name">
100
 
                <cstring>layout4</cstring>
101
 
            </property>
102
 
            <hbox>
103
 
                <property name="name">
104
 
                    <cstring>unnamed</cstring>
105
 
                </property>
106
 
                <widget class="QTextBrowser">
107
 
                    <property name="name">
108
 
                        <cstring>contents_1</cstring>
109
 
                    </property>
110
 
                    <property name="focusPolicy">
111
 
                        <enum>NoFocus</enum>
112
 
                    </property>
113
 
                    <property name="textFormat">
114
 
                        <enum>PlainText</enum>
115
 
                    </property>
116
 
                    <property name="wordWrap">
117
 
                        <enum>NoWrap</enum>
118
 
                    </property>
119
 
                </widget>
120
 
                <widget class="QTextBrowser">
121
 
                    <property name="name">
122
 
                        <cstring>contents_2</cstring>
123
 
                    </property>
124
 
                    <property name="focusPolicy">
125
 
                        <enum>NoFocus</enum>
126
 
                    </property>
127
 
                    <property name="textFormat">
128
 
                        <enum>PlainText</enum>
129
 
                    </property>
130
 
                    <property name="wordWrap">
131
 
                        <enum>NoWrap</enum>
132
 
                    </property>
133
 
                </widget>
134
 
            </hbox>
135
 
        </widget>
136
 
        <widget class="QCheckBox">
137
 
            <property name="name">
138
 
                <cstring>synchronizeCheckBox</cstring>
139
 
            </property>
140
 
            <property name="text">
141
 
                <string>&amp;Synchronize scrollbars</string>
142
 
            </property>
143
 
            <property name="accel">
144
 
                <string>Alt+S</string>
145
 
            </property>
146
 
            <property name="checked">
147
 
                <bool>true</bool>
148
 
            </property>
149
 
            <property name="toolTip" stdset="0">
150
 
                <string>Select, if the scrollbars should be synchronized</string>
151
 
            </property>
152
 
        </widget>
153
 
        <widget class="QLayoutWidget">
154
 
            <property name="name">
155
 
                <cstring>layout4</cstring>
156
 
            </property>
157
 
            <hbox>
158
 
                <property name="name">
159
 
                    <cstring>unnamed</cstring>
160
 
                </property>
161
 
                <spacer>
162
 
                    <property name="name">
163
 
                        <cstring>Spacer1</cstring>
164
 
                    </property>
165
 
                    <property name="orientation">
166
 
                        <enum>Horizontal</enum>
167
 
                    </property>
168
 
                    <property name="sizeType">
169
 
                        <enum>Expanding</enum>
170
 
                    </property>
171
 
                    <property name="sizeHint">
172
 
                        <size>
173
 
                            <width>180</width>
174
 
                            <height>16</height>
175
 
                        </size>
176
 
                    </property>
177
 
                </spacer>
178
 
                <widget class="QPushButton">
179
 
                    <property name="name">
180
 
                        <cstring>PushButton1</cstring>
181
 
                    </property>
182
 
                    <property name="text">
183
 
                        <string>&amp;Close</string>
184
 
                    </property>
185
 
                    <property name="accel">
186
 
                        <string>Alt+C</string>
187
 
                    </property>
188
 
                    <property name="default">
189
 
                        <bool>true</bool>
190
 
                    </property>
191
 
                </widget>
192
 
                <widget class="QPushButton">
193
 
                    <property name="name">
194
 
                        <cstring>diffButton</cstring>
195
 
                    </property>
196
 
                    <property name="enabled">
197
 
                        <bool>false</bool>
198
 
                    </property>
199
 
                    <property name="text">
200
 
                        <string>C&amp;ompare</string>
201
 
                    </property>
202
 
                    <property name="accel">
203
 
                        <string>Alt+O</string>
204
 
                    </property>
205
 
                    <property name="toolTip" stdset="0">
206
 
                        <string>Press to perform the comparison of the two files</string>
207
 
                    </property>
208
 
                </widget>
209
 
                <spacer>
210
 
                    <property name="name">
211
 
                        <cstring>Spacer2</cstring>
212
 
                    </property>
213
 
                    <property name="orientation">
214
 
                        <enum>Horizontal</enum>
215
 
                    </property>
216
 
                    <property name="sizeType">
217
 
                        <enum>Expanding</enum>
218
 
                    </property>
219
 
                    <property name="sizeHint">
220
 
                        <size>
221
 
                            <width>200</width>
222
 
                            <height>20</height>
223
 
                        </size>
224
 
                    </property>
225
 
                </spacer>
226
 
            </hbox>
227
 
        </widget>
228
 
    </vbox>
229
 
</widget>
230
 
<connections>
231
 
    <connection>
232
 
        <sender>PushButton1</sender>
233
 
        <signal>clicked()</signal>
234
 
        <receiver>CompareForm</receiver>
235
 
        <slot>close()</slot>
236
 
    </connection>
237
 
    <connection>
238
 
        <sender>file1Edit</sender>
239
 
        <signal>textChanged(const QString&amp;)</signal>
240
 
        <receiver>CompareForm</receiver>
241
 
        <slot>handleFileChanged()</slot>
242
 
    </connection>
243
 
    <connection>
244
 
        <sender>file2Edit</sender>
245
 
        <signal>textChanged(const QString&amp;)</signal>
246
 
        <receiver>CompareForm</receiver>
247
 
        <slot>handleFileChanged()</slot>
248
 
    </connection>
249
 
    <connection>
250
 
        <sender>file1Button</sender>
251
 
        <signal>clicked()</signal>
252
 
        <receiver>CompareForm</receiver>
253
 
        <slot>handleSelectFile1()</slot>
254
 
    </connection>
255
 
    <connection>
256
 
        <sender>file2Button</sender>
257
 
        <signal>clicked()</signal>
258
 
        <receiver>CompareForm</receiver>
259
 
        <slot>handleSelectFile2()</slot>
260
 
    </connection>
261
 
    <connection>
262
 
        <sender>diffButton</sender>
263
 
        <signal>clicked()</signal>
264
 
        <receiver>CompareForm</receiver>
265
 
        <slot>handleDiff()</slot>
266
 
    </connection>
267
 
    <connection>
268
 
        <sender>synchronizeCheckBox</sender>
269
 
        <signal>toggled(bool)</signal>
270
 
        <receiver>CompareForm</receiver>
271
 
        <slot>handleSync(bool)</slot>
272
 
    </connection>
273
 
</connections>
274
 
<tabstops>
275
 
    <tabstop>file1Edit</tabstop>
276
 
    <tabstop>file1Button</tabstop>
277
 
    <tabstop>file2Edit</tabstop>
278
 
    <tabstop>file2Button</tabstop>
279
 
    <tabstop>synchronizeCheckBox</tabstop>
280
 
    <tabstop>diffButton</tabstop>
281
 
    <tabstop>PushButton1</tabstop>
282
 
    <tabstop>contents_1</tabstop>
283
 
</tabstops>
284
 
<slots>
285
 
    <slot>handleSync(bool)</slot>
286
 
    <slot>handleDiff()</slot>
287
 
    <slot>handleFileChanged()</slot>
288
 
    <slot>handleSelectFile1()</slot>
289
 
    <slot>handleSelectFile2()</slot>
290
 
</slots>
291
 
<layoutdefaults spacing="6" margin="11"/>
292
 
</UI>