/guitone-1.0rc5/res/forms/dialogs/update_workspace.ui
Unknown | 283 lines | 283 code | 0 blank | 0 comment | 0 complexity | 56abe5aca536ec1f4103115e72b115d5 MD5 | raw file
Possible License(s): GPL-3.0
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>UpdateWorkspace</class>
4 <widget class="QDialog" name="UpdateWorkspace">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>414</width>
10 <height>399</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>Update workspace</string>
21 </property>
22 <property name="windowIcon">
23 <iconset resource="../../guitone.qrc">
24 <normaloff>:/icons/guitone.png</normaloff>:/icons/guitone.png</iconset>
25 </property>
26 <layout class="QVBoxLayout" name="verticalLayout_3">
27 <property name="sizeConstraint">
28 <enum>QLayout::SetFixedSize</enum>
29 </property>
30 <item>
31 <widget class="QGroupBox" name="updateSelection">
32 <property name="title">
33 <string>Update the current workspace to</string>
34 </property>
35 <layout class="QVBoxLayout" name="verticalLayout_2">
36 <item>
37 <layout class="QHBoxLayout" name="horizontalLayout_4">
38 <item>
39 <widget class="QRadioButton" name="updateToLatest">
40 <property name="text">
41 <string>the latest revision (branch: %1)</string>
42 </property>
43 <property name="checked">
44 <bool>true</bool>
45 </property>
46 </widget>
47 </item>
48 <item>
49 <spacer name="horizontalSpacer_5">
50 <property name="orientation">
51 <enum>Qt::Horizontal</enum>
52 </property>
53 <property name="sizeHint" stdset="0">
54 <size>
55 <width>40</width>
56 <height>20</height>
57 </size>
58 </property>
59 </spacer>
60 </item>
61 </layout>
62 </item>
63 <item>
64 <layout class="QHBoxLayout" name="horizontalLayout">
65 <item>
66 <widget class="QRadioButton" name="updateToBranch">
67 <property name="text">
68 <string>the head of branch</string>
69 </property>
70 </widget>
71 </item>
72 <item>
73 <spacer name="horizontalSpacer">
74 <property name="orientation">
75 <enum>Qt::Horizontal</enum>
76 </property>
77 <property name="sizeHint" stdset="0">
78 <size>
79 <width>40</width>
80 <height>20</height>
81 </size>
82 </property>
83 </spacer>
84 </item>
85 <item>
86 <widget class="QComboBox" name="branchList">
87 <property name="sizePolicy">
88 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
89 <horstretch>0</horstretch>
90 <verstretch>0</verstretch>
91 </sizepolicy>
92 </property>
93 <property name="minimumSize">
94 <size>
95 <width>200</width>
96 <height>0</height>
97 </size>
98 </property>
99 </widget>
100 </item>
101 </layout>
102 </item>
103 <item>
104 <layout class="QHBoxLayout" name="horizontalLayout_2">
105 <property name="leftMargin">
106 <number>0</number>
107 </property>
108 <item>
109 <widget class="QRadioButton" name="updateToTag">
110 <property name="text">
111 <string>the tag</string>
112 </property>
113 </widget>
114 </item>
115 <item>
116 <spacer name="horizontalSpacer_2">
117 <property name="orientation">
118 <enum>Qt::Horizontal</enum>
119 </property>
120 <property name="sizeHint" stdset="0">
121 <size>
122 <width>40</width>
123 <height>20</height>
124 </size>
125 </property>
126 </spacer>
127 </item>
128 <item>
129 <widget class="QComboBox" name="tagList">
130 <property name="sizePolicy">
131 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
132 <horstretch>0</horstretch>
133 <verstretch>0</verstretch>
134 </sizepolicy>
135 </property>
136 <property name="minimumSize">
137 <size>
138 <width>200</width>
139 <height>0</height>
140 </size>
141 </property>
142 </widget>
143 </item>
144 </layout>
145 </item>
146 <item>
147 <layout class="QHBoxLayout" name="horizontalLayout_5">
148 <item>
149 <widget class="QRadioButton" name="updateToRevision">
150 <property name="text">
151 <string>an individual revision (selectors allowed)</string>
152 </property>
153 </widget>
154 </item>
155 <item>
156 <spacer name="horizontalSpacer_4">
157 <property name="orientation">
158 <enum>Qt::Horizontal</enum>
159 </property>
160 <property name="sizeHint" stdset="0">
161 <size>
162 <width>40</width>
163 <height>20</height>
164 </size>
165 </property>
166 </spacer>
167 </item>
168 </layout>
169 </item>
170 <item>
171 <layout class="QHBoxLayout" name="horizontalLayout_3">
172 <item>
173 <spacer name="horizontalSpacer_3">
174 <property name="orientation">
175 <enum>Qt::Horizontal</enum>
176 </property>
177 <property name="sizeType">
178 <enum>QSizePolicy::Fixed</enum>
179 </property>
180 <property name="sizeHint" stdset="0">
181 <size>
182 <width>20</width>
183 <height>20</height>
184 </size>
185 </property>
186 </spacer>
187 </item>
188 <item>
189 <widget class="QLineEdit" name="selectedRevision"/>
190 </item>
191 <item>
192 <widget class="QPushButton" name="selectRevision">
193 <property name="text">
194 <string>select revision</string>
195 </property>
196 </widget>
197 </item>
198 </layout>
199 </item>
200 </layout>
201 </widget>
202 </item>
203 <item>
204 <widget class="QDialogButtonBox" name="buttonBox">
205 <property name="orientation">
206 <enum>Qt::Horizontal</enum>
207 </property>
208 <property name="standardButtons">
209 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
210 </property>
211 </widget>
212 </item>
213 <item>
214 <widget class="QGroupBox" name="updateProgress">
215 <property name="title">
216 <string>Update progress</string>
217 </property>
218 <layout class="QVBoxLayout" name="verticalLayout">
219 <item>
220 <widget class="QListWidget" name="output">
221 <property name="font">
222 <font>
223 <pointsize>10</pointsize>
224 </font>
225 </property>
226 <property name="editTriggers">
227 <set>QAbstractItemView::NoEditTriggers</set>
228 </property>
229 <property name="showDropIndicator" stdset="0">
230 <bool>false</bool>
231 </property>
232 <property name="isWrapping" stdset="0">
233 <bool>false</bool>
234 </property>
235 <property name="wordWrap">
236 <bool>true</bool>
237 </property>
238 </widget>
239 </item>
240 </layout>
241 </widget>
242 </item>
243 </layout>
244 </widget>
245 <resources>
246 <include location="../../guitone.qrc"/>
247 <include location="../../guitone.qrc"/>
248 </resources>
249 <connections>
250 <connection>
251 <sender>buttonBox</sender>
252 <signal>accepted()</signal>
253 <receiver>UpdateWorkspace</receiver>
254 <slot>accept()</slot>
255 <hints>
256 <hint type="sourcelabel">
257 <x>237</x>
258 <y>235</y>
259 </hint>
260 <hint type="destinationlabel">
261 <x>237</x>
262 <y>130</y>
263 </hint>
264 </hints>
265 </connection>
266 <connection>
267 <sender>buttonBox</sender>
268 <signal>rejected()</signal>
269 <receiver>UpdateWorkspace</receiver>
270 <slot>reject()</slot>
271 <hints>
272 <hint type="sourcelabel">
273 <x>237</x>
274 <y>235</y>
275 </hint>
276 <hint type="destinationlabel">
277 <x>237</x>
278 <y>130</y>
279 </hint>
280 </hints>
281 </connection>
282 </connections>
283</ui>