Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui

changeset 0
de9c2efb9d02
child 3656
441956d8fce5
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
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
54 get 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="autoCompletion" >
64 <bool>true</bool>
65 </property>
66 <property name="duplicatesEnabled" >
67 <bool>false</bool>
68 </property>
69 </widget>
70 </item>
71 <item row="0" column="0" >
72 <widget class="QLabel" name="TextLabel1" >
73 <property name="text" >
74 <string>1. URL/Revision:</string>
75 </property>
76 </widget>
77 </item>
78 <item row="1" column="1" >
79 <widget class="QComboBox" name="tag2Combo" >
80 <property name="sizePolicy" >
81 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
82 <horstretch>0</horstretch>
83 <verstretch>0</verstretch>
84 </sizepolicy>
85 </property>
86 <property name="toolTip" >
87 <string>Enter an URL or a revision number</string>
88 </property>
89 <property name="whatsThis" >
90 <string>&lt;b>URL/Revision&lt;/b>
91 &lt;p>Enter an URL or a revision number to be merged into
92 the working copy.&lt;/p></string>
93 </property>
94 <property name="editable" >
95 <bool>true</bool>
96 </property>
97 <property name="autoCompletion" >
98 <bool>true</bool>
99 </property>
100 <property name="duplicatesEnabled" >
101 <bool>false</bool>
102 </property>
103 </widget>
104 </item>
105 <item row="0" column="1" >
106 <widget class="QComboBox" name="tag1Combo" >
107 <property name="sizePolicy" >
108 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
109 <horstretch>0</horstretch>
110 <verstretch>0</verstretch>
111 </sizepolicy>
112 </property>
113 <property name="toolTip" >
114 <string>Enter an URL or a revision number</string>
115 </property>
116 <property name="whatsThis" >
117 <string>&lt;b>URL/Revision&lt;/b>
118 &lt;p>Enter an URL or a revision number to be merged into
119 the working copy.&lt;/p></string>
120 </property>
121 <property name="editable" >
122 <bool>true</bool>
123 </property>
124 <property name="autoCompletion" >
125 <bool>true</bool>
126 </property>
127 <property name="duplicatesEnabled" >
128 <bool>false</bool>
129 </property>
130 </widget>
131 </item>
132 <item row="1" column="0" >
133 <widget class="QLabel" name="TextLabel1_2" >
134 <property name="text" >
135 <string>2. URL/Revision:</string>
136 </property>
137 </widget>
138 </item>
139 </layout>
140 </widget>
141 <layoutdefault spacing="6" margin="11" />
142 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
143 <tabstops>
144 <tabstop>tag1Combo</tabstop>
145 <tabstop>tag2Combo</tabstop>
146 <tabstop>targetCombo</tabstop>
147 <tabstop>forceCheckBox</tabstop>
148 <tabstop>buttonBox</tabstop>
149 </tabstops>
150 <resources/>
151 <connections>
152 <connection>
153 <sender>buttonBox</sender>
154 <signal>accepted()</signal>
155 <receiver>SvnMergeDialog</receiver>
156 <slot>accept()</slot>
157 <hints>
158 <hint type="sourcelabel" >
159 <x>35</x>
160 <y>101</y>
161 </hint>
162 <hint type="destinationlabel" >
163 <x>34</x>
164 <y>126</y>
165 </hint>
166 </hints>
167 </connection>
168 <connection>
169 <sender>buttonBox</sender>
170 <signal>rejected()</signal>
171 <receiver>SvnMergeDialog</receiver>
172 <slot>reject()</slot>
173 <hints>
174 <hint type="sourcelabel" >
175 <x>105</x>
176 <y>107</y>
177 </hint>
178 <hint type="destinationlabel" >
179 <x>105</x>
180 <y>126</y>
181 </hint>
182 </hints>
183 </connection>
184 </connections>
185 </ui>

eric ide

mercurial