Finished the option gui
[ugit.git] / ui / optionsgui.ui
blobe913f7d64893a745f115de43027789c40518d58a
1 <ui version="4.0" >
2  <class>optionsgui</class>
3  <widget class="QDialog" name="optionsgui" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>543</width>
9     <height>313</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Options</string>
14   </property>
15   <layout class="QGridLayout" >
16    <item row="0" column="0" >
17     <widget class="QLabel" name="label_2" >
18      <property name="text" >
19       <string>Main Font</string>
20      </property>
21     </widget>
22    </item>
23    <item row="0" column="1" >
24     <widget class="QSpinBox" name="mainFontSpin" >
25      <property name="minimum" >
26       <number>8</number>
27      </property>
28      <property name="value" >
29       <number>12</number>
30      </property>
31     </widget>
32    </item>
33    <item row="0" column="2" colspan="2" >
34     <widget class="QFontComboBox" name="mainFontCombo" />
35    </item>
36    <item row="1" column="0" >
37     <widget class="QLabel" name="label_3" >
38      <property name="text" >
39       <string>Diff/Console Font</string>
40      </property>
41     </widget>
42    </item>
43    <item row="1" column="1" >
44     <widget class="QSpinBox" name="diffFontSpin" >
45      <property name="minimum" >
46       <number>8</number>
47      </property>
48      <property name="value" >
49       <number>12</number>
50      </property>
51     </widget>
52    </item>
53    <item row="1" column="2" colspan="2" >
54     <widget class="QFontComboBox" name="diffFontCombo" >
55      <property name="currentFont" >
56       <font>
57        <family>Bitstream Vera Sans Mono</family>
58       </font>
59      </property>
60     </widget>
61    </item>
62    <item row="2" column="0" colspan="3" >
63     <widget class="QGroupBox" name="localGroupBox" >
64      <property name="title" >
65       <string>Local Repository</string>
66      </property>
67      <layout class="QGridLayout" >
68       <item row="0" column="0" >
69        <widget class="QLabel" name="label_4" >
70         <property name="text" >
71          <string>User Name:</string>
72         </property>
73        </widget>
74       </item>
75       <item row="0" column="1" colspan="2" >
76        <widget class="QLineEdit" name="localNameLine" />
77       </item>
78       <item row="1" column="0" >
79        <widget class="QLabel" name="label_5" >
80         <property name="text" >
81          <string>Email Address:</string>
82         </property>
83        </widget>
84       </item>
85       <item row="1" column="1" colspan="2" >
86        <widget class="QLineEdit" name="localEmailLine" />
87       </item>
88       <item row="2" column="0" colspan="2" >
89        <widget class="QCheckBox" name="localSummarizeCheckBox" >
90         <property name="text" >
91          <string>Summarize Merge Commits</string>
92         </property>
93        </widget>
94       </item>
95       <item row="3" column="0" colspan="3" >
96        <widget class="QCheckBox" name="localShowDiffstatCheckBox" >
97         <property name="text" >
98          <string>Show Diffstat After Merge</string>
99         </property>
100        </widget>
101       </item>
102       <item row="4" column="0" colspan="2" >
103        <widget class="QLabel" name="label_6" >
104         <property name="text" >
105          <string>Merge Verbosity:</string>
106         </property>
107        </widget>
108       </item>
109       <item row="4" column="2" >
110        <widget class="QSpinBox" name="localDiffFontSpin" >
111         <property name="minimum" >
112          <number>0</number>
113         </property>
114         <property name="maximum" >
115          <number>5</number>
116         </property>
117         <property name="value" >
118          <number>5</number>
119         </property>
120        </widget>
121       </item>
122       <item row="5" column="0" colspan="2" >
123        <widget class="QLabel" name="label" >
124         <property name="text" >
125          <string>Number of Diff Context Lines:</string>
126         </property>
127        </widget>
128       </item>
129       <item row="5" column="2" >
130        <widget class="QSpinBox" name="localDiffContextSpin" >
131         <property name="minimum" >
132          <number>2</number>
133         </property>
134         <property name="value" >
135          <number>5</number>
136         </property>
137        </widget>
138       </item>
139      </layout>
140     </widget>
141    </item>
142    <item row="2" column="3" >
143     <widget class="QGroupBox" name="globalGroupBox" >
144      <property name="title" >
145       <string>Global (All Repositories)</string>
146      </property>
147      <layout class="QGridLayout" >
148       <item row="0" column="0" >
149        <widget class="QLabel" name="label_7" >
150         <property name="text" >
151          <string>User Name:</string>
152         </property>
153        </widget>
154       </item>
155       <item row="0" column="1" colspan="2" >
156        <widget class="QLineEdit" name="globalNameLine" />
157       </item>
158       <item row="1" column="0" >
159        <widget class="QLabel" name="label_8" >
160         <property name="text" >
161          <string>Email Address:</string>
162         </property>
163        </widget>
164       </item>
165       <item row="1" column="1" colspan="2" >
166        <widget class="QLineEdit" name="globalEmailLine" />
167       </item>
168       <item row="2" column="0" colspan="2" >
169        <widget class="QCheckBox" name="globalSummarizeCheckBox" >
170         <property name="text" >
171          <string>Summarize Merge Commits</string>
172         </property>
173        </widget>
174       </item>
175       <item row="3" column="0" colspan="3" >
176        <widget class="QCheckBox" name="globalShowDiffstatCheckBox" >
177         <property name="text" >
178          <string>Show Diffstat After Merge</string>
179         </property>
180        </widget>
181       </item>
182       <item row="4" column="0" colspan="2" >
183        <widget class="QLabel" name="label_10" >
184         <property name="text" >
185          <string>Merge Verbosity:</string>
186         </property>
187        </widget>
188       </item>
189       <item row="4" column="2" >
190        <widget class="QSpinBox" name="globalVerbositySpin" >
191         <property name="minimum" >
192          <number>0</number>
193         </property>
194         <property name="maximum" >
195          <number>5</number>
196         </property>
197         <property name="value" >
198          <number>5</number>
199         </property>
200        </widget>
201       </item>
202       <item row="5" column="0" colspan="2" >
203        <widget class="QLabel" name="label_9" >
204         <property name="text" >
205          <string>Number of Diff Context Lines:</string>
206         </property>
207        </widget>
208       </item>
209       <item row="5" column="2" >
210        <widget class="QSpinBox" name="globalDiffContextSpin" >
211         <property name="minimum" >
212          <number>2</number>
213         </property>
214         <property name="value" >
215          <number>5</number>
216         </property>
217        </widget>
218       </item>
219      </layout>
220     </widget>
221    </item>
222    <item row="3" column="0" colspan="4" >
223     <widget class="QDialogButtonBox" name="buttonBox" >
224      <property name="layoutDirection" >
225       <enum>Qt::LeftToRight</enum>
226      </property>
227      <property name="standardButtons" >
228       <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
229      </property>
230     </widget>
231    </item>
232   </layout>
233  </widget>
234  <resources/>
235  <connections>
236   <connection>
237    <sender>buttonBox</sender>
238    <signal>rejected()</signal>
239    <receiver>optionsgui</receiver>
240    <slot>accept()</slot>
241    <hints>
242     <hint type="sourcelabel" >
243      <x>179</x>
244      <y>392</y>
245     </hint>
246     <hint type="destinationlabel" >
247      <x>295</x>
248      <y>218</y>
249     </hint>
250    </hints>
251   </connection>
252  </connections>
253 </ui>