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