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

« back to all changes in this revision

Viewing changes to eric/VCS/vcsPySvn/SvnCommandDialog.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
<ui version="4.0" >
 
2
 <class>SvnCommandDialog</class>
 
3
 <widget class="QDialog" name="SvnCommandDialog" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>628</width>
 
9
    <height>123</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Subversion Command</string>
 
14
  </property>
 
15
  <layout class="QVBoxLayout" >
 
16
   <property name="margin" >
 
17
    <number>6</number>
 
18
   </property>
 
19
   <property name="spacing" >
 
20
    <number>6</number>
 
21
   </property>
 
22
   <item>
 
23
    <layout class="QGridLayout" >
 
24
     <property name="margin" >
 
25
      <number>0</number>
 
26
     </property>
 
27
     <property name="spacing" >
 
28
      <number>6</number>
 
29
     </property>
 
30
     <item row="0" column="0" >
 
31
      <widget class="QLabel" name="textLabel1" >
 
32
       <property name="toolTip" >
 
33
        <string/>
 
34
       </property>
 
35
       <property name="text" >
 
36
        <string>Subversion Command:</string>
 
37
       </property>
 
38
      </widget>
 
39
     </item>
 
40
     <item row="0" column="1" colspan="2" >
 
41
      <widget class="QComboBox" name="commandCombo" >
 
42
       <property name="sizePolicy" >
 
43
        <sizepolicy>
 
44
         <hsizetype>7</hsizetype>
 
45
         <vsizetype>0</vsizetype>
 
46
         <horstretch>0</horstretch>
 
47
         <verstretch>0</verstretch>
 
48
        </sizepolicy>
 
49
       </property>
 
50
       <property name="toolTip" >
 
51
        <string>Enter the Subversion command to be executed with all neccessary parameters</string>
 
52
       </property>
 
53
       <property name="whatsThis" >
 
54
        <string>&lt;b>Subversion Command&lt;/b>
 
55
&lt;p>Enter the Subversion command to be executed including all neccessary 
 
56
parameters. If a parameter of the commandline includes a space you have to 
 
57
surround this parameter by single or double quotes. Do not include the name 
 
58
of the subversion client executable (i.e. svn).&lt;/p></string>
 
59
       </property>
 
60
       <property name="editable" >
 
61
        <bool>true</bool>
 
62
       </property>
 
63
       <property name="insertPolicy" >
 
64
        <enum>QComboBox::InsertAtTop</enum>
 
65
       </property>
 
66
       <property name="autoCompletion" >
 
67
        <bool>true</bool>
 
68
       </property>
 
69
       <property name="duplicatesEnabled" >
 
70
        <bool>false</bool>
 
71
       </property>
 
72
      </widget>
 
73
     </item>
 
74
     <item row="1" column="2" >
 
75
      <widget class="QPushButton" name="dirButton" >
 
76
       <property name="focusPolicy" >
 
77
        <enum>Qt::NoFocus</enum>
 
78
       </property>
 
79
       <property name="toolTip" >
 
80
        <string>Select the working directory via a directory selection dialog</string>
 
81
       </property>
 
82
       <property name="whatsThis" >
 
83
        <string>&lt;b>Working directory&lt;/b>
 
84
&lt;p>Select the working directory for the Subversion command via a directory selection dialog.&lt;/p></string>
 
85
       </property>
 
86
       <property name="text" >
 
87
        <string>...</string>
 
88
       </property>
 
89
      </widget>
 
90
     </item>
 
91
     <item row="1" column="1" >
 
92
      <widget class="QComboBox" name="workdirCombo" >
 
93
       <property name="sizePolicy" >
 
94
        <sizepolicy>
 
95
         <hsizetype>7</hsizetype>
 
96
         <vsizetype>0</vsizetype>
 
97
         <horstretch>0</horstretch>
 
98
         <verstretch>0</verstretch>
 
99
        </sizepolicy>
 
100
       </property>
 
101
       <property name="toolTip" >
 
102
        <string>Enter the working directory for the Subversion command</string>
 
103
       </property>
 
104
       <property name="whatsThis" >
 
