eric7/Plugins/VcsPlugins/vcsGit/GitRemoteRepositoriesDialog.ui

branch
eric7
changeset 8312
800c432b34c8
parent 6942
2602857055c5
equal deleted inserted replaced
8311:4e8b98454baa 8312:800c432b34c8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GitRemoteRepositoriesDialog</class>
4 <widget class="QWidget" name="GitRemoteRepositoriesDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>650</width>
10 <height>500</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Git Remote Repositories</string>
15 </property>
16 <property name="whatsThis">
17 <string>&lt;b&gt;Git Remote Repositories&lt;/b&gt;
18 &lt;p&gt;This dialog shows the available remote repositories.&lt;/p&gt;</string>
19 </property>
20 <layout class="QVBoxLayout" name="verticalLayout_2">
21 <item>
22 <widget class="QGroupBox" name="groupBox">
23 <property name="sizePolicy">
24 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
25 <horstretch>0</horstretch>
26 <verstretch>3</verstretch>
27 </sizepolicy>
28 </property>
29 <property name="title">
30 <string>Remote Repositories</string>
31 </property>
32 <layout class="QVBoxLayout" name="verticalLayout">
33 <item>
34 <widget class="QTreeWidget" name="repolist">
35 <property name="alternatingRowColors">
36 <bool>true</bool>
37 </property>
38 <property name="rootIsDecorated">
39 <bool>false</bool>
40 </property>
41 <property name="itemsExpandable">
42 <bool>false</bool>
43 </property>
44 <column>
45 <property name="text">
46 <string>Name</string>
47 </property>
48 </column>
49 <column>
50 <property name="text">
51 <string>URL</string>
52 </property>
53 </column>
54 <column>
55 <property name="text">
56 <string>Operation</string>
57 </property>
58 </column>
59 </widget>
60 </item>
61 </layout>
62 </widget>
63 </item>
64 <item>
65 <layout class="QHBoxLayout" name="horizontalLayout">
66 <item>
67 <spacer name="horizontalSpacer">
68 <property name="orientation">
69 <enum>Qt::Horizontal</enum>
70 </property>
71 <property name="sizeHint" stdset="0">
72 <size>
73 <width>40</width>
74 <height>20</height>
75 </size>
76 </property>
77 </spacer>
78 </item>
79 <item>
80 <widget class="QPushButton" name="addButton">
81 <property name="toolTip">
82 <string>Press to add a remote repository</string>
83 </property>
84 <property name="text">
85 <string>&amp;Add</string>
86 </property>
87 </widget>
88 </item>
89 <item>
90 <widget class="QPushButton" name="removeButton">
91 <property name="toolTip">
92 <string>Press to remove the selected repository</string>
93 </property>
94 <property name="text">
95 <string>Re&amp;move</string>
96 </property>
97 </widget>
98 </item>
99 <item>
100 <widget class="QPushButton" name="pruneButton">
101 <property name="toolTip">
102 <string>Press to delete stale tracking branches under the selected repository </string>
103 </property>
104 <property name="text">
105 <string>&amp;Prune</string>
106 </property>
107 </widget>
108 </item>
109 <item>
110 <widget class="Line" name="line">
111 <property name="orientation">
112 <enum>Qt::Vertical</enum>
113 </property>
114 </widget>
115 </item>
116 <item>
117 <widget class="QPushButton" name="showInfoButton">
118 <property name="toolTip">
119 <string>Press to show information about the selected repository</string>
120 </property>
121 <property name="text">
122 <string>Show &amp;Info...</string>
123 </property>
124 </widget>
125 </item>
126 <item>
127 <spacer name="horizontalSpacer_2">
128 <property name="orientation">
129 <enum>Qt::Horizontal</enum>
130 </property>
131 <property name="sizeHint" stdset="0">
132 <size>
133 <width>40</width>
134 <height>20</height>
135 </size>
136 </property>
137 </spacer>
138 </item>
139 </layout>
140 </item>
141 <item>
142 <layout class="QHBoxLayout" name="horizontalLayout_2">
143 <item>
144 <spacer name="horizontalSpacer_3">
145 <property name="orientation">
146 <enum>Qt::Horizontal</enum>
147 </property>
148 <property name="sizeHint" stdset="0">
149 <size>
150 <width>40</width>
151 <height>20</height>
152 </size>
153 </property>
154 </spacer>
155 </item>
156 <item>
157 <widget class="QPushButton" name="renameButton">
158 <property name="toolTip">
159 <string>Press to rename the selected repository</string>
160 </property>
161 <property name="text">
162 <string>&amp;Rename</string>
163 </property>
164 </widget>
165 </item>
166 <item>
167 <widget class="QPushButton" name="changeUrlButton">
168 <property name="toolTip">
169 <string>Press to change the URL of the selected repository</string>
170 </property>
171 <property name="text">
172 <string>Change &amp;URL</string>
173 </property>
174 </widget>
175 </item>
176 <item>
177 <widget class="QPushButton" name="credentialsButton">
178 <property name="toolTip">
179 <string>Press to set or change the user credentials of the selected repository</string>
180 </property>
181 <property name="text">
182 <string>&amp;Credentials</string>
183 </property>
184 </widget>
185 </item>
186 <item>
187 <spacer name="horizontalSpacer_4">
188 <property name="orientation">
189 <enum>Qt::Horizontal</enum>
190 </property>
191 <property name="sizeHint" stdset="0">
192 <size>
193 <width>40</width>
194 <height>20</height>
195 </size>
196 </property>
197 </spacer>
198 </item>
199 </layout>
200 </item>
201 <item>
202 <widget class="QGroupBox" name="errorGroup">
203 <property name="sizePolicy">
204 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
205 <horstretch>0</horstretch>
206 <verstretch>1</verstretch>
207 </sizepolicy>
208 </property>
209 <property name="title">
210 <string>Errors</string>
211 </property>
212 <layout class="QVBoxLayout">
213 <item>
214 <widget class="QTextEdit" name="errors">
215 <property name="whatsThis">
216 <string>&lt;b&gt;Git log errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the git log command.&lt;/p&gt;</string>
217 </property>
218 <property name="readOnly">
219 <bool>true</bool>
220 </property>
221 <property name="acceptRichText">
222 <bool>false</bool>
223 </property>
224 </widget>
225 </item>
226 </layout>
227 </widget>
228 </item>
229 <item>
230 <widget class="QGroupBox" name="inputGroup">
231 <property name="title">
232 <string>Input</string>
233 </property>
234 <layout class="QGridLayout" name="_2">
235 <item row="1" column="1">
236 <spacer>
237 <property name="orientation">
238 <enum>Qt::Horizontal</enum>
239 </property>
240 <property name="sizeType">
241 <enum>QSizePolicy::Expanding</enum>
242 </property>
243 <property name="sizeHint" stdset="0">
244 <size>
245 <width>327</width>
246 <height>29</height>
247 </size>
248 </property>
249 </spacer>
250 </item>
251 <item row="1" column="2">
252 <widget class="QPushButton" name="sendButton">
253 <property name="toolTip">
254 <string>Press to send the input to the git process</string>
255 </property>
256 <property name="text">
257 <string>&amp;Send</string>
258 </property>
259 <property name="shortcut">
260 <string>Alt+S</string>
261 </property>
262 </widget>
263 </item>
264 <item row="0" column="0" colspan="3">
265 <widget class="QLineEdit" name="input">
266 <property name="toolTip">
267 <string>Enter data to be sent to the git process</string>
268 </property>
269 </widget>
270 </item>
271 <item row="1" column="0">
272 <widget class="QCheckBox" name="passwordCheckBox">
273 <property name="toolTip">
274 <string>Select to switch the input field to password mode</string>
275 </property>
276 <property name="text">
277 <string>&amp;Password Mode</string>
278 </property>
279 <property name="shortcut">
280 <string>Alt+P</string>
281 </property>
282 </widget>
283 </item>
284 </layout>
285 </widget>
286 </item>
287 <item>
288 <widget class="QDialogButtonBox" name="buttonBox">
289 <property name="orientation">
290 <enum>Qt::Horizontal</enum>
291 </property>
292 <property name="standardButtons">
293 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
294 </property>
295 </widget>
296 </item>
297 </layout>
298 </widget>
299 <tabstops>
300 <tabstop>repolist</tabstop>
301 <tabstop>addButton</tabstop>
302 <tabstop>removeButton</tabstop>
303 <tabstop>pruneButton</tabstop>
304 <tabstop>showInfoButton</tabstop>
305 <tabstop>renameButton</tabstop>
306 <tabstop>changeUrlButton</tabstop>
307 <tabstop>credentialsButton</tabstop>
308 <tabstop>errors</tabstop>
309 <tabstop>input</tabstop>
310 <tabstop>passwordCheckBox</tabstop>
311 <tabstop>sendButton</tabstop>
312 </tabstops>
313 <resources/>
314 <connections/>
315 </ui>

eric ide

mercurial