~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/VCS/vcsPySvn/SvnStatusDialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>SvnStatusDialog</class>
 
3
 <widget class="QWidget" name="SvnStatusDialog" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>955</width>
 
9
    <height>646</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Subversion Status</string>
 
14
  </property>
 
15
  <property name="whatsThis" >
 
16
   <string>&lt;b>Subversion Status&lt;/b>
 
17
&lt;p>This dialog shows the status of the selected file or project.&lt;/p></string>
 
18
  </property>
 
19
  <layout class="QVBoxLayout" >
 
20
   <property name="margin" >
 
21
    <number>6</number>
 
22
   </property>
 
23
   <property name="spacing" >
 
24
    <number>6</number>
 
25
   </property>
 
26
   <item>
 
27
    <widget class="QTreeWidget" name="statusList" >
 
28
     <property name="sizePolicy" >
 
29
      <sizepolicy>
 
30
       <hsizetype>7</hsizetype>
 
31
       <vsizetype>7</vsizetype>
 
32
       <horstretch>0</horstretch>
 
33
       <verstretch>4</verstretch>
 
34
      </sizepolicy>
 
35
     </property>
 
36
     <property name="focusPolicy" >
 
37
      <enum>Qt::NoFocus</enum>
 
38
     </property>
 
39
     <property name="alternatingRowColors" >
 
40
      <bool>true</bool>
 
41
     </property>
 
42
     <property name="selectionMode" >
 
43
      <enum>QAbstractItemView::ExtendedSelection</enum>
 
44
     </property>
 
45
     <property name="rootIsDecorated" >
 
46
      <bool>false</bool>
 
47
     </property>
 
48
     <property name="itemsExpandable" >
 
49
      <bool>false</bool>
 
50
     </property>
 
51
     <property name="sortingEnabled" >
 
52
      <bool>true</bool>
 
53
     </property>
 
54
     <column>
 
55
      <property name="text" >
 
56
       <string>Status</string>
 
57
      </property>
 
58
     </column>
 
59
     <column>
 
60
      <property name="text" >
 
61
       <string>Prop. Status</string>
 
62
      </property>
 
63
     </column>
 
64
     <column>
 
65
      <property name="text" >
 
66
       <string>Locked</string>
 
67
      </property>
 
68
     </column>
 
69
     <column>
 
70
      <property name="text" >
 
71
       <string>History</string>
 
72
      </property>
 
73
     </column>
 
74
     <column>
 
75
      <property name="text" >
 
76
       <string>Switched</string>
 
77
      </property>
 
78
     </column>
 
79
     <column>
 
80
      <property name="text" >
 
81
       <string>Lock Info</string>
 
82
      </property>
 
83
     </column>
 
84
     <column>
 
85
      <property name="text" >
 
86
       <string>Up to date</string>
 
87
      </property>
 
88
     </column>
 
89
     <column>
 
90
      <property name="text" >
 
91
       <string>Revision</string>
 
92
      </property>
 
93
     </column>
 
94
     <column>
 
95
      <property name="text" >
 
96
       <string>Last Change</string>
 
97
      </property>
 
98
     </column>
 
99
     <column>
 
100
      <property name="text" >
 
101
       <string>Author</string>
 
102
      </property>
 
103
     </column>
 
104
     <column>
 
105
      <property name="text" >
 
106
       <string>Path</string>
 
107
      </property>
 
108
     </column>
 
109
     <column>
 
110
      <property name="text" >
 
111
       <string/>
 
112
      </property>
 
113
     </column>
 
114
    </widget>
 
115
   </item>
 
116
   <item>
 
117
    <widget class="QGroupBox" name="errorGroup" >
 
118
     <property name="sizePolicy" >
 
119
      <sizepolicy>
 
120
       <hsizetype>5</hsizetype>
 
121
       <vsizetype>7</vsizetype>
 
122
       <horstretch>0</horstretch>
 
123
       <verstretch>1</verstretch>
 
124
      </sizepolicy>
 
125
     </property>
 
126
     <property name="title" >
 
127
      <string>Errors</string>
 
128
     </property>
 
129
     <layout class="QVBoxLayout" >
 
130
      <property name="margin" >
 
131
       <number>6</number>
 
132
      </property>
 
133
      <property name="spacing" >
 
134
       <number>6</number>
 
135
      </property>
 
136
      <item>
 
137
       <widget class="QTextEdit" name="errors" >
 
138
        <property name="focusPolicy" >
 
139
         <enum>Qt::NoFocus</enum>
 
140
        </property>
 
141
        <property name="readOnly" >
 
142
         <bool>true</bool>
 
143
        </property>
 
144
        <property name="acceptRichText" >
 
145
         <bool>false</bool>
 
146
        </property>
 
147
       </widget>
 
148
      </item>
 
149
     </layout>
 
150
    </widget>
 
151
   </item>
 
152
   <item>
 
153
    <widget class="QDialogButtonBox" name="buttonBox" >
 
154
     <property name="orientation" >
 
155
      <enum>Qt::Horizontal</enum>
 
156
     </property>
 
157
     <property name="standardButtons" >
 
158
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close|QDialogButtonBox::NoButton</set>
 
159
     </property>
 
160
    </widget>
 
161
   </item>
 
162
  </layout>
 
163
 </widget>
 
164
 <layoutdefault spacing="6" margin="11" />
 
165
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
166
 <resources/>
 
167
 <connections/>
 
168
</ui>