|
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>600</width> |
|
10 <height>450</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Git Remote Repositories</string> |
|
15 </property> |
|
16 <property name="whatsThis"> |
|
17 <string><b>Git Remote Repositories</b> |
|
18 <p>This dialog shows the available remote repositories.</p></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>&Add</string> |
|
86 </property> |
|
87 </widget> |
|
88 </item> |
|
89 <item> |
|
90 <widget class="QPushButton" name="renameButton"> |
|
91 <property name="toolTip"> |
|
92 <string>Press to rename the selected repository</string> |
|
93 </property> |
|
94 <property name="text"> |
|
95 <string>&Rename</string> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 <item> |
|
100 <widget class="QPushButton" name="removeButton"> |
|
101 <property name="toolTip"> |
|
102 <string>Press to remove the selected repository</string> |
|
103 </property> |
|
104 <property name="text"> |
|
105 <string>Re&move</string> |
|
106 </property> |
|
107 </widget> |
|
108 </item> |
|
109 <item> |
|
110 <widget class="QPushButton" name="pruneButton"> |
|
111 <property name="toolTip"> |
|
112 <string>Press to delete stale tracking branches under the selected repository </string> |
|
113 </property> |
|
114 <property name="text"> |
|
115 <string>&Prune</string> |
|
116 </property> |
|
117 </widget> |
|
118 </item> |
|
119 <item> |
|
120 <widget class="Line" name="line"> |
|
121 <property name="orientation"> |
|
122 <enum>Qt::Vertical</enum> |
|
123 </property> |
|
124 </widget> |
|
125 </item> |
|
126 <item> |
|
127 <widget class="QPushButton" name="showInfoButton"> |
|
128 <property name="toolTip"> |
|
129 <string>Press to show information about the selected repository</string> |
|
130 </property> |
|
131 <property name="text"> |
|
132 <string>Show &Info...</string> |
|
133 </property> |
|
134 </widget> |
|
135 </item> |
|
136 <item> |
|
137 <spacer name="horizontalSpacer_2"> |
|
138 <property name="orientation"> |
|
139 <enum>Qt::Horizontal</enum> |
|
140 </property> |
|
141 <property name="sizeHint" stdset="0"> |
|
142 <size> |
|
143 <width>40</width> |
|
144 <height>20</height> |
|
145 </size> |
|
146 </property> |
|
147 </spacer> |
|
148 </item> |
|
149 </layout> |
|
150 </item> |
|
151 <item> |
|
152 <widget class="QGroupBox" name="errorGroup"> |
|
153 <property name="sizePolicy"> |
|
154 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
|
155 <horstretch>0</horstretch> |
|
156 <verstretch>1</verstretch> |
|
157 </sizepolicy> |
|
158 </property> |
|
159 <property name="title"> |
|
160 <string>Errors</string> |
|
161 </property> |
|
162 <layout class="QVBoxLayout"> |
|
163 <item> |
|
164 <widget class="QTextEdit" name="errors"> |
|
165 <property name="whatsThis"> |
|
166 <string><b>Git log errors</b><p>This shows possible error messages of the git log command.</p></string> |
|
167 </property> |
|
168 <property name="readOnly"> |
|
169 <bool>true</bool> |
|
170 </property> |
|
171 <property name="acceptRichText"> |
|
172 <bool>false</bool> |
|
173 </property> |
|
174 </widget> |
|
175 </item> |
|
176 </layout> |
|
177 </widget> |
|
178 </item> |
|
179 <item> |
|
180 <widget class="QGroupBox" name="inputGroup"> |
|
181 <property name="title"> |
|
182 <string>Input</string> |
|
183 </property> |
|
184 <layout class="QGridLayout" name="_2"> |
|
185 <item row="1" column="1"> |
|
186 <spacer> |
|
187 <property name="orientation"> |
|
188 <enum>Qt::Horizontal</enum> |
|
189 </property> |
|
190 <property name="sizeType"> |
|
191 <enum>QSizePolicy::Expanding</enum> |
|
192 </property> |
|
193 <property name="sizeHint" stdset="0"> |
|
194 <size> |
|
195 <width>327</width> |
|
196 <height>29</height> |
|
197 </size> |
|
198 </property> |
|
199 </spacer> |
|
200 </item> |
|
201 <item row="1" column="2"> |
|
202 <widget class="QPushButton" name="sendButton"> |
|
203 <property name="toolTip"> |
|
204 <string>Press to send the input to the git process</string> |
|
205 </property> |
|
206 <property name="text"> |
|
207 <string>&Send</string> |
|
208 </property> |
|
209 <property name="shortcut"> |
|
210 <string>Alt+S</string> |
|
211 </property> |
|
212 </widget> |
|
213 </item> |
|
214 <item row="0" column="0" colspan="3"> |
|
215 <widget class="QLineEdit" name="input"> |
|
216 <property name="toolTip"> |
|
217 <string>Enter data to be sent to the git process</string> |
|
218 </property> |
|
219 </widget> |
|
220 </item> |
|
221 <item row="1" column="0"> |
|
222 <widget class="QCheckBox" name="passwordCheckBox"> |
|
223 <property name="toolTip"> |
|
224 <string>Select to switch the input field to password mode</string> |
|
225 </property> |
|
226 <property name="text"> |
|
227 <string>&Password Mode</string> |
|
228 </property> |
|
229 <property name="shortcut"> |
|
230 <string>Alt+P</string> |
|
231 </property> |
|
232 </widget> |
|
233 </item> |
|
234 </layout> |
|
235 </widget> |
|
236 </item> |
|
237 <item> |
|
238 <widget class="QDialogButtonBox" name="buttonBox"> |
|
239 <property name="orientation"> |
|
240 <enum>Qt::Horizontal</enum> |
|
241 </property> |
|
242 <property name="standardButtons"> |
|
243 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> |
|
244 </property> |
|
245 </widget> |
|
246 </item> |
|
247 </layout> |
|
248 </widget> |
|
249 <tabstops> |
|
250 <tabstop>repolist</tabstop> |
|
251 <tabstop>addButton</tabstop> |
|
252 <tabstop>renameButton</tabstop> |
|
253 <tabstop>removeButton</tabstop> |
|
254 <tabstop>pruneButton</tabstop> |
|
255 <tabstop>showInfoButton</tabstop> |
|
256 <tabstop>errors</tabstop> |
|
257 <tabstop>input</tabstop> |
|
258 <tabstop>passwordCheckBox</tabstop> |
|
259 <tabstop>sendButton</tabstop> |
|
260 </tabstops> |
|
261 <resources/> |
|
262 <connections/> |
|
263 </ui> |