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

« back to all changes in this revision

Viewing changes to eric/VCS/subversionPackage/CommandForm.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.1" stdsetdef="1">
2
 
<class>CommandForm</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>CommandForm</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>628</width>
12
 
            <height>130</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Subversion Command</string>
17
 
    </property>
18
 
    <vbox>
19
 
        <property name="name">
20
 
            <cstring>unnamed</cstring>
21
 
        </property>
22
 
        <widget class="QLayoutWidget">
23
 
            <property name="name">
24
 
                <cstring>layout7</cstring>
25
 
            </property>
26
 
            <grid>
27
 
                <property name="name">
28
 
                    <cstring>unnamed</cstring>
29
 
                </property>
30
 
                <widget class="QLabel" row="0" column="0">
31
 
                    <property name="name">
32
 
                        <cstring>textLabel1</cstring>
33
 
                    </property>
34
 
                    <property name="text">
35
 
                        <string>Subversion Command:</string>
36
 
                    </property>
37
 
                    <property name="toolTip" stdset="0">
38
 
                        <string></string>
39
 
                    </property>
40
 
                </widget>
41
 
                <widget class="QComboBox" row="0" column="1" rowspan="1" colspan="2">
42
 
                    <property name="name">
43
 
                        <cstring>commandCombo</cstring>
44
 
                    </property>
45
 
                    <property name="sizePolicy">
46
 
                        <sizepolicy>
47
 
                            <hsizetype>7</hsizetype>
48
 
                            <vsizetype>0</vsizetype>
49
 
                            <horstretch>0</horstretch>
50
 
                            <verstretch>0</verstretch>
51
 
                        </sizepolicy>
52
 
                    </property>
53
 
                    <property name="editable">
54
 
                        <bool>true</bool>
55
 
                    </property>
56
 
                    <property name="insertionPolicy">
57
 
                        <enum>AtTop</enum>
58
 
                    </property>
59
 
                    <property name="autoCompletion">
60
 
                        <bool>true</bool>
61
 
                    </property>
62
 
                    <property name="duplicatesEnabled">
63
 
                        <bool>false</bool>
64
 
                    </property>
65
 
                    <property name="toolTip" stdset="0">
66
 
                        <string>Enter the Subversion command to be executed with all neccessary parameters</string>
67
 
                    </property>
68
 
                    <property name="whatsThis" stdset="0">
69
 
                        <string>&lt;b&gt;Subversion Command&lt;/b&gt;
70
 
&lt;p&gt;Enter the Subversion command to be executed including all neccessary 
71
 
parameters. If a parameter of the commandline includes a space you have to 
72
 
surround this parameter by single or double quotes. Do not include the name 
73
 
of the subversion client executable (i.e. svn).&lt;/p&gt;</string>
74
 
                    </property>
75
 
                </widget>
76
 
                <widget class="QPushButton" row="1" column="2">
77
 
                    <property name="name">
78
 
                        <cstring>dirButton</cstring>
79
 
                    </property>
80
 
                    <property name="focusPolicy">
81
 
                        <enum>NoFocus</enum>
82
 
                    </property>
83
 
                    <property name="text">
84
 
                        <string>...</string>
85
 
                    </property>
86
 
                    <property name="toolTip" stdset="0">
87
 
                        <string>Select the working directory via a directory selection dialog</string>
88
 
                    </property>
89
 
                    <property name="whatsThis" stdset="0">
90
 
                        <string>&lt;b&gt;Working directory&lt;/b&gt;
91
 
&lt;p&gt;Select the working directory for the Subversion command via a directory selection dialog.&lt;/p&gt;</string>
92
 
                    </property>
93
 
                </widget>
94
 
                <widget class="QComboBox" row="1" column="1">
95
 
                    <property name="name">
96
 
                        <cstring>workdirCombo</cstring>
97
 
                    </property>
98
 
                    <property name="sizePolicy">
99
 
                        <sizepolicy>
100
 
                            <hsizetype>7</hsizetype>
101
 
                            <vsizetype>0</vsizetype>
102
 
                            <horstretch>0</horstretch>
103
 
                            <verstretch>0</verstretch>
104
 
                        </sizepolicy>
105
 
                    </property>
106
 
                    <property name="editable">
107
 
                        <bool>true</bool>
108
 
                    </property>
109
 
                    <property name="insertionPolicy">
110
 
                        <enum>AtTop</enum>
111
 
                    </property>
112
 
                    <property name="autoCompletion">
113
 
                        <bool>true</bool>
114
 
                    </property>
115
 
                    <property name="duplicatesEnabled">
116
 
                        <bool>false</bool>
117
 
                    </property>
118
 
                    <property name="toolTip" stdset="0">
119
 
                        <string>Enter the working directory for the Subversion command</string>
120
 
                    </property>
121
 
                    <property name="whatsThis" stdset="0">
122
 
                        <string>&lt;b&gt;Working directory&lt;/b&gt;
123
 
&lt;p&gt;Enter the working directory for the Subversion command.
124
 
This is an optional entry. The button to the right will open a 
125
 
directory selection dialog.&lt;/p&gt;</string>
126
 
                    </property>
127
 
                </widget>
128
 
                <widget class="QLabel" row="1" column="0">
129
 
                    <property name="name">
130
 
                        <cstring>textLabel2</cstring>
131
 
                    </property>
