Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialPage.ui

changeset 1307
9f7a056dbcc6
parent 1085
ef6102d5fefe
child 1312
12506dba74dc
equal deleted inserted replaced
1305:14d63fe71d53 1307:9f7a056dbcc6
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>406</width> 9 <width>406</width>
10 <height>491</height> 10 <height>582</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_3"> 13 <layout class="QVBoxLayout" name="verticalLayout_3">
14 <item> 14 <item>
15 <widget class="QLabel" name="headerLabel"> 15 <widget class="QLabel" name="headerLabel">
148 <property name="toolTip"> 148 <property name="toolTip">
149 <string>Select to update the working directory to new tip</string> 149 <string>Select to update the working directory to new tip</string>
150 </property> 150 </property>
151 <property name="text"> 151 <property name="text">
152 <string>Update after pulling</string> 152 <string>Update after pulling</string>
153 </property>
154 </widget>
155 </item>
156 <item>
157 <widget class="QCheckBox" name="preferUnbundleCheckBox">
158 <property name="toolTip">
159 <string>Select to prefer unbundle over pull</string>
160 </property>
161 <property name="whatsThis">
162 <string>&lt;b&gt;Prefer Unbundle&lt;/b&gt;
163 &lt;p&gt;If this option is selected, it will be checked, if a Mercurial changegroups file from a previous &quot;Show Incoming&quot; request exists. In this case it will be applied and deleted. Otherwise a pull request will be sent.&lt;/p&gt;</string>
164 </property>
165 <property name="text">
166 <string>Prefer Unbundle</string>
153 </property> 167 </property>
154 </widget> 168 </widget>
155 </item> 169 </item>
156 </layout> 170 </layout>
157 </widget> 171 </widget>
207 <tabstops> 221 <tabstops>
208 <tabstop>logSpinBox</tabstop> 222 <tabstop>logSpinBox</tabstop>
209 <tabstop>commitSpinBox</tabstop> 223 <tabstop>commitSpinBox</tabstop>
210 <tabstop>logBrowserCheckBox</tabstop> 224 <tabstop>logBrowserCheckBox</tabstop>
211 <tabstop>pullUpdateCheckBox</tabstop> 225 <tabstop>pullUpdateCheckBox</tabstop>
226 <tabstop>preferUnbundleCheckBox</tabstop>
212 <tabstop>cleanupPatternEdit</tabstop> 227 <tabstop>cleanupPatternEdit</tabstop>
213 <tabstop>configButton</tabstop> 228 <tabstop>configButton</tabstop>
214 </tabstops> 229 </tabstops>
215 <resources/> 230 <resources/>
216 <connections/> 231 <connections/>

eric ide

mercurial