Plugins/VcsPlugins/vcsMercurial/HgUserConfigDataDialog.ui

changeset 3308
955abb40a903
parent 3288
1a68ecb67c06
child 3562
ef3f13a2c599
equal deleted inserted replaced
3307:d75b159bf80c 3308:955abb40a903
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>400</width> 9 <width>400</width>
10 <height>346</height> 10 <height>388</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Mercurial User Data</string> 14 <string>Mercurial User Data</string>
15 </property> 15 </property>
103 <string>GPG</string> 103 <string>GPG</string>
104 </property> 104 </property>
105 </widget> 105 </widget>
106 </item> 106 </item>
107 <item row="1" column="1"> 107 <item row="1" column="1">
108 <widget class="QCheckBox" name="largefilesCheckBox">
109 <property name="toolTip">
110 <string>Select to activate the largefiles extension</string>
111 </property>
112 <property name="text">
113 <string>Large Files</string>
114 </property>
115 </widget>
116 </item>
117 <item row="2" column="0">
108 <widget class="QCheckBox" name="purgeCheckBox"> 118 <widget class="QCheckBox" name="purgeCheckBox">
109 <property name="toolTip"> 119 <property name="toolTip">
110 <string>Select to activate the Purge extension</string> 120 <string>Select to activate the Purge extension</string>
111 </property> 121 </property>
112 <property name="text"> 122 <property name="text">
113 <string>Purge</string> 123 <string>Purge</string>
114 </property> 124 </property>
115 </widget> 125 </widget>
116 </item> 126 </item>
117 <item row="2" column="0"> 127 <item row="2" column="1">
118 <widget class="QCheckBox" name="queuesCheckBox"> 128 <widget class="QCheckBox" name="queuesCheckBox">
119 <property name="toolTip"> 129 <property name="toolTip">
120 <string>Select to activate the queues extension</string> 130 <string>Select to activate the queues extension</string>
121 </property> 131 </property>
122 <property name="text"> 132 <property name="text">
123 <string>Queues</string> 133 <string>Queues</string>
124 </property> 134 </property>
125 </widget> 135 </widget>
126 </item> 136 </item>
127 <item row="2" column="1"> 137 <item row="3" column="0">
128 <widget class="QCheckBox" name="rebaseCheckBox"> 138 <widget class="QCheckBox" name="rebaseCheckBox">
129 <property name="toolTip"> 139 <property name="toolTip">
130 <string>Select to activate the rebase extension</string> 140 <string>Select to activate the rebase extension</string>
131 </property> 141 </property>
132 <property name="text"> 142 <property name="text">
133 <string>Rebase</string> 143 <string>Rebase</string>
134 </property> 144 </property>
135 </widget> 145 </widget>
136 </item> 146 </item>
137 <item row="3" column="0"> 147 <item row="3" column="1">
138 <widget class="QCheckBox" name="shelveCheckBox"> 148 <widget class="QCheckBox" name="shelveCheckBox">
139 <property name="toolTip"> 149 <property name="toolTip">
140 <string>Select to activate the shelve extension</string> 150 <string>Select to activate the shelve extension</string>
141 </property> 151 </property>
142 <property name="text"> 152 <property name="text">
143 <string>Shelve</string> 153 <string>Shelve</string>
144 </property> 154 </property>
145 </widget> 155 </widget>
146 </item> 156 </item>
147 <item row="3" column="1"> 157 <item row="4" column="0">
148 <widget class="QCheckBox" name="transplantCheckBox"> 158 <widget class="QCheckBox" name="transplantCheckBox">
149 <property name="toolTip"> 159 <property name="toolTip">
150 <string>Select to activate the transplant extension</string> 160 <string>Select to activate the transplant extension</string>
151 </property> 161 </property>
152 <property name="text"> 162 <property name="text">
153 <string>Transplant</string> 163 <string>Transplant</string>
164 </property>
165 </widget>
166 </item>
167 </layout>
168 </widget>
169 </item>
170 <item>
171 <widget class="QGroupBox" name="largefilesGroup">
172 <property name="enabled">
173 <bool>false</bool>
174 </property>
175 <property name="title">
176 <string>Large Files</string>
177 </property>
178 <layout class="QGridLayout" name="gridLayout_3">
179 <item row="0" column="0">
180 <widget class="QLabel" name="label_4">
181 <property name="text">
182 <string>Minimum file size:</string>
183 </property>
184 </widget>
185 </item>
186 <item row="0" column="1">
187 <widget class="QSpinBox" name="lfFileSizeSpinBox">
188 <property name="toolTip">
189 <string>Enter the minimum file size in MB for files to be treated as Large Files</string>
190 </property>
191 <property name="alignment">
192 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
193 </property>
194 <property name="suffix">
195 <string> MB</string>
196 </property>
197 <property name="minimum">
198 <number>1</number>
199 </property>
200 <property name="value">
201 <number>10</number>
202 </property>
203 </widget>
204 </item>
205 <item row="0" column="2">
206 <spacer name="horizontalSpacer">
207 <property name="orientation">
208 <enum>Qt::Horizontal</enum>
209 </property>
210 <property name="sizeHint" stdset="0">
211 <size>
212 <width>215</width>
213 <height>20</height>
214 </size>
215 </property>
216 </spacer>
217 </item>
218 <item row="1" column="0">
219 <widget class="QLabel" name="label_5">
220 <property name="text">
221 <string>Patterns:</string>
222 </property>
223 </widget>
224 </item>
225 <item row="1" column="1" colspan="2">
226 <widget class="QLineEdit" name="lfFilePatternsEdit">
227 <property name="toolTip">
228 <string>Enter file patterns (space separated) for files to be treated as Large Files</string>
154 </property> 229 </property>
155 </widget> 230 </widget>
156 </item> 231 </item>
157 </layout> 232 </layout>
158 </widget> 233 </widget>
181 <tabstop>lastNameEdit</tabstop> 256 <tabstop>lastNameEdit</tabstop>
182 <tabstop>emailEdit</tabstop> 257 <tabstop>emailEdit</tabstop>
183 <tabstop>bookmarksCheckBox</tabstop> 258 <tabstop>bookmarksCheckBox</tabstop>
184 <tabstop>fetchCheckBox</tabstop> 259 <tabstop>fetchCheckBox</tabstop>
185 <tabstop>gpgCheckBox</tabstop> 260 <tabstop>gpgCheckBox</tabstop>
261 <tabstop>largefilesCheckBox</tabstop>
186 <tabstop>purgeCheckBox</tabstop> 262 <tabstop>purgeCheckBox</tabstop>
187 <tabstop>queuesCheckBox</tabstop> 263 <tabstop>queuesCheckBox</tabstop>
188 <tabstop>rebaseCheckBox</tabstop> 264 <tabstop>rebaseCheckBox</tabstop>
189 <tabstop>shelveCheckBox</tabstop> 265 <tabstop>shelveCheckBox</tabstop>
190 <tabstop>transplantCheckBox</tabstop> 266 <tabstop>transplantCheckBox</tabstop>
267 <tabstop>lfFileSizeSpinBox</tabstop>
268 <tabstop>lfFilePatternsEdit</tabstop>
191 <tabstop>buttonBox</tabstop> 269 <tabstop>buttonBox</tabstop>
192 </tabstops> 270 </tabstops>
193 <resources/> 271 <resources/>
194 <connections> 272 <connections>
195 <connection> 273 <connection>
197 <signal>accepted()</signal> 275 <signal>accepted()</signal>
198 <receiver>HgUserConfigDataDialog</receiver> 276 <receiver>HgUserConfigDataDialog</receiver>
199 <slot>accept()</slot> 277 <slot>accept()</slot>
200 <hints> 278 <hints>
201 <hint type="sourcelabel"> 279 <hint type="sourcelabel">
202 <x>248</x> 280 <x>257</x>
203 <y>254</y> 281 <y>378</y>
204 </hint> 282 </hint>
205 <hint type="destinationlabel"> 283 <hint type="destinationlabel">
206 <x>157</x> 284 <x>157</x>
207 <y>274</y> 285 <y>274</y>
208 </hint> 286 </hint>
213 <signal>rejected()</signal> 291 <signal>rejected()</signal>
214 <receiver>HgUserConfigDataDialog</receiver> 292 <receiver>HgUserConfigDataDialog</receiver>
215 <slot>reject()</slot> 293 <slot>reject()</slot>
216 <hints> 294 <hints>
217 <hint type="sourcelabel"> 295 <hint type="sourcelabel">
218 <x>316</x> 296 <x>325</x>
219 <y>260</y> 297 <y>378</y>
220 </hint> 298 </hint>
221 <hint type="destinationlabel"> 299 <hint type="destinationlabel">
222 <x>286</x> 300 <x>286</x>
223 <y>274</y> 301 <y>274</y>
302 </hint>
303 </hints>
304 </connection>
305 <connection>
306 <sender>largefilesCheckBox</sender>
307 <signal>toggled(bool)</signal>
308 <receiver>largefilesGroup</receiver>
309 <slot>setEnabled(bool)</slot>
310 <hints>
311 <hint type="sourcelabel">
312 <x>225</x>
313 <y>173</y>
314 </hint>
315 <hint type="destinationlabel">
316 <x>55</x>
317 <y>276</y>
224 </hint> 318 </hint>
225 </hints> 319 </hints>
226 </connection> 320 </connection>
227 </connections> 321 </connections>
228 </ui> 322 </ui>

eric ide

mercurial