1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>VcsPage</class>
4 <widget class="QWidget" name="VcsPage">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>576</width>
10    <height>554</height>
11   </rect>
12  </property>
13  <layout class="QVBoxLayout" name="verticalLayout_2">
14   <item>
15    <widget class="QLabel" name="headerLabel">
16     <property name="text">
17      <string>&lt;b&gt;Configure Version Control Systems&lt;/b&gt;</string>
18     </property>
19    </widget>
20   </item>
21   <item>
22    <widget class="Line" name="line9_3_2_2">
23     <property name="frameShape">
24      <enum>QFrame::HLine</enum>
25     </property>
26     <property name="frameShadow">
27      <enum>QFrame::Sunken</enum>
28     </property>
29     <property name="orientation">
30      <enum>Qt::Horizontal</enum>
31     </property>
32    </widget>
33   </item>
34   <item>
35    <widget class="QCheckBox" name="vcsAutoCloseCheckBox">
36     <property name="text">
37      <string>Close VCS dialog automatically, if no error occured</string>
38     </property>
39    </widget>
40   </item>
41   <item>
42    <widget class="QGroupBox" name="groupBox">
43     <property name="title">
44      <string>Commit</string>
45     </property>
46     <layout class="QVBoxLayout">
47      <item>
48       <widget class="QCheckBox" name="vcsAutoSaveCheckBox">
49        <property name="toolTip">
50         <string>Select, if files should be saved before a commit</string>
51        </property>
52        <property name="text">
53         <string>Save files upon commit</string>
54        </property>
55       </widget>
56      </item>
57      <item>
58       <widget class="QCheckBox" name="vcsAutoSaveProjectCheckBox">
59        <property name="toolTip">
60         <string>Select, if project should be saved before a commit</string>
61        </property>
62        <property name="text">
63         <string>Save project upon commit</string>
64        </property>
65       </widget>
66      </item>
67     </layout>
68    </widget>
69   </item>
70   <item>
71    <widget class="QGroupBox" name="groupBox_2">
72     <property name="title">
73      <string>Status Monitor</string>
74     </property>
75     <layout class="QGridLayout" name="gridLayout_2">
76      <item row="0" column="0">
77       <widget class="QSpinBox" name="vcsStatusMonitorIntervalSpinBox">
78        <property name="toolTip">
79         <string>Select the interval in seconds for VCS status updates (0 to disable)</string>
80        </property>
81        <property name="suffix">
82         <string> sec</string>
83        </property>
84        <property name="maximum">
85         <number>3600</number>
86        </property>
87       </widget>
88      </item>
89      <item row="0" column="1">
90       <spacer>
91        <property name="orientation">
92         <enum>Qt::Horizontal</enum>
93        </property>
94        <property name="sizeHint" stdset="0">
95         <size>
96          <width>40</width>
97          <height>20</height>
98         </size>
99        </property>
100       </spacer>
101      </item>
102      <item row="1" column="0" colspan="2">
103       <widget class="QCheckBox" name="vcsMonitorLocalStatusCheckBox">
104        <property name="toolTip">
105         <string>Select to monitor local status only (if supported by VCS)</string>
106        </property>
107        <property name="text">
108         <string>Monitor local status only</string>
109        </property>
110       </widget>
111      </item>
112      <item row="2" column="0" colspan="2">
113       <widget class="QCheckBox" name="autoUpdateCheckBox">
114        <property name="toolTip">
115         <string>Select to enable automatic updates</string>
116        </property>
117        <property name="text">
118         <string>Automatic updates enabled</string>
119        </property>
120       </widget>
121      </item>
122     </layout>
123    </widget>
124   </item>
125   <item>
126    <widget class="QGroupBox" name="groupBox_3">
127     <property name="title">
128      <string>Colors</string>
129     </property>
130     <layout class="QGridLayout" name="gridLayout">
131      <item row="0" column="0">
132       <widget class="QLabel" name="label_4">
133        <property name="text">
134         <string>VCS status &quot;added&quot;:</string>
135        </property>
136       </widget>
137      </item>
138      <item row="0" column="1">
139       <widget class="QPushButton" name="pbVcsAddedButton">
140        <property name="minimumSize">
141         <size>
142          <width>100</width>
143          <height>0</height>
144         </size>
145        </property>
146        <property name="toolTip">
147         <string>Select the background color for entries with VCS status &quot;added&quot;.</string>
148        </property>
149        <property name="text">
150         <string/>
151        </property>
152       </widget>
153      </item>
154      <item row="0" column="2">
155       <widget class="QLabel" name="label_5">
156        <property name="text">
157         <string>VCS status &quot;conflict&quot;:</string>
158        </property>
159       </widget>
160      </item>
161      <item row="0" column="3">
162       <widget class="QPushButton" name="pbVcsConflictButton">
163        <property name="minimumSize">
164         <size>
165          <width>100</width>
166          <height>0</height>
167         </size>
168        </property>
169        <property name="toolTip">
170         <string>Select the background color for entries with VCS status &quot;conflict&quot;.</string>
171        </property>
172        <property name="text">
173         <string/>
174        </property>
175       </widget>
176      </item>
177      <item row="0" column="4">
178       <spacer>
179        <property name="orientation">
180         <enum>Qt::Horizontal</enum>
181        </property>
182        <property name="sizeHint" stdset="0">
183         <size>
184          <width>40</width>
185          <height>20</height>
186         </size>
187        </property>
188       </spacer>
189      </item>
190      <item row="1" column="0">
191       <widget class="QLabel" name="label_2">
192        <property name="text">
193         <string>VCS status &quot;modified&quot;:</string>
194        </property>
195       </widget>
196      </item>
197      <item row="1" column="1">
198       <widget class="QPushButton" name="pbVcsModifiedButton">
199        <property name="minimumSize">
200         <size>
201          <width>100</width>
202          <height>0</height>
203         </size>
204        </property>
205        <property name="toolTip">
206         <string>Select the background color for entries with VCS status &quot;modified&quot;.</string>
207        </property>
208        <property name="text">
209         <string/>
210        </property>
211       </widget>
212      </item>
213      <item row="1" column="2">
214       <widget class="QLabel" name="label_6">
215        <property name="text">
216         <string>VCS status &quot;replaced&quot;:</string>
217        </property>
218       </widget>
219      </item>
220      <item row="1" column="3">
221       <widget class="QPushButton" name="pbVcsReplacedButton">
222        <property name="minimumSize">
223         <size>
224          <width>100</width>
225          <height>0</height>
226         </size>
227        </property>
228        <property name="toolTip">
229         <string>Select the background color for entries with VCS status &quot;replaced&quot;.</string>
230        </property>
231        <property name="text">
232         <string/>
233        </property>
234       </widget>
235      </item>
236      <item row="2" column="0">
237       <widget class="QLabel" name="label_3">
238        <property name="text">
239         <string>VCS status &quot;needs update&quot;:</string>
240        </property>
241       </widget>
242      </item>
243      <item row="2" column="1">
244       <widget class="QPushButton" name="pbVcsUpdateButton">
245        <property name="minimumSize">
246         <size>
247          <width>100</width>
248          <height>0</height>
249         </size>
250        </property>
251        <property name="toolTip">
252         <string>Select the background color for entries with VCS status &quot;needs update&quot;.</string>
253        </property>
254        <property name="text">
255         <string/>
256        </property>
257       </widget>
258      </item>
259      <item row="2" column="2">
260       <widget class="QLabel" name="label_7">
261        <property name="text">
262         <string>VCS status &quot;removed&quot;:</string>
263        </property>
264       </widget>
265      </item>
266      <item row="2" column="3">
267       <widget class="QPushButton" name="pbVcsRemovedButton">
268        <property name="minimumSize">
269         <size>
270          <width>100</width>
271          <height>0</height>
272         </size>
273        </property>
274        <property name="toolTip">
275         <string>Select the background color for entries with VCS status &quot;removed&quot;.</string>
276        </property>
277        <property name="text">
278         <string/>
279        </property>
280       </widget>
281      </item>
282     </layout>
283    </widget>
284   </item>
285   <item>
286    <widget class="QGroupBox" name="groupBox_4">
287     <property name="title">
288      <string>Toolbars</string>
289     </property>
290     <layout class="QVBoxLayout" name="verticalLayout">
291      <item>
292       <widget class="QCheckBox" name="vcsToolbarCheckBox">
293        <property name="toolTip">
294         <string>Select to show VCS specific toolbars</string>
295        </property>
296        <property name="text">
297         <string>Show VCS Toolbar</string>
298        </property>
299       </widget>
300      </item>
301     </layout>
302    </widget>
303   </item>
304   <item>
305    <spacer>
306     <property name="orientation">
307      <enum>Qt::Vertical</enum>
308     </property>
309     <property name="sizeHint" stdset="0">
310      <size>
311       <width>512</width>
312       <height>81</height>
313      </size>
314     </property>
315    </spacer>
316   </item>
317  </layout>
318 </widget>
319 <tabstops>
320  <tabstop>vcsAutoCloseCheckBox</tabstop>
321  <tabstop>vcsAutoSaveCheckBox</tabstop>
322  <tabstop>vcsAutoSaveProjectCheckBox</tabstop>
323  <tabstop>vcsStatusMonitorIntervalSpinBox</tabstop>
324  <tabstop>vcsMonitorLocalStatusCheckBox</tabstop>
325  <tabstop>autoUpdateCheckBox</tabstop>
326  <tabstop>pbVcsAddedButton</tabstop>
327  <tabstop>pbVcsModifiedButton</tabstop>
328  <tabstop>pbVcsUpdateButton</tabstop>
329  <tabstop>pbVcsConflictButton</tabstop>
330  <tabstop>pbVcsReplacedButton</tabstop>
331 </tabstops>
332 <resources/>
333 <connections/>
334</ui>
335