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