src/eric7/Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
child 9620
9563c83ce83d
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GitArchiveDataDialog</class>
4 <widget class="QDialog" name="GitArchiveDataDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>553</width>
10 <height>308</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Git Archive</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QGroupBox" name="groupBox">
22 <property name="title">
23 <string>Revision</string>
24 </property>
25 <layout class="QGridLayout" name="gridLayout">
26 <item row="0" column="0">
27 <widget class="QRadioButton" name="revButton">
28 <property name="toolTip">
29 <string>Select to specify a revision by a revision expression</string>
30 </property>
31 <property name="text">
32 <string>Commit:</string>
33 </property>
34 </widget>
35 </item>
36 <item row="0" column="1" colspan="2">
37 <widget class="QLineEdit" name="revEdit">
38 <property name="enabled">
39 <bool>false</bool>
40 </property>
41 <property name="toolTip">
42 <string>Enter a commit id</string>
43 </property>
44 </widget>
45 </item>
46 <item row="1" column="0">
47 <widget class="QRadioButton" name="tagButton">
48 <property name="toolTip">
49 <string>Select to specify a revision by a tag</string>
50 </property>
51 <property name="text">
52 <string>Tag:</string>
53 </property>
54 </widget>
55 </item>
56 <item row="1" column="1" colspan="2">
57 <widget class="QComboBox" name="tagCombo">
58 <property name="enabled">
59 <bool>false</bool>
60 </property>
61 <property name="sizePolicy">
62 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
63 <horstretch>0</horstretch>
64 <verstretch>0</verstretch>
65 </sizepolicy>
66 </property>
67 <property name="toolTip">
68 <string>Enter a tag name</string>
69 </property>
70 <property name="editable">
71 <bool>true</bool>
72 </property>
73 </widget>
74 </item>
75 <item row="2" column="0">
76 <widget class="QRadioButton" name="branchButton">
77 <property name="toolTip">
78 <string>Select to specify a revision by a branch</string>
79 </property>
80 <property name="text">
81 <string>Branch:</string>
82 </property>
83 </widget>
84 </item>
85 <item row="2" column="1" colspan="2">
86 <widget class="QComboBox" name="branchCombo">
87 <property name="enabled">
88 <bool>false</bool>
89 </property>
90 <property name="sizePolicy">
91 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
92 <horstretch>0</horstretch>
93 <verstretch>0</verstretch>
94 </sizepolicy>
95 </property>
96 <property name="toolTip">
97 <string>Enter a branch name</string>
98 </property>
99 <property name="editable">
100 <bool>true</bool>
101 </property>
102 </widget>
103 </item>
104 <item row="3" column="0" colspan="3">
105 <widget class="QRadioButton" name="tipButton">
106 <property name="toolTip">
107 <string>Select HEAD revision</string>
108 </property>
109 <property name="text">
110 <string>HEAD</string>
111 </property>
112 <property name="checked">
113 <bool>true</bool>
114 </property>
115 </widget>
116 </item>
117 </layout>
118 </widget>
119 </item>
120 <item>
121 <layout class="QGridLayout" name="gridLayout_2">
122 <item row="0" column="0">
123 <widget class="QLabel" name="label">
124 <property name="text">
125 <string>Format:</string>
126 </property>
127 </widget>
128 </item>
129 <item row="0" column="1" colspan="2">
130 <widget class="QComboBox" name="formatComboBox">
131 <property name="toolTip">
132 <string>Select the archive format</string>
133 </property>
134 </widget>
135 </item>
136 <item row="1" column="0">
137 <widget class="QLabel" name="label_3">
138 <property name="text">
139 <string>File Name:</string>
140 </property>
141 </widget>
142 </item>
143 <item row="1" column="1">
144 <widget class="QLineEdit" name="fileEdit">
145 <property name="toolTip">
146 <string>Enter the name of the archive file</string>
147 </property>
148 </widget>
149 </item>
150 <item row="1" column="2">
151 <widget class="QToolButton" name="fileButton">
152 <property name="toolTip">
153 <string>Select the archive file via a file selection dialog</string>
154 </property>
155 </widget>
156 </item>
157 <item row="2" column="0">
158 <widget class="QLabel" name="label_2">
159 <property name="text">
160 <string>Prefix:</string>
161 </property>
162 </widget>
163 </item>
164 <item row="2" column="1" colspan="2">
165 <widget class="QLineEdit" name="prefixEdit">
166 <property name="toolTip">
167 <string>Enter a prefix to be prepended to each file</string>
168 </property>
169 </widget>
170 </item>
171 </layout>
172 </item>
173 <item>
174 <widget class="QDialogButtonBox" name="buttonBox">
175 <property name="orientation">
176 <enum>Qt::Horizontal</enum>
177 </property>
178 <property name="standardButtons">
179 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
180 </property>
181 </widget>
182 </item>
183 </layout>
184 </widget>
185 <tabstops>
186 <tabstop>revButton</tabstop>
187 <tabstop>revEdit</tabstop>
188 <tabstop>tagButton</tabstop>
189 <tabstop>tagCombo</tabstop>
190 <tabstop>branchButton</tabstop>
191 <tabstop>branchCombo</tabstop>
192 <tabstop>tipButton</tabstop>
193 <tabstop>formatComboBox</tabstop>
194 <tabstop>fileEdit</tabstop>
195 <tabstop>fileButton</tabstop>
196 <tabstop>prefixEdit</tabstop>
197 </tabstops>
198 <resources/>
199 <connections>
200 <connection>
201 <sender>buttonBox</sender>
202 <signal>accepted()</signal>
203 <receiver>GitArchiveDataDialog</receiver>
204 <slot>accept()</slot>
205 <hints>
206 <hint type="sourcelabel">
207 <x>228</x>
208 <y>287</y>
209 </hint>
210 <hint type="destinationlabel">
211 <x>157</x>
212 <y>274</y>
213 </hint>
214 </hints>
215 </connection>
216 <connection>
217 <sender>buttonBox</sender>
218 <signal>rejected()</signal>
219 <receiver>GitArchiveDataDialog</receiver>
220 <slot>reject()</slot>
221 <hints>
222 <hint type="sourcelabel">
223 <x>296</x>
224 <y>293</y>
225 </hint>
226 <hint type="destinationlabel">
227 <x>286</x>
228 <y>274</y>
229 </hint>
230 </hints>
231 </connection>
232 <connection>
233 <sender>revButton</sender>
234 <signal>toggled(bool)</signal>
235 <receiver>revEdit</receiver>
236 <slot>setEnabled(bool)</slot>
237 <hints>
238 <hint type="sourcelabel">
239 <x>81</x>
240 <y>59</y>
241 </hint>
242 <hint type="destinationlabel">
243 <x>222</x>
244 <y>58</y>
245 </hint>
246 </hints>
247 </connection>
248 <connection>
249 <sender>tagButton</sender>
250 <signal>toggled(bool)</signal>
251 <receiver>tagCombo</receiver>
252 <slot>setEnabled(bool)</slot>
253 <hints>
254 <hint type="sourcelabel">
255 <x>78</x>
256 <y>86</y>
257 </hint>
258 <hint type="destinationlabel">
259 <x>224</x>
260 <y>86</y>
261 </hint>
262 </hints>
263 </connection>
264 <connection>
265 <sender>branchButton</sender>
266 <signal>toggled(bool)</signal>
267 <receiver>branchCombo</receiver>
268 <slot>setEnabled(bool)</slot>
269 <hints>
270 <hint type="sourcelabel">
271 <x>75</x>
272 <y>115</y>
273 </hint>
274 <hint type="destinationlabel">
275 <x>229</x>
276 <y>115</y>
277 </hint>
278 </hints>
279 </connection>
280 </connections>
281 </ui>

eric ide

mercurial