Plugins/VcsPlugins/vcsPySvn/SvnLogDialog.ui

changeset 5455
6178f21dd5d5
parent 5454
3bbaea20b97a
child 5456
f709ea98760d
equal deleted inserted replaced
5454:3bbaea20b97a 5455:6178f21dd5d5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SvnLogDialog</class>
4 <widget class="QWidget" name="SvnLogDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>751</width>
10 <height>649</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Subversion Log</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
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>Log</string>
27 </property>
28 <layout class="QVBoxLayout">
29 <item>
30 <widget class="QTextBrowser" name="contents">
31 <property name="whatsThis">
32 <string>&lt;b&gt;Subversion Log&lt;/b&gt;&lt;p&gt;This shows the output of the svn log command. By clicking on the links you may show the difference between versions.&lt;/p&gt;</string>
33 </property>
34 </widget>
35 </item>
36 </layout>
37 </widget>
38 </item>
39 <item>
40 <widget class="QCheckBox" name="sbsCheckBox">
41 <property name="toolTip">
42 <string>Select to show differences side-by-side</string>
43 </property>
44 <property name="text">
45 <string>Show differences side-by-side</string>
46 </property>
47 </widget>
48 </item>
49 <item>
50 <widget class="QGroupBox" name="errorGroup">
51 <property name="sizePolicy">
52 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
53 <horstretch>0</horstretch>
54 <verstretch>1</verstretch>
55 </sizepolicy>
56 </property>
57 <property name="title">
58 <string>Errors</string>
59 </property>
60 <layout class="QVBoxLayout">
61 <item>
62 <widget class="QTextEdit" name="errors">
63 <property name="whatsThis">
64 <string>&lt;b&gt;Subversion log errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the svn log command.&lt;/p&gt;</string>
65 </property>
66 <property name="readOnly">
67 <bool>true</bool>
68 </property>
69 <property name="acceptRichText">
70 <bool>false</bool>
71 </property>
72 </widget>
73 </item>
74 </layout>
75 </widget>
76 </item>
77 <item>
78 <widget class="QDialogButtonBox" name="buttonBox">
79 <property name="orientation">
80 <enum>Qt::Horizontal</enum>
81 </property>
82 <property name="standardButtons">
83 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
84 </property>
85 </widget>
86 </item>
87 </layout>
88 </widget>
89 <tabstops>
90 <tabstop>contents</tabstop>
91 <tabstop>sbsCheckBox</tabstop>
92 <tabstop>errors</tabstop>
93 <tabstop>buttonBox</tabstop>
94 </tabstops>
95 <resources/>
96 <connections/>
97 </ui>

eric ide

mercurial