Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.ui

changeset 4052
17d8069de085
parent 1806
9ac49a2db4e7
equal deleted inserted replaced
4050:c8594f4f1b71 4052:17d8069de085
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>&lt;b&gt;Subversion Diff&lt;/b&gt;&lt;p&gt;This shows the output of the svn diff command.&lt;/p&gt;</string> 42 <string>&lt;b&gt;Subversion Diff&lt;/b&gt;&lt;p&gt;This shows the output of the svn diff command.&lt;/p&gt;</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>

eric ide

mercurial