src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <ui version="4.0" >
2 <class>SvnRepoBrowserDialog</class>
3 <widget class="QDialog" name="SvnRepoBrowserDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>650</width>
9 <height>500</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Subversion Repository Browser</string>
14 </property>
15 <layout class="QGridLayout" >
16 <item row="0" column="0" >
17 <widget class="QLabel" name="label" >
18 <property name="text" >
19 <string>URL:</string>
20 </property>
21 </widget>
22 </item>
23 <item row="0" column="1" >
24 <widget class="QComboBox" name="urlCombo" >
25 <property name="toolTip" >
26 <string>Enter the URL of the repository</string>
27 </property>
28 <property name="editable" >
29 <bool>true</bool>
30 </property>
31 <property name="insertPolicy" >
32 <enum>QComboBox::InsertAtTop</enum>
33 </property>
34 </widget>
35 </item>
36 <item row="1" column="0" colspan="2" >
37 <widget class="QTreeWidget" name="repoTree" >
38 <property name="alternatingRowColors" >
39 <bool>true</bool>
40 </property>
41 <property name="sortingEnabled" >
42 <bool>true</bool>
43 </property>
44 <property name="allColumnsShowFocus" >
45 <bool>true</bool>
46 </property>
47 <property name="columnCount" >
48 <number>5</number>
49 </property>
50 <column>
51 <property name="text" >
52 <string>File</string>
53 </property>
54 </column>
55 <column>
56 <property name="text" >
57 <string>Revision</string>
58 </property>
59 </column>
60 <column>
61 <property name="text" >
62 <string>Author</string>
63 </property>
64 </column>
65 <column>
66 <property name="text" >
67 <string>Size</string>
68 </property>
69 </column>
70 <column>
71 <property name="text" >
72 <string>Date</string>
73 </property>
74 </column>
75 </widget>
76 </item>
77 <item row="2" column="1" >
78 <widget class="QDialogButtonBox" name="buttonBox" >
79 <property name="orientation" >
80 <enum>Qt::Horizontal</enum>
81 </property>
82 <property name="standardButtons" >
83 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close|QDialogButtonBox::Ok</set>
84 </property>
85 </widget>
86 </item>
87 </layout>
88 </widget>
89 <tabstops>
90 <tabstop>urlCombo</tabstop>
91 <tabstop>repoTree</tabstop>
92 <tabstop>buttonBox</tabstop>
93 </tabstops>
94 <resources/>
95 <connections>
96 <connection>
97 <sender>buttonBox</sender>
98 <signal>rejected()</signal>
99 <receiver>SvnRepoBrowserDialog</receiver>
100 <slot>reject()</slot>
101 <hints>
102 <hint type="sourcelabel" >
103 <x>353</x>
104 <y>493</y>
105 </hint>
106 <hint type="destinationlabel" >
107 <x>286</x>
108 <y>274</y>
109 </hint>
110 </hints>
111 </connection>
112 <connection>
113 <sender>buttonBox</sender>
114 <signal>accepted()</signal>
115 <receiver>SvnRepoBrowserDialog</receiver>
116 <slot>accept()</slot>
117 <hints>
118 <hint type="sourcelabel" >
119 <x>140</x>
120 <y>474</y>
121 </hint>
122 <hint type="destinationlabel" >
123 <x>8</x>
124 <y>472</y>
125 </hint>
126 </hints>
127 </connection>
128 </connections>
129 </ui>

eric ide

mercurial