src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <ui version="4.0" >
2 <class>SvnPropListDialog</class>
3 <widget class="QWidget" name="SvnPropListDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>826</width>
9 <height>569</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Subversion List Properties</string>
14 </property>
15 <property name="whatsThis" >
16 <string>&lt;b>Subversion List Prperties&lt;/b>
17 &lt;p>This dialog shows the properties of the selected file or project.&lt;/p></string>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout_2" >
20 <item>
21 <widget class="QTreeWidget" name="propsList" >
22 <property name="sizePolicy" >
23 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
24 <horstretch>0</horstretch>
25 <verstretch>3</verstretch>
26 </sizepolicy>
27 </property>
28 <property name="whatsThis" >
29 <string>&lt;b>Properties List&lt;/b>
30 &lt;p>This shows the properties of the selected file or project.&lt;/p></string>
31 </property>
32 <property name="alternatingRowColors" >
33 <bool>true</bool>
34 </property>
35 <property name="rootIsDecorated" >
36 <bool>false</bool>
37 </property>
38 <property name="itemsExpandable" >
39 <bool>false</bool>
40 </property>
41 <property name="sortingEnabled" >
42 <bool>true</bool>
43 </property>
44 <column>
45 <property name="text" >
46 <string>Path</string>
47 </property>
48 </column>
49 <column>
50 <property name="text" >
51 <string>Name</string>
52 </property>
53 </column>
54 <column>
55 <property name="text" >
56 <string>Value</string>
57 </property>
58 </column>
59 </widget>
60 </item>
61 <item>
62 <widget class="QGroupBox" name="errorGroup" >
63 <property name="sizePolicy" >
64 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
65 <horstretch>0</horstretch>
66 <verstretch>1</verstretch>
67 </sizepolicy>
68 </property>
69 <property name="title" >
70 <string>Errors</string>
71 </property>
72 <layout class="QVBoxLayout" name="verticalLayout" >
73 <item>
74 <widget class="QTextEdit" name="errors" >
75 <property name="whatsThis" >
76 <string>&lt;b>Subversion proplist errors&lt;/b>
77 &lt;p>This shows possible error messages of the subversion proplist command.&lt;/p></string>
78 </property>
79 </widget>
80 </item>
81 </layout>
82 </widget>
83 </item>
84 <item>
85 <widget class="QDialogButtonBox" name="buttonBox" >
86 <property name="orientation" >
87 <enum>Qt::Horizontal</enum>
88 </property>
89 <property name="standardButtons" >
90 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
91 </property>
92 </widget>
93 </item>
94 </layout>
95 </widget>
96 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
97 <tabstops>
98 <tabstop>propsList</tabstop>
99 <tabstop>errors</tabstop>
100 <tabstop>buttonBox</tabstop>
101 </tabstops>
102 <resources/>
103 <connections/>
104 </ui>

eric ide

mercurial