105
        <string>&lt;b>Working directory&lt;/b>
 
106
&lt;p>Enter the working directory for the Subversion command.
 
107
This is an optional entry. The button to the right will open a 
 
108
directory selection dialog.&lt;/p></string>
 
109
       </property>
 
110
       <property name="editable" >
 
111
        <bool>true</bool>
 
112
       </property>
 
113
       <property name="insertPolicy" >
 
114
        <enum>QComboBox::InsertAtTop</enum>
 
115
       </property>
 
116
       <property name="autoCompletion" >
 
117
        <bool>true</bool>
 
118
       </property>
 
119
       <property name="duplicatesEnabled" >
 
120
        <bool>false</bool>
 
121
       </property>
 
122
      </widget>
 
123
     </item>
 
124
     <item row="1" column="0" >
 
125
      <widget class="QLabel" name="textLabel2" >
 
126
       <property name="text" >
 
127
        <string>Working Directory:&lt;br>(optional)</string>
 
128
       </property>
 
129
      </widget>
 
130
     </item>
 
131
     <item row="2" column="0" >
 
132
      <widget class="QLabel" name="textLabel3" >
 
133
       <property name="sizePolicy" >
 
134
        <sizepolicy>
 
135
         <hsizetype>1</hsizetype>
 
136
         <vsizetype>5</vsizetype>
 
137
         <horstretch>0</horstretch>
 
138
         <verstretch>0</verstretch>
 
139
        </sizepolicy>
 
140
       </property>
 
141
       <property name="text" >
 
142
        <string>Project Directory:</string>
 
143
       </property>
 
144
      </widget>
 
145
     </item>
 
146
     <item row="2" column="1" colspan="2" >
 
147
      <widget class="QLabel" name="projectDirLabel" >
 
148
       <property name="sizePolicy" >
 
149
        <sizepolicy>
 
150
         <hsizetype>7</hsizetype>
 
151
         <vsizetype>5</vsizetype>
 
152
         <horstretch>0</horstretch>
 
153
         <verstretch>0</verstretch>
 
154
        </sizepolicy>
 
155
       </property>
 
156
       <property name="toolTip" >
 
157
        <string>This shows the root directory of the current project.</string>
 
158
       </property>
 
159
       <property name="text" >
 
160
        <string>project directory</string>
 
161
       </property>
 
162
      </widget>
 
163
     </item>
 
164
    </layout>
 
165
   </item>
 
166
   <item>
 
167
    <widget class="QDialogButtonBox" name="buttonBox" >
 
168
     <property name="orientation" >
 
169
      <enum>Qt::Horizontal</enum>
 
170
     </property>
 
171
     <property name="standardButtons" >
 
172
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
 
173
     </property>
 
174
    </widget>
 
175
   </item>
 
176
  </layout>
 
177
 </widget>
 
178
 <layoutdefault spacing="6" margin="6" />
 
179
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
180
 <resources/>
 
181
 <connections>
 
182
  <connection>
 
183
   <sender>buttonBox</sender>
 
184
   <signal>accepted()</signal>
 
185
   <receiver>SvnCommandDialog</receiver>
 
186
   <slot>accept()</slot>
 
187
   <hints>
 
188
    <hint type="sourcelabel" >
 
189
     <x>27</x>
 
190
     <y>103</y>
 
191
    </hint>
 
192
    <hint type="destinationlabel" >
 
193
     <x>27</x>
 
194
     <y>119</y>
 
195
    </hint>
 
196
   </hints>
 
197
  </connection>
 
198
  <connection>
 
199
   <sender>buttonBox</sender>
 
200
   <signal>rejected()</signal>
 
201
   <receiver>SvnCommandDialog</receiver>
 
202
   <slot>reject()</slot>
 
203
   <hints>
 
204
    <hint type="sourcelabel" >
 
205
     <x>137</x>
 
206
     <y>100</y>
 
207
    </hint>
 
208
    <hint type="destinationlabel" >
 
209
     <x>137</x>
 
210
     <y>123</y>
 
211
    </hint>
 
212
   </hints>
 
213
  </connection>
 
214
 </connections>
 
215
</ui>