1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>SvnBlameDialog</class>
4 <widget class="QDialog" name="SvnBlameDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>690</width>
10    <height>750</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Subversion Blame</string>
15  </property>
16  <property name="sizeGripEnabled">
17   <bool>true</bool>
18  </property>
19  <layout class="QVBoxLayout">
20   <item>
21    <widget class="QTreeWidget" name="blameList">
22     <property name="sizePolicy">
23      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
24       <horstretch>0</horstretch>
25       <verstretch>6</verstretch>
26      </sizepolicy>
27     </property>
28     <property name="alternatingRowColors">
29      <bool>true</bool>
30     </property>
31     <property name="selectionMode">
32      <enum>QAbstractItemView::NoSelection</enum>
33     </property>
34     <property name="rootIsDecorated">
35      <bool>false</bool>
36     </property>
37     <property name="itemsExpandable">
38      <bool>false</bool>
39     </property>
40     <attribute name="headerStretchLastSection">
41      <bool>false</bool>
42     </attribute>
43     <column>
44      <property name="text">
45       <string>Revision</string>
46      </property>
47     </column>
48     <column>
49      <property name="text">
50       <string>Author</string>
51      </property>
52     </column>
53     <column>
54      <property name="text">
55       <string>Line</string>
56      </property>
57     </column>
58    </widget>
59   </item>
60   <item>
61    <widget class="QGroupBox" name="errorGroup">
62     <property name="sizePolicy">
63      <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
64       <horstretch>0</horstretch>
65       <verstretch>1</verstretch>
66      </sizepolicy>
67     </property>
68     <property name="title">
69      <string>Errors</string>
70     </property>
71     <layout class="QVBoxLayout">
72      <item>
73       <widget class="QTextEdit" name="errors">
74        <property name="readOnly">
75         <bool>true</bool>
76        </property>
77        <property name="acceptRichText">
78         <bool>false</bool>
79        </property>
80       </widget>
81      </item>
82     </layout>
83    </widget>
84   </item>
85   <item>
86    <widget class="QDialogButtonBox" name="buttonBox">
87     <property name="orientation">
88      <enum>Qt::Horizontal</enum>
89     </property>
90     <property name="standardButtons">
91      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
92     </property>
93    </widget>
94   </item>
95  </layout>
96 </widget>
97 <tabstops>
98  <tabstop>blameList</tabstop>
99  <tabstop>errors</tabstop>
100  <tabstop>buttonBox</tabstop>
101 </tabstops>
102 <resources/>
103 <connections/>
104</ui>
105