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