|
1 <ui version="4.0" > |
|
2 <class>SvnDiffDialog</class> |
|
3 <widget class="QWidget" name="SvnDiffDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>749</width> |
|
9 <height>646</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Subversion Diff</string> |
|
14 </property> |
|
15 <layout class="QVBoxLayout" > |
|
16 <item> |
|
17 <widget class="QGroupBox" name="contentsGroup" > |
|
18 <property name="sizePolicy" > |
|
19 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > |
|
20 <horstretch>0</horstretch> |
|
21 <verstretch>4</verstretch> |
|
22 </sizepolicy> |
|
23 </property> |
|
24 <property name="title" > |
|
25 <string>Difference</string> |
|
26 </property> |
|
27 <layout class="QVBoxLayout" > |
|
28 <item> |
|
29 <widget class="QTextEdit" name="contents" > |
|
30 <property name="focusPolicy" > |
|
31 <enum>Qt::NoFocus</enum> |
|
32 </property> |
|
33 <property name="whatsThis" > |
|
34 <string><b>Subversion Diff</b><p>This shows the output of the svn diff command.</p></string> |
|
35 </property> |
|
36 <property name="lineWrapMode" > |
|
37 <enum>QTextEdit::NoWrap</enum> |
|
38 </property> |
|
39 <property name="readOnly" > |
|
40 <bool>true</bool> |
|
41 </property> |
|
42 <property name="tabStopWidth" > |
|
43 <number>8</number> |
|
44 </property> |
|
45 <property name="acceptRichText" > |
|
46 <bool>false</bool> |
|
47 </property> |
|
48 </widget> |
|
49 </item> |
|
50 </layout> |
|
51 </widget> |
|
52 </item> |
|
53 <item> |
|
54 <widget class="QGroupBox" name="errorGroup" > |
|
55 <property name="sizePolicy" > |
|
56 <sizepolicy vsizetype="Expanding" hsizetype="Preferred" > |
|
57 <horstretch>0</horstretch> |
|
58 <verstretch>1</verstretch> |
|
59 </sizepolicy> |
|
60 </property> |
|
61 <property name="title" > |
|
62 <string>Errors</string> |
|
63 </property> |
|
64 <layout class="QVBoxLayout" > |
|
65 <item> |
|
66 <widget class="QTextEdit" name="errors" > |
|
67 <property name="focusPolicy" > |
|
68 <enum>Qt::NoFocus</enum> |
|
69 </property> |
|
70 <property name="readOnly" > |
|
71 <bool>true</bool> |
|
72 </property> |
|
73 <property name="acceptRichText" > |
|
74 <bool>false</bool> |
|
75 </property> |
|
76 </widget> |
|
77 </item> |
|
78 </layout> |
|
79 </widget> |
|
80 </item> |
|
81 <item> |
|
82 <widget class="QDialogButtonBox" name="buttonBox" > |
|
83 <property name="orientation" > |
|
84 <enum>Qt::Horizontal</enum> |
|
85 </property> |
|
86 <property name="standardButtons" > |
|
87 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close|QDialogButtonBox::Save</set> |
|
88 </property> |
|
89 </widget> |
|
90 </item> |
|
91 </layout> |
|
92 </widget> |
|
93 <resources/> |
|
94 <connections/> |
|
95 </ui> |