Plugins/VcsPlugins/vcsMercurial/HgRepoConfigDataDialog.ui

changeset 3311
b4775920f5b8
parent 3231
a7c9914d1c41
equal deleted inserted replaced
3310:a2032ed66aec 3311:b4775920f5b8
4 <widget class="QDialog" name="HgRepoConfigDataDialog"> 4 <widget class="QDialog" name="HgRepoConfigDataDialog">
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>650</width> 9 <width>500</width>
10 <height>323</height> 10 <height>352</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Mercurial Repository Configuration</string> 14 <string>Mercurial Repository Configuration</string>
15 </property> 15 </property>
137 <property name="toolTip"> 137 <property name="toolTip">
138 <string>Press to show the password</string> 138 <string>Press to show the password</string>
139 </property> 139 </property>
140 <property name="checkable"> 140 <property name="checkable">
141 <bool>true</bool> 141 <bool>true</bool>
142 </property>
143 </widget>
144 </item>
145 </layout>
146 </widget>
147 </item>
148 <item>
149 <widget class="QGroupBox" name="largefilesGroup">
150 <property name="title">
151 <string>Large Files</string>
152 </property>
153 <layout class="QGridLayout" name="gridLayout_3">
154 <item row="0" column="0">
155 <widget class="QLabel" name="label_8">
156 <property name="text">
157 <string>Minimum file size:</string>
158 </property>
159 </widget>
160 </item>
161 <item row="0" column="1">
162 <widget class="QSpinBox" name="lfFileSizeSpinBox">
163 <property name="toolTip">
164 <string>Enter the minimum file size in MB for files to be treated as Large Files</string>
165 </property>
166 <property name="alignment">
167 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
168 </property>
169 <property name="suffix">
170 <string> MB</string>
171 </property>
172 <property name="minimum">
173 <number>1</number>
174 </property>
175 <property name="value">
176 <number>10</number>
177 </property>
178 </widget>
179 </item>
180 <item row="0" column="2">
181 <spacer name="horizontalSpacer">
182 <property name="orientation">
183 <enum>Qt::Horizontal</enum>
184 </property>
185 <property name="sizeHint" stdset="0">
186 <size>
187 <width>215</width>
188 <height>20</height>
189 </size>
190 </property>
191 </spacer>
192 </item>
193 <item row="1" column="0">
194 <widget class="QLabel" name="label_9">
195 <property name="text">
196 <string>Patterns:</string>
197 </property>
198 </widget>
199 </item>
200 <item row="1" column="1" colspan="2">
201 <widget class="QLineEdit" name="lfFilePatternsEdit">
202 <property name="toolTip">
203 <string>Enter file patterns (space separated) for files to be treated as Large Files</string>
142 </property> 204 </property>
143 </widget> 205 </widget>
144 </item> 206 </item>
145 </layout> 207 </layout>
146 </widget> 208 </widget>
171 <tabstop>defaultShowPasswordButton</tabstop> 233 <tabstop>defaultShowPasswordButton</tabstop>
172 <tabstop>defaultPushUrlEdit</tabstop> 234 <tabstop>defaultPushUrlEdit</tabstop>
173 <tabstop>defaultPushUserEdit</tabstop> 235 <tabstop>defaultPushUserEdit</tabstop>
174 <tabstop>defaultPushPasswordEdit</tabstop> 236 <tabstop>defaultPushPasswordEdit</tabstop>
175 <tabstop>defaultPushShowPasswordButton</tabstop> 237 <tabstop>defaultPushShowPasswordButton</tabstop>
238 <tabstop>lfFileSizeSpinBox</tabstop>
239 <tabstop>lfFilePatternsEdit</tabstop>
176 <tabstop>buttonBox</tabstop> 240 <tabstop>buttonBox</tabstop>
177 </tabstops> 241 </tabstops>
178 <resources/> 242 <resources/>
179 <connections> 243 <connections>
180 <connection> 244 <connection>

eric ide

mercurial