Plugins/VcsPlugins/vcsPySvn/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="1" column="1" >
72 <widget class="QComboBox" name="tag2Combo" >
73 <property name="sizePolicy" >
74 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
75 <horstretch>0</horstretch>
76 <verstretch>0</verstretch>
77 </sizepolicy>
78 </property>
79 <property name="toolTip" >
80 <string>Enter an URL or a revision number</string>
81 </property>
82 <property name="whatsThis" >
83 <string>&lt;b>URL/Revision&lt;/b>
84 &lt;p>Enter an URL or a revision number to be merged into
85 the working copy.&lt;/p></string>
86 </property>
87 <property name="editable" >
88 <bool>true</bool>
89 </property>
90 <property name="autoCompletion" >
91 <bool>true</bool>
92 </property>
93 <property name="duplicatesEnabled" >
94 <bool>false</bool>
95 </property>
96 </widget>
97 </item>
98 <item row="0" column="1" >
99 <widget class="QComboBox" name="tag1Combo" >
100 <property name="sizePolicy" >
101 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
102 <horstretch>0</horstretch>
103 <verstretch>0</verstretch>
104 </sizepolicy>
105 </property>
106 <property name="toolTip" >
107 <string>Enter an URL or a revision number</string>
108 </property>
109 <property name="whatsThis" >
110 <string>&lt;b>URL/Revision&lt;/b>
111 &lt;p>Enter an URL or a revision number to be merged into
112 the working copy.&lt;/p></string>
113 </property>
114 <property name="editable" >
115 <bool>true</bool>
116 </property>
117 <property name="autoCompletion" >
118 <bool>true</bool>
119 </property>
120 <property name="duplicatesEnabled" >
121 <bool>false</bool>
122 </property>
123 </widget>
124 </item>
125 <item row="1" column="0" >
126 <widget class="QLabel" name="TextLabel1_2" >
127 <property name="text" >
128 <string>2. URL/Revision:</string>
129 </property>
130 </widget>
131 </item>
132 <item row="0" column="0" >
133 <widget class="QLabel" name="TextLabel1" >
134 <property name="text" >
135 <string>1. 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>40</x>
160 <y>96</y>
161 </hint>
162 <hint type="destinationlabel" >
163 <x>40</x>
164 <y>117</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>119</x>
176 <y>102</y>
177 </hint>
178 <hint type="destinationlabel" >
179 <x>119</x>
180 <y>120</y>
181 </hint>
182 </hints>
183 </connection>
184 </connections>
185 </ui>

eric ide

mercurial