|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>GitPage</class> |
|
4 <widget class="QWidget" name="GitPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>609</width> |
|
10 <height>751</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="toolTip"> |
|
14 <string/> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
17 <item> |
|
18 <widget class="QLabel" name="headerLabel"> |
|
19 <property name="text"> |
|
20 <string><b>Configure Git Interface</b></string> |
|
21 </property> |
|
22 </widget> |
|
23 </item> |
|
24 <item> |
|
25 <widget class="Line" name="line15"> |
|
26 <property name="frameShape"> |
|
27 <enum>QFrame::HLine</enum> |
|
28 </property> |
|
29 <property name="frameShadow"> |
|
30 <enum>QFrame::Sunken</enum> |
|
31 </property> |
|
32 <property name="orientation"> |
|
33 <enum>Qt::Horizontal</enum> |
|
34 </property> |
|
35 </widget> |
|
36 </item> |
|
37 <item> |
|
38 <widget class="QGroupBox" name="groupBox"> |
|
39 <property name="title"> |
|
40 <string>Log</string> |
|
41 </property> |
|
42 <layout class="QGridLayout" name="gridLayout"> |
|
43 <item row="0" column="0"> |
|
44 <widget class="QLabel" name="label"> |
|
45 <property name="text"> |
|
46 <string>No. of log messages shown:</string> |
|
47 </property> |
|
48 </widget> |
|
49 </item> |
|
50 <item row="0" column="1"> |
|
51 <widget class="QSpinBox" name="logSpinBox"> |
|
52 <property name="toolTip"> |
|
53 <string>Enter the number of log messages to be shown</string> |
|
54 </property> |
|
55 <property name="alignment"> |
|
56 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
57 </property> |
|
58 <property name="maximum"> |
|
59 <number>999999</number> |
|
60 </property> |
|
61 <property name="singleStep"> |
|
62 <number>5</number> |
|
63 </property> |
|
64 </widget> |
|
65 </item> |
|
66 <item row="0" column="2"> |
|
67 <spacer> |
|
68 <property name="orientation"> |
|
69 <enum>Qt::Horizontal</enum> |
|
70 </property> |
|
71 <property name="sizeHint" stdset="0"> |
|
72 <size> |
|
73 <width>41</width> |
|
74 <height>20</height> |
|
75 </size> |
|
76 </property> |
|
77 </spacer> |
|
78 </item> |
|
79 <item row="1" column="0"> |
|
80 <widget class="QLabel" name="label_7"> |
|
81 <property name="text"> |
|
82 <string>No. of subject characters shown in list:</string> |
|
83 </property> |
|
84 </widget> |
|
85 </item> |
|
86 <item row="1" column="1"> |
|
87 <widget class="QSpinBox" name="logWidthSpinBox"> |
|
88 <property name="toolTip"> |
|
89 <string>Enter the number of characters of the commit subject to be shown in the list</string> |
|
90 </property> |
|
91 <property name="alignment"> |
|
92 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
93 </property> |
|
94 <property name="specialValueText"> |
|
95 <string>All</string> |
|
96 </property> |
|
97 <property name="singleStep"> |
|
98 <number>5</number> |
|
99 </property> |
|
100 </widget> |
|
101 </item> |
|
102 <item row="2" column="0" colspan="3"> |
|
103 <widget class="QCheckBox" name="findHarderCheckBox"> |
|
104 <property name="toolTip"> |
|
105 <string>Select to perform expensive copy detection</string> |
|
106 </property> |
|
107 <property name="text"> |
|
108 <string>Find copies harder</string> |
|
109 </property> |
|
110 </widget> |
|
111 </item> |
|
112 </layout> |
|
113 </widget> |
|
114 </item> |
|
115 <item> |
|
116 <widget class="QGroupBox" name="groupBox_2"> |
|
117 <property name="title"> |
|
118 <string>Commit</string> |
|
119 </property> |
|
120 <layout class="QGridLayout" name="gridLayout_2"> |
|
121 <item row="0" column="0"> |
|
122 <widget class="QLabel" name="label_2"> |
|
123 <property name="text"> |
|
124 <string>No. of commit messages to remember:</string> |
|
125 </property> |
|
126 </widget> |
|
127 </item> |
|
128 <item row="0" column="1"> |
|
129 <widget class="QSpinBox" name="commitSpinBox"> |
|
130 <property name="toolTip"> |
|
131 <string>Enter the number of commit messages to remember</string> |
|
132 </property> |
|
133 <property name="alignment"> |
|
134 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
135 </property> |
|
136 <property name="minimum"> |
|
137 <number>1</number> |
|
138 </property> |
|
139 <property name="maximum"> |
|
140 <number>100</number> |
|
141 </property> |
|
142 </widget> |
|
143 </item> |
|
144 <item row="0" column="2"> |
|
145 <spacer> |
|
146 <property name="orientation"> |
|
147 <enum>Qt::Horizontal</enum> |
|
148 </property> |
|
149 <property name="sizeHint" stdset="0"> |
|
150 <size> |
|
151 <width>40</width> |
|
152 <height>20</height> |
|
153 </size> |
|
154 </property> |
|
155 </spacer> |
|
156 </item> |
|
157 <item row="1" column="0"> |
|
158 <widget class="QLabel" name="label_4"> |
|
159 <property name="text"> |
|
160 <string>Commit ID length:</string> |
|
161 </property> |
|
162 </widget> |
|
163 </item> |
|
164 <item row="1" column="1"> |
|
165 <widget class="QSpinBox" name="commitIdSpinBox"> |
|
166 <property name="toolTip"> |
|
167 <string>Enter the number of character to show for the commit ID</string> |
|
168 </property> |
|
169 <property name="alignment"> |
|
170 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
171 </property> |
|
172 <property name="minimum"> |
|
173 <number>1</number> |
|
174 </property> |
|
175 <property name="maximum"> |
|
176 <number>40</number> |
|
177 </property> |
|
178 </widget> |
|
179 </item> |
|
180 <item row="1" 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>269</width> |
|
188 <height>20</height> |
|
189 </size> |
|
190 </property> |
|
191 </spacer> |
|
192 </item> |
|
193 </layout> |
|
194 </widget> |
|
195 </item> |
|
196 <item> |
|
197 <widget class="QGroupBox" name="groupBox_5"> |
|
198 <property name="title"> |
|
199 <string>Cleanup</string> |
|
200 </property> |
|
201 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
202 <item> |
|
203 <widget class="QLabel" name="label_3"> |
|
204 <property name="text"> |
|
205 <string>Pattern:</string> |
|
206 </property> |
|
207 </widget> |
|
208 </item> |
|
209 <item> |
|
210 <widget class="QLineEdit" name="cleanupPatternEdit"> |
|
211 <property name="toolTip"> |
|
212 <string>Enter the file name patterns to be used for cleaning up (entries separated by a space character)</string> |
|
213 </property> |
|
214 </widget> |
|
215 </item> |
|
216 </layout> |
|
217 </widget> |
|
218 </item> |
|
219 <item> |
|
220 <widget class="QGroupBox" name="groupBox_3"> |
|
221 <property name="title"> |
|
222 <string>Repository Optimization</string> |
|
223 </property> |
|
224 <layout class="QVBoxLayout" name="verticalLayout"> |
|
225 <item> |
|
226 <widget class="QCheckBox" name="aggressiveCheckBox"> |
|
227 <property name="toolTip"> |
|
228 <string>Select this to use the '--aggressive' option for garbage collection</string> |
|
229 </property> |
|
230 <property name="text"> |
|
231 <string>Perform aggressive repository optimization</string> |
|
232 </property> |
|
233 </widget> |
|
234 </item> |
|
235 </layout> |
|
236 </widget> |
|
237 </item> |
|
238 <item> |
|
239 <widget class="QPushButton" name="configButton"> |
|
240 <property name="toolTip"> |
|
241 <string>Edit the Git configuration file</string> |
|
242 </property> |
|
243 <property name="text"> |
|
244 <string>Edit configuration file</string> |
|
245 </property> |
|
246 </widget> |
|
247 </item> |
|
248 <item> |
|
249 <spacer> |
|
250 <property name="orientation"> |
|
251 <enum>Qt::Vertical</enum> |
|
252 </property> |
|
253 <property name="sizeHint" stdset="0"> |
|
254 <size> |
|
255 <width>388</width> |
|
256 <height>21</height> |
|
257 </size> |
|
258 </property> |
|
259 </spacer> |
|
260 </item> |
|
261 </layout> |
|
262 </widget> |
|
263 <tabstops> |
|
264 <tabstop>logSpinBox</tabstop> |
|
265 <tabstop>logWidthSpinBox</tabstop> |
|
266 <tabstop>findHarderCheckBox</tabstop> |
|
267 <tabstop>commitSpinBox</tabstop> |
|
268 <tabstop>commitIdSpinBox</tabstop> |
|
269 <tabstop>cleanupPatternEdit</tabstop> |
|
270 <tabstop>aggressiveCheckBox</tabstop> |
|
271 <tabstop>configButton</tabstop> |
|
272 </tabstops> |
|
273 <resources/> |
|
274 <connections/> |
|
275 </ui> |