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

« back to all changes in this revision

Viewing changes to eric/VCS/vcsSubversion/SvnMergeDialog.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>SvnMergeDialog</class>
 
3
 <widget class="QDialog" name="SvnMergeDialog" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>456</width>
 
9
    <height>144</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Subversion Merge</string>
 
14
  </property>
 
15
  <property name="sizeGripEnabled" >
 
16
   <bool>true</bool>
 
17
  </property>
 
18
  <layout class="QGridLayout" >
 
19
   <property name="margin" >
 
20
    <number>6</number>
 
21
   </property>
 
22
   <property name="spacing" >
 
23
    <number>6</number>
 
24
   </property>
 
25
   <item row="3" column="0" colspan="2" >
 
26
    <widget class="QCheckBox" name="forceCheckBox" >
 
27
     <property name="toolTip" >
 
28
      <string>Select to force the merge operation</string>
 
29
     </property>
 
30
     <property name="text" >
 
31
      <string>Enforce merge</string>
 
32
     </property>
 
33
    </widget>
 
34
   </item>
 
35
   <item row="4" column="0" colspan="2" >
 
36
    <widget class="QDialogButtonBox" name="buttonBox" >
 
37
     <property name="orientation" >
 
38
      <enum>Qt::Horizontal</enum>
 
39
     </property>
 
40
     <property name="standardButtons" >
 
41
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
 
42
     </property>
 
43
    </widget>
 
44
   </item>
 
45
   <item row="2" column="0" >
 
46
    <widget class="QLabel" name="textLabel1" >
 
47
     <property name="text" >
 
48
      <string>Target:</string>
 
49
     </property>
 
50
    </widget>
 
51
   </item>
 
52
   <item row="2" column="1" >
 
53
    <widget class="QComboBox" name="targetCombo" >
 
54
     <property name="toolTip" >
 
55
      <string>Enter the target</string>
 
56
     </property>
 
57
     <property name="whatsThis" >
 
58
      <string>&lt;b>Target&lt;/b>
 
59
&lt;p>Enter the target for the merge operation into this field. Leave it empty to
 
60
get the target URL from the working copy.&lt;/p>
 
61
&lt;p>&lt;b>Note:&lt;/b> This entry is only needed, if you enter revision numbers above.&lt;/p></string>
 
62
     </property>
 
63
     <property name="editable" >
 
64
      <bool>true</bool>
 
65
     </property>
 
66
     <property name="insertPolicy" >
 
67
      <enum>QComboBox::InsertAtTop</enum>
 
68
     </property>
 
69
     <property name="autoCompletion" >
 
70
      <bool>true</bool>
 
71
     </property>
 
72
     <property name="duplicatesEnabled" >
 
73
      <bool>false</bool>
 
74
     </property>
 
75
    </widget>
 
76
   </item>
 
77
   <item row="0" column="0" >
 
78
    <widget class="QLabel" name="TextLabel1" >
 
79
     <property name="text" >
 
80
      <string>1. URL/Revision:</string>
 
81
     </property>
 
82
    </widget>
 
83
   </item>
 
84
   <item row="1" column="1" >
 
85
    <widget class="QComboBox" name="tag2Combo" >
 
86
     <property name="sizePolicy" >
 
87
      <sizepolicy>
 
88
       <hsizetype>7</hsizetype>
 
89
       <vsizetype>0</vsizetype>
 
90
       <horstretch>0</horstretch>
 
91
       <verstretch>0</verstretch>
 
92
      </sizepolicy>
 
93
     </property>
 
94
     <property name="toolTip" >
 
95
      <string>Enter an URL or a revision number</string>
 
96
     </property>
 
97
     <property name="whatsThis" >
 
98
      <string>&lt;b>URL/Revision&lt;/b>
 
99
&lt;p>Enter an URL or a revision number to be merged into
 
100
the working copy.&lt;/p></string>
 
101
     </property>
 
102
     <property name="editable" >
 
103
      <bool>true</bool>
 
104
     </property>
 
105
     <property name="autoCompletion" >
 
106
      <bool>true</bool>
 
107
     </property>
 
108
     <property name="duplicatesEnabled" >
 
109
      <bool>false</bool>
 
110
     </property>
 
111
    </widget>
 
112
   </item>
 
113
   <item row="0" column="1" >
 
114
    <widget class="QComboBox" name="tag1Combo" >
 
115
     <property name="sizePolicy" >
 
116
      <sizepolicy>
 
117
       <hsizetype>7</hsizetype>
 
118
       <vsizetype>0</vsizetype>
 
119
       <horstretch>0</horstretch>
 
120
       <verstretch>0</verstretch>
 
121
      </sizepolicy>
 
122
     </property>
 
123
     <property name="toolTip" >
 
124
      <string>Enter an URL or a revision number</string>
 
125
     </property>
 
126
     <property name="whatsThis" >
 
127
      <string>&lt;b>URL/Revision&lt;/b>
 
128
&lt;p>Enter an URL or a revision number to be merged into
 
129
the working copy.&lt;/p></string>
 
130
     </property>
 
131
     <property name="editable" >
 
132
      <bool>true</bool>
 
133
     </property>
 
134
     <property name="autoCompletion" >
 
135
      <bool>true</bool>
 
136
     </property>
 
137
     <property name="duplicatesEnabled" >
 
138
      <bool>false</bool>
 
139
     </property>
 
140
    </widget>
 
141
   </item>
 
142
   <item row="1" column="0" >
 
143
    <widget class="QLabel" name="TextLabel1_2" >
 
144
     <property name="text" >
 
145
      <string>2. URL/Revision:</string>
 
146
     </property>
 
147
    </widget>
 
148
   </item>
 
149
  </layout>
 
150
 </widget>
 
151
 <layoutdefault spacing="6" margin="11" />
 
152
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
153
 <tabstops>
 
154
  <tabstop>tag1Combo</tabstop>
 
155
  <tabstop>tag2Combo</tabstop>
 
156
  <tabstop>targetCombo</tabstop>
 
157
  <tabstop>forceCheckBox</tabstop>
 
158
  <tabstop>buttonBox</tabstop>
 
159
 </tabstops>
 
160
 <resources/>
 
161
 <connections>
 
162
  <connection>
 
163
   <sender>buttonBox</sender>
 
164
   <signal>accepted()</signal>
 
165
   <receiver>SvnMergeDialog</receiver>
 
166
   <slot>accept()</slot>
 
167
   <hints>
 
168
    <hint type="sourcelabel" >
 
169
     <x>35</x>
 
170
     <y>101</y>
 
171
    </hint>
 
172
    <hint type="destinationlabel" >
 
173
     <x>34</x>
 
174
     <y>126</y>
 
175
    </hint>
 
176
   </hints>
 
177
  </connection>
 
178
  <connection>
 
179
   <sender>buttonBox</sender>
 
180
   <signal>rejected()</signal>
 
181
   <receiver>SvnMergeDialog</receiver>
 
182
   <slot>reject()</slot>
 
183
   <hints>
 
184
    <hint type="sourcelabel" >
 
185
     <x>105</x>
 
186
     <y>107</y>
 
187
    </hint>
 
188
    <hint type="destinationlabel" >
 
189
     <x>105</x>
 
190
     <y>126</y>
 
191
    </hint>
 
192
   </hints>
 
193
  </connection>
 
194
 </connections>
 
195
</ui>