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

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SvnRepoBrowserDialog</class>
4 <widget class="QDialog" name="SvnRepoBrowserDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>650</width>
10 <height>667</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Subversion Repository Browser</string>
15 </property>
16 <layout class="QGridLayout">
17 <item row="0" column="0">
18 <widget class="QLabel" name="label">
19 <property name="text">
20 <string>URL:</string>
21 </property>
22 </widget>
23 </item>
24 <item row="0" column="1">
25 <widget class="QComboBox" name="urlCombo">
26 <property name="sizePolicy">
27 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
28 <horstretch>0</horstretch>
29 <verstretch>0</verstretch>
30 </sizepolicy>
31 </property>
32 <property name="toolTip">
33 <string>Enter the URL of the repository</string>
34 </property>
35 <property name="editable">
36 <bool>true</bool>
37 </property>
38 <property name="insertPolicy">
39 <enum>QComboBox::InsertAtTop</enum>
40 </property>
41 </widget>
42 </item>
43 <item row="1" column="0" colspan="2">
44 <widget class="QTreeWidget" name="repoTree">
45 <property name="sizePolicy">
46 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
47 <horstretch>0</horstretch>
48 <verstretch>4</verstretch>
49 </sizepolicy>
50 </property>
51 <property name="alternatingRowColors">
52 <bool>true</bool>
53 </property>
54 <property name="sortingEnabled">
55 <bool>true</bool>
56 </property>
57 <property name="allColumnsShowFocus">
58 <bool>true</bool>
59 </property>
60 <property name="columnCount">
61 <number>5</number>
62 </property>
63 <column>
64 <property name="text">
65 <string>File</string>
66 </property>
67 </column>
68 <column>
69 <property name="text">
70 <string>Revision</string>
71 </property>
72 </column>
73 <column>
74 <property name="text">
75 <string>Author</string>
76 </property>
77 </column>
78 <column>
79 <property name="text">
80 <string>Size</string>
81 </property>
82 </column>
83 <column>
84 <property name="text">
85 <string>Date</string>
86 </property>
87 </column>
88 </widget>
89 </item>
90 <item row="2" column="0" colspan="2">
91 <widget class="QGroupBox" name="errorGroup">
92 <property name="sizePolicy">
93 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
94 <horstretch>0</horstretch>
95 <verstretch>1</verstretch>
96 </sizepolicy>
97 </property>
98 <property name="title">
99 <string>Errors</string>
100 </property>
101 <layout class="QVBoxLayout">
102 <item>
103 <widget class="QTextEdit" name="errors">
104 <property name="whatsThis">
105 <string>&lt;b&gt;Subversion errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the svn list and svn info commands.&lt;/p&gt;</string>
106 </property>
107 <property name="readOnly">
108 <bool>true</bool>
109 </property>
110 <property name="acceptRichText">
111 <bool>false</bool>
112 </property>
113 </widget>
114 </item>
115 </layout>
116 </widget>
117 </item>
118 <item row="3" column="0" colspan="2">
119 <widget class="QGroupBox" name="inputGroup">
120 <property name="title">
121 <string>Input</string>
122 </property>
123 <layout class="QGridLayout">
124 <item row="1" column="1">
125 <spacer>
126 <property name="orientation">
127 <enum>Qt::Horizontal</enum>
128 </property>
129 <property name="sizeType">
130 <enum>QSizePolicy::Expanding</enum>
131 </property>
132 <property name="sizeHint" stdset="0">
133 <size>
134 <width>327</width>
135 <height>29</height>
136 </size>
137 </property>
138 </spacer>
139 </item>
140 <item row="1" column="2">
141 <widget class="QPushButton" name="sendButton">
142 <property name="toolTip">
143 <string>Press to send the input to the subversion process</string>
144 </property>
145 <property name="text">
146 <string>&amp;Send</string>
147 </property>
148 <property name="shortcut">
149 <string>Alt+S</string>
150 </property>
151 </widget>
152 </item>
153 <item row="0" column="0" colspan="3">
154 <widget class="QLineEdit" name="input">
155 <property name="toolTip">
156 <string>Enter data to be sent to the subversion process</string>
157 </property>
158 </widget>
159 </item>
160 <item row="1" column="0">
161 <widget class="QCheckBox" name="passwordCheckBox">
162 <property name="toolTip">
163 <string>Select to switch the input field to password mode</string>
164 </property>
165 <property name="text">
166 <string>&amp;Password Mode</string>
167 </property>
168 <property name="shortcut">
169 <string>Alt+P</string>
170 </property>
171 </widget>
172 </item>
173 </layout>
174 </widget>
175 </item>
176 <item row="4" column="0" colspan="2">
177 <widget class="QDialogButtonBox" name="buttonBox">
178 <property name="orientation">
179 <enum>Qt::Horizontal</enum>
180 </property>
181 <property name="standardButtons">
182 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close|QDialogButtonBox::Ok</set>
183 </property>
184 </widget>
185 </item>
186 </layout>
187 </widget>
188 <tabstops>
189 <tabstop>urlCombo</tabstop>
190 <tabstop>repoTree</tabstop>
191 <tabstop>errors</tabstop>
192 <tabstop>input</tabstop>
193 <tabstop>passwordCheckBox</tabstop>
194 <tabstop>sendButton</tabstop>
195 <tabstop>buttonBox</tabstop>
196 </tabstops>
197 <resources/>
198 <connections>
199 <connection>
200 <sender>buttonBox</sender>
201 <signal>rejected()</signal>
202 <receiver>SvnRepoBrowserDialog</receiver>
203 <slot>reject()</slot>
204 <hints>
205 <hint type="sourcelabel">
206 <x>359</x>
207 <y>660</y>
208 </hint>
209 <hint type="destinationlabel">
210 <x>286</x>
211 <y>274</y>
212 </hint>
213 </hints>
214 </connection>
215 <connection>
216 <sender>buttonBox</sender>
217 <signal>accepted()</signal>
218 <receiver>SvnRepoBrowserDialog</receiver>
219 <slot>accept()</slot>
220 <hints>
221 <hint type="sourcelabel">
222 <x>146</x>
223 <y>660</y>
224 </hint>
225 <hint type="destinationlabel">
226 <x>8</x>
227 <y>472</y>
228 </hint>
229 </hints>
230 </connection>
231 </connections>
232 </ui>

eric ide

mercurial