Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui

changeset 0
de9c2efb9d02
child 917
746c54b643eb
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
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 <item>
21 <widget class="QTreeWidget" name="statusList" >
22 <property name="sizePolicy" >
23 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
24 <horstretch>0</horstretch>
25 <verstretch>4</verstretch>
26 </sizepolicy>
27 </property>
28 <property name="focusPolicy" >
29 <enum>Qt::NoFocus</enum>
30 </property>
31 <property name="alternatingRowColors" >
32 <bool>true</bool>
33 </property>
34 <property name="selectionMode" >
35 <enum>QAbstractItemView::ExtendedSelection</enum>
36 </property>
37 <property name="rootIsDecorated" >
38 <bool>false</bool>
39 </property>
40 <property name="itemsExpandable" >
41 <bool>false</bool>
42 </property>
43 <property name="sortingEnabled" >
44 <bool>true</bool>
45 </property>
46 <column>
47 <property name="text" >
48 <string>Changelist</string>
49 </property>
50 </column>
51 <column>
52 <property name="text" >
53 <string>Status</string>
54 </property>
55 </column>
56 <column>
57 <property name="text" >
58 <string>Prop. Status</string>
59 </property>
60 </column>
61 <column>
62 <property name="text" >
63 <string>Locked</string>
64 </property>
65 </column>
66 <column>
67 <property name="text" >
68 <string>History</string>
69 </property>
70 </column>
71 <column>
72 <property name="text" >
73 <string>Switched</string>
74 </property>
75 </column>
76 <column>
77 <property name="text" >
78 <string>Lock Info</string>
79 </property>
80 </column>
81 <column>
82 <property name="text" >
83 <string>Up to date</string>
84 </property>
85 </column>
86 <column>
87 <property name="text" >
88 <string>Revision</string>
89 </property>
90 </column>
91 <column>
92 <property name="text" >
93 <string>Last Change</string>
94 </property>
95 </column>
96 <column>
97 <property name="text" >
98 <string>Author</string>
99 </property>
100 </column>
101 <column>
102 <property name="text" >
103 <string>Path</string>
104 </property>
105 </column>
106 </widget>
107 </item>
108 <item>
109 <widget class="QGroupBox" name="errorGroup" >
110 <property name="sizePolicy" >
111 <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
112 <horstretch>0</horstretch>
113 <verstretch>1</verstretch>
114 </sizepolicy>
115 </property>
116 <property name="title" >
117 <string>Errors</string>
118 </property>
119 <layout class="QVBoxLayout" >
120 <item>
121 <widget class="QTextEdit" name="errors" >
122 <property name="focusPolicy" >
123 <enum>Qt::NoFocus</enum>
124 </property>
125 <property name="readOnly" >
126 <bool>true</bool>
127 </property>
128 <property name="acceptRichText" >
129 <bool>false</bool>
130 </property>
131 </widget>
132 </item>
133 </layout>
134 </widget>
135 </item>
136 <item>
137 <widget class="QDialogButtonBox" name="buttonBox" >
138 <property name="orientation" >
139 <enum>Qt::Horizontal</enum>
140 </property>
141 <property name="standardButtons" >
142 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
143 </property>
144 </widget>
145 </item>
146 </layout>
147 </widget>
148 <layoutdefault spacing="6" margin="11" />
149 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
150 <resources/>
151 <connections/>
152 </ui>

eric ide

mercurial