|
1 <ui version="4.0" > |
|
2 <class>SvnLogDialog</class> |
|
3 <widget class="QWidget" name="SvnLogDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>751</width> |
|
9 <height>649</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Subversion Log</string> |
|
14 </property> |
|
15 <layout class="QVBoxLayout" > |
|
16 <item> |
|
17 <widget class="QGroupBox" name="contentsGroup" > |
|
18 <property name="sizePolicy" > |
|
19 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > |
|
20 <horstretch>0</horstretch> |
|
21 <verstretch>4</verstretch> |
|
22 </sizepolicy> |
|
23 </property> |
|
24 <property name="title" > |
|
25 <string>Log</string> |
|
26 </property> |
|
27 <layout class="QVBoxLayout" > |
|
28 <item> |
|
29 <widget class="QTextBrowser" name="contents" > |
|
30 <property name="focusPolicy" > |
|
31 <enum>Qt::NoFocus</enum> |
|
32 </property> |
|
33 <property name="whatsThis" > |
|
34 <string><b>Subversion Log</b><p>This shows the output of the svn log command. By clicking on the links you may show the difference between versions.</p></string> |
|
35 </property> |
|
36 </widget> |
|
37 </item> |
|
38 </layout> |
|
39 </widget> |
|
40 </item> |
|
41 <item> |
|
42 <widget class="QGroupBox" name="errorGroup" > |
|
43 <property name="sizePolicy" > |
|
44 <sizepolicy vsizetype="Expanding" hsizetype="Preferred" > |
|
45 <horstretch>0</horstretch> |
|
46 <verstretch>1</verstretch> |
|
47 </sizepolicy> |
|
48 </property> |
|
49 <property name="title" > |
|
50 <string>Errors</string> |
|
51 </property> |
|
52 <layout class="QVBoxLayout" > |
|
53 <item> |
|
54 <widget class="QTextEdit" name="errors" > |
|
55 <property name="focusPolicy" > |
|
56 <enum>Qt::NoFocus</enum> |
|
57 </property> |
|
58 <property name="whatsThis" > |
|
59 <string><b>Subversion log errors</b><p>This shows possible error messages of the svn log command.</p></string> |
|
60 </property> |
|
61 <property name="readOnly" > |
|
62 <bool>true</bool> |
|
63 </property> |
|
64 <property name="acceptRichText" > |
|
65 <bool>false</bool> |
|
66 </property> |
|
67 </widget> |
|
68 </item> |
|
69 </layout> |
|
70 </widget> |
|
71 </item> |
|
72 <item> |
|
73 <widget class="QDialogButtonBox" name="buttonBox" > |
|
74 <property name="orientation" > |
|
75 <enum>Qt::Horizontal</enum> |
|
76 </property> |
|
77 <property name="standardButtons" > |
|
78 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> |
|
79 </property> |
|
80 </widget> |
|
81 </item> |
|
82 </layout> |
|
83 </widget> |
|
84 <resources/> |
|
85 <connections/> |
|
86 </ui> |