26 <string>Difference</string> |
26 <string>Difference</string> |
27 </property> |
27 </property> |
28 <layout class="QVBoxLayout" name="verticalLayout"> |
28 <layout class="QVBoxLayout" name="verticalLayout"> |
29 <item> |
29 <item> |
30 <widget class="QComboBox" name="filesCombo"/> |
30 <widget class="QComboBox" name="filesCombo"/> |
|
31 </item> |
|
32 <item> |
|
33 <widget class="E5TextEditSearchWidget" name="searchWidget" native="true"> |
|
34 <property name="focusPolicy"> |
|
35 <enum>Qt::WheelFocus</enum> |
|
36 </property> |
|
37 </widget> |
31 </item> |
38 </item> |
32 <item> |
39 <item> |
33 <widget class="QTextEdit" name="contents"> |
40 <widget class="QTextEdit" name="contents"> |
34 <property name="whatsThis"> |
41 <property name="whatsThis"> |
35 <string><b>Subversion Diff</b><p>This shows the output of the svn diff command.</p></string> |
42 <string><b>Subversion Diff</b><p>This shows the output of the svn diff command.</p></string> |
86 </property> |
93 </property> |
87 </widget> |
94 </widget> |
88 </item> |
95 </item> |
89 </layout> |
96 </layout> |
90 </widget> |
97 </widget> |
|
98 <customwidgets> |
|
99 <customwidget> |
|
100 <class>E5TextEditSearchWidget</class> |
|
101 <extends>QWidget</extends> |
|
102 <header>E5Gui/E5TextEditSearchWidget.h</header> |
|
103 <container>1</container> |
|
104 </customwidget> |
|
105 </customwidgets> |
91 <tabstops> |
106 <tabstops> |
92 <tabstop>filesCombo</tabstop> |
107 <tabstop>filesCombo</tabstop> |
|
108 <tabstop>searchWidget</tabstop> |
93 <tabstop>contents</tabstop> |
109 <tabstop>contents</tabstop> |
94 <tabstop>errors</tabstop> |
110 <tabstop>errors</tabstop> |
95 <tabstop>buttonBox</tabstop> |
|
96 </tabstops> |
111 </tabstops> |
97 <resources/> |
112 <resources/> |
98 <connections/> |
113 <connections/> |
99 </ui> |
114 </ui> |