132
 
                    <property name="text">
133
 
                        <string>Working Directory:&lt;br&gt;(optional)</string>
134
 
                    </property>
135
 
                </widget>
136
 
                <widget class="QLabel" row="2" column="0">
137
 
                    <property name="name">
138
 
                        <cstring>textLabel3</cstring>
139
 
                    </property>
140
 
                    <property name="sizePolicy">
141
 
                        <sizepolicy>
142
 
                            <hsizetype>1</hsizetype>
143
 
                            <vsizetype>5</vsizetype>
144
 
                            <horstretch>0</horstretch>
145
 
                            <verstretch>0</verstretch>
146
 
                        </sizepolicy>
147
 
                    </property>
148
 
                    <property name="text">
149
 
                        <string>Project Directory:</string>
150
 
                    </property>
151
 
                </widget>
152
 
                <widget class="QLabel" row="2" column="1" rowspan="1" colspan="2">
153
 
                    <property name="name">
154
 
                        <cstring>projectDirLabel</cstring>
155
 
                    </property>
156
 
                    <property name="sizePolicy">
157
 
                        <sizepolicy>
158
 
                            <hsizetype>7</hsizetype>
159
 
                            <vsizetype>5</vsizetype>
160
 
                            <horstretch>0</horstretch>
161
 
                            <verstretch>0</verstretch>
162
 
                        </sizepolicy>
163
 
                    </property>
164
 
                    <property name="text">
165
 
                        <string>project directory</string>
166
 
                    </property>
167
 
                    <property name="toolTip" stdset="0">
168
 
                        <string>This shows the root directory of the current project.</string>
169
 
                    </property>
170
 
                </widget>
171
 
            </grid>
172
 
        </widget>
173
 
        <widget class="QLayoutWidget">
174
 
            <property name="name">
175
 
                <cstring>layout1</cstring>
176
 
            </property>
177
 
            <hbox>
178
 
                <property name="name">
179
 
                    <cstring>unnamed</cstring>
180
 
                </property>
181
 
                <spacer>
182
 
                    <property name="name">
183
 
                        <cstring>spacer1</cstring>
184
 
                    </property>
185
 
                    <property name="orientation">
186
 
                        <enum>Horizontal</enum>
187
 
                    </property>
188
 
                    <property name="sizeType">
189
 
                        <enum>Expanding</enum>
190
 
                    </property>
191
 
                    <property name="sizeHint">
192
 
                        <size>
193
 
                            <width>40</width>
194
 
                            <height>20</height>
195
 
                        </size>
196
 
                    </property>
197
 
                </spacer>
198
 
                <widget class="QPushButton">
199
 
                    <property name="name">
200
 
                        <cstring>okButton</cstring>
201
 
                    </property>
202
 
                    <property name="enabled">
203
 
                        <bool>false</bool>
204
 
                    </property>
205
 
                    <property name="text">
206
 
                        <string>&amp;OK</string>
207
 
                    </property>
208
 
                    <property name="default">
209
 
                        <bool>true</bool>
210
 
                    </property>
211
 
                </widget>
212
 
                <widget class="QPushButton">
213
 
                    <property name="name">
214
 
                        <cstring>cancelButton</cstring>
215
 
                    </property>
216
 
                    <property name="text">
217
 
                        <string>&amp;Cancel</string>
218
 
                    </property>
219
 
                </widget>
220
 
                <spacer>
221
 
                    <property name="name">
222
 
                        <cstring>spacer2</cstring>
223
 
                    </property>
224
 
                    <property name="orientation">
225
 
                        <enum>Horizontal</enum>
226
 
                    </property>
227
 
                    <property name="sizeType">
228
 
                        <enum>Expanding</enum>
229
 
                    </property>
230
 
                    <property name="sizeHint">
231
 
                        <size>
232
 
                            <width>40</width>
233
 
                            <height>20</height>
234
 
                        </size>
235
 
                    </property>
236
 
                </spacer>
237
 
            </hbox>
238
 
        </widget>
239
 
    </vbox>
240
 
</widget>
241
 
<connections>
242
 
    <connection>
243
 
        <sender>okButton</sender>
244
 
        <signal>clicked()</signal>
245
 
        <receiver>CommandForm</receiver>
246
 
        <slot>accept()</slot>
247
 
    </connection>
248
 
    <connection>
249
 
        <sender>cancelButton</sender>
250
 
        <signal>clicked()</signal>
251
 
        <receiver>CommandForm</receiver>
252
 
        <slot>reject()</slot>
253
 
    </connection>
254
 
    <connection>
255
 
        <sender>dirButton</sender>
256
 
        <signal>clicked()</signal>
257
 
        <receiver>CommandForm</receiver>
258
 
        <slot>handleDir()</slot>
259
 
    </connection>
260
 
    <connection>
261
 
        <sender>commandCombo</sender>
262
 
        <signal>textChanged(const QString&amp;)</signal>
263
 
        <receiver>CommandForm</receiver>
264
 
        <slot>enableOkButton(const QString&amp;)</slot>
265
 
    </connection>
266
 
</connections>
267
 
<slots>
268
 
    <slot>enableOkButton(const QString&amp;)</slot>
269
 
    <slot>handleDir()</slot>
270
 
</slots>
271
 
<layoutdefaults spacing="6" margin="6"/>
272
 
</UI>