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> |