|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>GitDiffDialog</class> |
|
4 <widget class="QWidget" name="GitDiffDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>749</width> |
|
10 <height>646</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Git Diff</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
17 <item> |
|
18 <widget class="QGroupBox" name="contentsGroup"> |
|
19 <property name="sizePolicy"> |
|
20 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
|
21 <horstretch>0</horstretch> |
|
22 <verstretch>3</verstretch> |
|
23 </sizepolicy> |
|
24 </property> |
|
25 <property name="title"> |
|
26 <string>Difference</string> |
|
27 </property> |
|
28 <layout class="QVBoxLayout" name="verticalLayout"> |
|
29 <item> |
|
30 <widget class="QComboBox" name="filesCombo"/> |
|
31 </item> |
|
32 <item> |
|
33 <widget class="QSplitter" name="splitter"> |
|
34 <property name="orientation"> |
|
35 <enum>Qt::Vertical</enum> |
|
36 </property> |
|
37 <widget class="QTextEdit" name="contents"> |
|
38 <property name="whatsThis"> |
|
39 <string><b>Git Diff</b><p>This shows the output of the git diff command.</p></string> |
|
40 </property> |
|
41 <property name="lineWrapMode"> |
|
42 <enum>QTextEdit::NoWrap</enum> |
|
43 </property> |
|
44 <property name="readOnly"> |
|
45 <bool>true</bool> |
|
46 </property> |
|
47 <property name="tabStopWidth"> |
|
48 <number>8</number> |
|
49 </property> |
|
50 <property name="acceptRichText"> |
|
51 <bool>false</bool> |
|
52 </property> |
|
53 </widget> |
|
54 <widget class="QTextEdit" name="contents2"> |
|
55 <property name="whatsThis"> |
|
56 <string><b>Git Diff</b><p>This shows the output of the git diff command (stage to repo) if the dialog was asked to show separate diffs.</p></string> |
|
57 </property> |
|
58 <property name="lineWrapMode"> |
|
59 <enum>QTextEdit::NoWrap</enum> |
|
60 </property> |
|
61 <property name="readOnly"> |
|
62 <bool>true</bool> |
|
63 </property> |
|
64 <property name="tabStopWidth"> |
|
65 <number>8</number> |
|
66 </property> |
|
67 <property name="acceptRichText"> |
|
68 <bool>false</bool> |
|
69 </property> |
|
70 </widget> |
|
71 </widget> |
|
72 </item> |
|
73 </layout> |
|
74 </widget> |
|
75 </item> |
|
76 <item> |
|
77 <widget class="QGroupBox" name="errorGroup"> |
|
78 <property name="sizePolicy"> |
|
79 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
|
80 <horstretch>0</horstretch> |
|
81 <verstretch>1</verstretch> |
|
82 </sizepolicy> |
|
83 </property> |
|
84 <property name="title"> |
|
85 <string>Errors</string> |
|
86 </property> |
|
87 <layout class="QVBoxLayout"> |
|
88 <item> |
|
89 <widget class="QTextEdit" name="errors"> |
|
90 <property name="readOnly"> |
|
91 <bool>true</bool> |
|
92 </property> |
|
93 <property name="acceptRichText"> |
|
94 <bool>false</bool> |
|
95 </property> |
|
96 </widget> |
|
97 </item> |
|
98 </layout> |
|
99 </widget> |
|
100 </item> |
|
101 <item> |
|
102 <widget class="QDialogButtonBox" name="buttonBox"> |
|
103 <property name="orientation"> |
|
104 <enum>Qt::Horizontal</enum> |
|
105 </property> |
|
106 <property name="standardButtons"> |
|
107 <set>QDialogButtonBox::Close|QDialogButtonBox::Save</set> |
|
108 </property> |
|
109 </widget> |
|
110 </item> |
|
111 </layout> |
|
112 </widget> |
|
113 <tabstops> |
|
114 <tabstop>filesCombo</tabstop> |
|
115 <tabstop>contents</tabstop> |
|
116 <tabstop>contents2</tabstop> |
|
117 <tabstop>errors</tabstop> |
|
118 </tabstops> |
|
119 <resources/> |
|
120 <connections> |
|
121 <connection> |
|
122 <sender>buttonBox</sender> |
|
123 <signal>rejected()</signal> |
|
124 <receiver>GitDiffDialog</receiver> |
|
125 <slot>close()</slot> |
|
126 <hints> |
|
127 <hint type="sourcelabel"> |
|
128 <x>197</x> |
|
129 <y>624</y> |
|
130 </hint> |
|
131 <hint type="destinationlabel"> |
|
132 <x>201</x> |
|
133 <y>645</y> |
|
134 </hint> |
|
135 </hints> |
|
136 </connection> |
|
137 </connections> |
|
138 </ui> |