|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>SvnDiffDialog</class> |
|
4 <widget class="QWidget" name="SvnDiffDialog"> |
|
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>Subversion Diff</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout"> |
|
17 <item> |
|
18 <widget class="QGroupBox" name="contentsGroup"> |
|
19 <property name="sizePolicy"> |
|
20 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
|
21 <horstretch>0</horstretch> |
|
22 <verstretch>4</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="EricTextEditSearchWidget" name="searchWidget" native="true"> |
|
34 <property name="focusPolicy"> |
|
35 <enum>Qt::WheelFocus</enum> |
|
36 </property> |
|
37 </widget> |
|
38 </item> |
|
39 <item> |
|
40 <widget class="QPlainTextEdit" name="contents"> |
|
41 <property name="whatsThis"> |
|
42 <string><b>Subversion Diff</b><p>This shows the output of the svn diff command.</p></string> |
|
43 </property> |
|
44 <property name="lineWrapMode"> |
|
45 <enum>QPlainTextEdit::NoWrap</enum> |
|
46 </property> |
|
47 <property name="readOnly"> |
|
48 <bool>true</bool> |
|
49 </property> |
|
50 <property name="tabStopDistance"> |
|
51 <double>8.000000000000000</double> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 </layout> |
|
56 </widget> |
|
57 </item> |
|
58 <item> |
|
59 <widget class="QGroupBox" name="errorGroup"> |
|
60 <property name="sizePolicy"> |
|
61 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
|
62 <horstretch>0</horstretch> |
|
63 <verstretch>1</verstretch> |
|
64 </sizepolicy> |
|
65 </property> |
|
66 <property name="title"> |
|
67 <string>Errors</string> |
|
68 </property> |
|
69 <layout class="QVBoxLayout"> |
|
70 <item> |
|
71 <widget class="QTextEdit" name="errors"> |
|
72 <property name="readOnly"> |
|
73 <bool>true</bool> |
|
74 </property> |
|
75 <property name="acceptRichText"> |
|
76 <bool>false</bool> |
|
77 </property> |
|
78 </widget> |
|
79 </item> |
|
80 </layout> |
|
81 </widget> |
|
82 </item> |
|
83 <item> |
|
84 <widget class="QDialogButtonBox" name="buttonBox"> |
|
85 <property name="orientation"> |
|
86 <enum>Qt::Horizontal</enum> |
|
87 </property> |
|
88 <property name="standardButtons"> |
|
89 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close|QDialogButtonBox::Save</set> |
|
90 </property> |
|
91 </widget> |
|
92 </item> |
|
93 </layout> |
|
94 </widget> |
|
95 <customwidgets> |
|
96 <customwidget> |
|
97 <class>EricTextEditSearchWidget</class> |
|
98 <extends>QWidget</extends> |
|
99 <header>EricWidgets/EricTextEditSearchWidget.h</header> |
|
100 <container>1</container> |
|
101 </customwidget> |
|
102 </customwidgets> |
|
103 <tabstops> |
|
104 <tabstop>filesCombo</tabstop> |
|
105 <tabstop>searchWidget</tabstop> |
|
106 <tabstop>contents</tabstop> |
|
107 <tabstop>errors</tabstop> |
|
108 </tabstops> |
|
109 <resources/> |
|
110 <connections/> |
|
111 </ui> |