gitmodel: implement fetch/push/pull_helper()
[ugit.git] / ui / options.ui
blob7f0780617f5dcc0f05b06505ef6b391fd6c71c2e
1 <ui version="4.0" >
2  <class>options</class>
3  <widget class="QDialog" name="options" >
4   <property name="windowModality" >
5    <enum>Qt::ApplicationModal</enum>
6   </property>
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>654</width>
12     <height>345</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>Options</string>
17   </property>
18   <layout class="QGridLayout" name="gridLayout_3" >
19    <item row="0" column="0" >
20     <layout class="QGridLayout" name="gridLayout_2" >
21      <item row="0" column="0" >
22       <widget class="QLabel" name="label_2" >
23        <property name="text" >
24         <string>Main Font</string>
25        </property>
26       </widget>
27      </item>
28      <item row="0" column="1" >
29       <widget class="QSpinBox" name="global_ugit_fontui_size" >
30        <property name="minimum" >
31         <number>8</number>
32        </property>
33        <property name="value" >
34         <number>12</number>
35        </property>
36       </widget>
37      </item>
38      <item row="0" column="2" colspan="3" >
39       <widget class="QFontComboBox" name="global_ugit_fontui" >
40        <property name="currentFont" >
41         <font>
42          <family>Helvetica</family>
43         </font>
44        </property>
45       </widget>
46      </item>
47      <item row="1" column="0" >
48       <widget class="QLabel" name="label_3" >
49        <property name="text" >
50         <string>Diff/Console Font</string>
51        </property>
52       </widget>
53      </item>
54      <item row="1" column="1" >
55       <widget class="QSpinBox" name="global_ugit_fontdiff_size" >
56        <property name="minimum" >
57         <number>8</number>
58        </property>
59        <property name="value" >
60         <number>12</number>
61        </property>
62       </widget>
63      </item>
64      <item row="1" column="2" colspan="3" >
65       <widget class="QFontComboBox" name="global_ugit_fontdiff" >
66        <property name="fontFilters" >
67         <set>QFontComboBox::MonospacedFonts</set>
68        </property>
69        <property name="currentFont" >
70         <font>
71          <family>Bitstream Vera Sans Mono</family>
72         </font>
73        </property>
74       </widget>
75      </item>
76      <item row="2" column="0" >
77       <widget class="QLabel" name="label_13" >
78        <property name="text" >
79         <string>Editor</string>
80        </property>
81       </widget>
82      </item>
83      <item row="2" column="1" >
84       <widget class="QLineEdit" name="global_gui_editor" >
85        <property name="text" >
86         <string/>
87        </property>
88       </widget>
89      </item>
90      <item row="2" column="2" >
91       <widget class="QLabel" name="label_11" >
92        <property name="text" >
93         <string>History browser</string>
94        </property>
95       </widget>
96      </item>
97      <item row="2" column="3" colspan="2" >
98       <widget class="QLineEdit" name="global_gui_historybrowser" >
99        <property name="text" >
100         <string/>
101        </property>
102       </widget>
103      </item>
104      <item row="3" column="0" >
105       <widget class="QLabel" name="label_12" >
106        <property name="text" >
107         <string>Diff Editor</string>
108        </property>
109       </widget>
110      </item>
111      <item row="3" column="1" >
112       <widget class="QLineEdit" name="global_gui_diffeditor" >
113        <property name="text" >
114         <string/>
115        </property>
116       </widget>
117      </item>
118      <item row="3" column="2" colspan="2" >
119       <widget class="QCheckBox" name="global_ugit_savewindowsettings" >
120        <property name="text" >
121         <string>Remember Window Settings</string>
122        </property>
123       </widget>
124      </item>
125      <item row="3" column="4" >
126       <widget class="QCheckBox" name="global_ugit_saveatexit" >
127        <property name="text" >
128         <string>Save Window Settings At Exit</string>
129        </property>
130       </widget>
131      </item>
132     </layout>
133    </item>
134    <item row="1" column="0" >
135     <layout class="QHBoxLayout" name="horizontalLayout_8" >
136      <item>
137       <widget class="QGroupBox" name="local_groupbox" >
138        <property name="title" >
139         <string>Local Repository</string>
140        </property>
141        <layout class="QGridLayout" name="gridLayout" >
142         <item row="0" column="1" colspan="2" >
143          <widget class="QLineEdit" name="local_user_name" />
144         </item>
145         <item row="1" column="0" >
146          <widget class="QLabel" name="label_5" >
147           <property name="text" >
148            <string>Email Address:</string>
149           </property>
150          </widget>
151         </item>
152         <item row="1" column="1" colspan="2" >
153          <widget class="QLineEdit" name="local_user_email" />
154         </item>
155         <item row="2" column="0" colspan="2" >
156          <widget class="QCheckBox" name="local_merge_summary" >
157           <property name="text" >
158            <string>Summarize Merge Commits</string>
159           </property>
160          </widget>
161         </item>
162         <item row="3" column="0" colspan="3" >
163          <widget class="QCheckBox" name="local_merge_diffstat" >
164           <property name="text" >
165            <string>Show Diffstat After Merge</string>
166           </property>
167          </widget>
168         </item>
169         <item row="4" column="0" colspan="2" >
170          <widget class="QLabel" name="label_6" >
171           <property name="text" >
172            <string>Merge Verbosity:</string>
173           </property>
174          </widget>
175         </item>
176         <item row="4" column="2" >
177          <widget class="QSpinBox" name="local_merge_verbosity" >
178           <property name="minimum" >
179            <number>0</number>
180           </property>
181           <property name="maximum" >
182            <number>5</number>
183           </property>
184           <property name="value" >
185            <number>5</number>
186           </property>
187          </widget>
188         </item>
189         <item row="5" column="0" colspan="2" >
190          <widget class="QLabel" name="label" >
191           <property name="text" >
192            <string>Number of Diff Context Lines:</string>
193           </property>
194          </widget>
195         </item>
196         <item row="5" column="2" >
197          <widget class="QSpinBox" name="local_gui_diffcontext" >
198           <property name="minimum" >
199            <number>2</number>
200           </property>
201           <property name="value" >
202            <number>5</number>
203           </property>
204          </widget>
205         </item>
206         <item row="0" column="0" >
207          <widget class="QLabel" name="label_4" >
208           <property name="text" >
209            <string>User Name:</string>
210           </property>
211          </widget>
212         </item>
213        </layout>
214        <zorder>local_user_name</zorder>
215        <zorder>label_5</zorder>
216        <zorder>local_user_email</zorder>
217        <zorder>local_merge_summary</zorder>
218        <zorder>local_merge_diffstat</zorder>
219        <zorder>label_6</zorder>
220        <zorder>local_merge_verbosity</zorder>
221        <zorder>label</zorder>
222        <zorder>local_gui_diffcontext</zorder>
223        <zorder>label_4</zorder>
224       </widget>
225      </item>
226      <item>
227       <widget class="QGroupBox" name="globalGroupBox" >
228        <property name="title" >
229         <string>Global (All Repositories)</string>
230        </property>
231        <layout class="QGridLayout" >
232         <item row="0" column="0" >
233          <widget class="QLabel" name="label_7" >
234           <property name="text" >
235            <string>User Name:</string>
236           </property>
237          </widget>
238         </item>
239         <item row="0" column="1" colspan="2" >
240          <widget class="QLineEdit" name="global_user_name" />
241         </item>
242         <item row="1" column="0" >
243          <widget class="QLabel" name="label_8" >
244           <property name="text" >
245            <string>Email Address:</string>
246           </property>
247          </widget>
248         </item>
249         <item row="1" column="1" colspan="2" >
250          <widget class="QLineEdit" name="global_user_email" />
251         </item>
252         <item row="2" column="0" colspan="2" >
253          <widget class="QCheckBox" name="global_merge_summary" >
254           <property name="text" >
255            <string>Summarize Merge Commits</string>
256           </property>
257          </widget>
258         </item>
259         <item row="3" column="0" colspan="3" >
260          <widget class="QCheckBox" name="global_merge_diffstat" >
261           <property name="text" >
262            <string>Show Diffstat After Merge</string>
263           </property>
264          </widget>
265         </item>
266         <item row="4" column="0" colspan="2" >
267          <widget class="QLabel" name="label_10" >
268           <property name="text" >
269            <string>Merge Verbosity:</string>
270           </property>
271          </widget>
272         </item>
273         <item row="4" column="2" >
274          <widget class="QSpinBox" name="global_merge_verbosity" >
275           <property name="minimum" >
276            <number>0</number>
277           </property>
278           <property name="maximum" >
279            <number>5</number>
280           </property>
281           <property name="value" >
282            <number>5</number>
283           </property>
284          </widget>
285         </item>
286         <item row="5" column="0" colspan="2" >
287          <widget class="QLabel" name="label_9" >
288           <property name="text" >
289            <string>Number of Diff Context Lines:</string>
290           </property>
291          </widget>
292         </item>
293         <item row="5" column="2" >
294          <widget class="QSpinBox" name="global_gui_diffcontext" >
295           <property name="minimum" >
296            <number>2</number>
297           </property>
298           <property name="value" >
299            <number>5</number>
300           </property>
301          </widget>
302         </item>
303        </layout>
304       </widget>
305      </item>
306     </layout>
307    </item>
308    <item row="2" column="0" >
309     <layout class="QHBoxLayout" name="horizontalLayout_9" >
310      <item>
311       <spacer name="horizontalSpacer" >
312        <property name="orientation" >
313         <enum>Qt::Horizontal</enum>
314        </property>
315        <property name="sizeHint" stdset="0" >
316         <size>
317          <width>478</width>
318          <height>20</height>
319         </size>
320        </property>
321       </spacer>
322      </item>
323      <item>
324       <widget class="QPushButton" name="save_button" >
325        <property name="text" >
326         <string>Save</string>
327        </property>
328        <property name="default" >
329         <bool>true</bool>
330        </property>
331       </widget>
332      </item>
333      <item>
334       <widget class="QPushButton" name="cancel_button" >
335        <property name="text" >
336         <string>Cancel</string>
337        </property>
338       </widget>
339      </item>
340     </layout>
341    </item>
342   </layout>
343  </widget>
344  <resources/>
345  <connections>
346   <connection>
347    <sender>cancel_button</sender>
348    <signal>released()</signal>
349    <receiver>options</receiver>
350    <slot>reject()</slot>
351    <hints>
352     <hint type="sourcelabel" >
353      <x>563</x>
354      <y>319</y>
355     </hint>
356     <hint type="destinationlabel" >
357      <x>306</x>
358      <y>170</y>
359     </hint>
360    </hints>
361   </connection>
362  </connections>
363 </ui>