Changed the create_new_branch method's signature to be consistent
[ugit.git] / ui / optionsgui.ui
blob53a4e5e9b6d5a8258e8fc0bcedfda3129bbf8b1b
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>404</width>
9     <height>321</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Options</string>
14   </property>
15   <widget class="QSpinBox" name="diffContextSpin" >
16    <property name="geometry" >
17     <rect>
18      <x>280</x>
19      <y>20</y>
20      <width>50</width>
21      <height>22</height>
22     </rect>
23    </property>
24    <property name="minimum" >
25     <number>2</number>
26    </property>
27    <property name="value" >
28     <number>4</number>
29    </property>
30   </widget>
31   <widget class="QLabel" name="label" >
32    <property name="geometry" >
33     <rect>
34      <x>90</x>
35      <y>30</y>
36      <width>151</width>
37      <height>16</height>
38     </rect>
39    </property>
40    <property name="text" >
41     <string>Diff Context Lines</string>
42    </property>
43   </widget>
44   <widget class="QCheckBox" name="summarizeMerges" >
45    <property name="geometry" >
46     <rect>
47      <x>30</x>
48      <y>140</y>
49      <width>211</width>
50      <height>21</height>
51     </rect>
52    </property>
53    <property name="text" >
54     <string>Summarize Merge Commits</string>
55    </property>
56   </widget>
57   <widget class="QFontComboBox" name="diffFontCombo" >
58    <property name="geometry" >
59     <rect>
60      <x>60</x>
61      <y>220</y>
62      <width>179</width>
63      <height>22</height>
64     </rect>
65    </property>
66   </widget>
67   <widget class="QSpinBox" name="diffFontSpin" >
68    <property name="geometry" >
69     <rect>
70      <x>250</x>
71      <y>220</y>
72      <width>50</width>
73      <height>22</height>
74     </rect>
75    </property>
76    <property name="minimum" >
77     <number>8</number>
78    </property>
79    <property name="value" >
80     <number>12</number>
81    </property>
82   </widget>
83   <widget class="QPushButton" name="okButton" >
84    <property name="geometry" >
85     <rect>
86      <x>300</x>
87      <y>280</y>
88      <width>75</width>
89      <height>26</height>
90     </rect>
91    </property>
92    <property name="text" >
93     <string>Done</string>
94    </property>
95   </widget>
96  </widget>
97  <resources/>
98  <connections/>
99 </ui>