VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxTakeSnapshotDlg.ui@ 7235

Last change on this file since 7235 was 7235, checked in by vboxsync, 17 years ago

Use the new resource system of qt4. Most of the icons should be there again.

  • Property svn:eol-style set to native
File size: 12.3 KB
Line 
1<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2<class>VBoxTakeSnapshotDlg</class>
3<comment>
4:mode=html:tabSize=4:indentSize=4:noTabs=true:
5:folding=explicit:collapseFolds=1:
6
7 Copyright (C) 2006-2007 innotek GmbH
8
9 This file is part of VirtualBox Open Source Edition (OSE), as
10 available from http://www.virtualbox.org. This file is free software;
11 you can redistribute it and/or modify it under the terms of the GNU
12 General Public License (GPL) as published by the Free Software
13 Foundation, in version 2 as it comes in the "COPYING" file of the
14 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16</comment>
17<widget class="QDialog">
18 <property name="name">
19 <cstring>VBoxTakeSnapshotDlg</cstring>
20 </property>
21 <property name="geometry">
22 <rect>
23 <x>0</x>
24 <y>0</y>
25 <width>320</width>
26 <height>232</height>
27 </rect>
28 </property>
29 <property name="caption">
30 <string>Take Snapshot of Virtual Machine</string>
31 </property>
32 <property name="sizeGripEnabled">
33 <bool>false</bool>
34 </property>
35 <vbox>
36 <property name="name">
37 <cstring>unnamed</cstring>
38 </property>
39 <property name="spacing">
40 <number>10</number>
41 </property>
42 <widget class="QLayoutWidget">
43 <property name="name">
44 <cstring>layout10</cstring>
45 </property>
46 <hbox>
47 <property name="name">
48 <cstring>unnamed</cstring>
49 </property>
50 <property name="spacing">
51 <number>12</number>
52 </property>
53 <widget class="QLayoutWidget">
54 <property name="name">
55 <cstring>layout3</cstring>
56 </property>
57 <vbox>
58 <property name="name">
59 <cstring>unnamed</cstring>
60 </property>
61 <widget class="QLabel">
62 <property name="name">
63 <cstring>pmIcon</cstring>
64 </property>
65 <property name="sizePolicy">
66 <sizepolicy>
67 <hsizetype>4</hsizetype>
68 <vsizetype>5</vsizetype>
69 <horstretch>0</horstretch>
70 <verstretch>0</verstretch>
71 </sizepolicy>
72 </property>
73 <property name="pixmap">
74 <pixmap>:/os_other.png</pixmap>
75 </property>
76 <property name="scaledContents">
77 <bool>false</bool>
78 </property>
79 <property name="alignment">
80 <set>AlignTop</set>
81 </property>
82 </widget>
83 <spacer>
84 <property name="name">
85 <cstring>spacer2</cstring>
86 </property>
87 <property name="orientation">
88 <enum>Vertical</enum>
89 </property>
90 <property name="sizeType">
91 <enum>Expanding</enum>
92 </property>
93 <property name="sizeHint">
94 <size>
95 <width>20</width>
96 <height>40</height>
97 </size>
98 </property>
99 </spacer>
100 </vbox>
101 </widget>
102 <widget class="QLayoutWidget">
103 <property name="name">
104 <cstring>layout9</cstring>
105 </property>
106 <vbox>
107 <property name="name">
108 <cstring>unnamed</cstring>
109 </property>
110 <property name="spacing">
111 <number>10</number>
112 </property>
113 <widget class="QLayoutWidget">
114 <property name="name">
115 <cstring>layout4</cstring>
116 </property>
117 <vbox>
118 <property name="name">
119 <cstring>unnamed</cstring>
120 </property>
121 <widget class="QLabel">
122 <property name="name">
123 <cstring>txName</cstring>
124 </property>
125 <property name="text">
126 <string>Snapshot &amp;Name</string>
127 </property>
128 <property name="buddy" stdset="0">
129 <cstring>leName</cstring>
130 </property>
131 </widget>
132 <widget class="QLineEdit">
133 <property name="name">
134 <cstring>leName</cstring>
135 </property>
136 <property name="frameShape">
137 <enum>LineEditPanel</enum>
138 </property>
139 <property name="frameShadow">
140 <enum>Sunken</enum>
141 </property>
142 </widget>
143 </vbox>
144 </widget>
145 <widget class="QLayoutWidget">
146 <property name="name">
147 <cstring>layout6</cstring>
148 </property>
149 <vbox>
150 <property name="name">
151 <cstring>unnamed</cstring>
152 </property>
153 <widget class="QLabel">
154 <property name="name">
155 <cstring>txDescription</cstring>
156 </property>
157 <property name="text">
158 <string>Snapshot &amp;Description</string>
159 </property>
160 <property name="buddy" stdset="0">
161 <cstring>txeDescription</cstring>
162 </property>
163 </widget>
164 <widget class="QTextEdit">
165 <property name="name">
166 <cstring>txeDescription</cstring>
167 </property>
168 <property name="textFormat">
169 <enum>PlainText</enum>
170 </property>
171 <property name="tabChangesFocus">
172 <bool>true</bool>
173 </property>
174 </widget>
175 </vbox>
176 </widget>
177 </vbox>
178 </widget>
179 </hbox>
180 </widget>
181 <widget class="QLayoutWidget">
182 <property name="name">
183 <cstring>Layout1</cstring>
184 </property>
185 <hbox>
186 <property name="name">
187 <cstring>unnamed</cstring>
188 </property>
189 <property name="margin">
190 <number>0</number>
191 </property>
192 <property name="spacing">
193 <number>6</number>
194 </property>
195 <widget class="QPushButton">
196 <property name="name">
197 <cstring>buttonHelp</cstring>
198 </property>
199 <property name="text">
200 <string>Help</string>
201 </property>
202 <property name="accel">
203 <string>F1</string>
204 </property>
205 <property name="autoDefault">
206 <bool>true</bool>
207 </property>
208 </widget>
209 <spacer>
210 <property name="name">
211 <cstring>Horizontal Spacing2</cstring>
212 </property>
213 <property name="orientation">
214 <enum>Horizontal</enum>
215 </property>
216 <property name="sizeType">
217 <enum>Expanding</enum>
218 </property>
219 <property name="sizeHint">
220 <size>
221 <width>20</width>
222 <height>20</height>
223 </size>
224 </property>
225 </spacer>
226 <widget class="QPushButton">
227 <property name="name">
228 <cstring>buttonOk</cstring>
229 </property>
230 <property name="text">
231 <string>&amp;OK</string>
232 </property>
233 <property name="autoDefault">
234 <bool>true</bool>
235 </property>
236 <property name="default">
237 <bool>true</bool>
238 </property>
239 </widget>
240 <widget class="QPushButton">
241 <property name="name">
242 <cstring>buttonCancel</cstring>
243 </property>
244 <property name="text">
245 <string>Cancel</string>
246 </property>
247 <property name="autoDefault">
248 <bool>true</bool>
249 </property>
250 </widget>
251 </hbox>
252 </widget>
253 </vbox>
254</widget>
255<connections>
256 <connection>
257 <sender>buttonOk</sender>
258 <signal>clicked()</signal>
259 <receiver>VBoxTakeSnapshotDlg</receiver>
260 <slot>accept()</slot>
261 </connection>
262 <connection>
263 <sender>buttonCancel</sender>
264 <signal>clicked()</signal>
265 <receiver>VBoxTakeSnapshotDlg</receiver>
266 <slot>reject()</slot>
267 </connection>
268 <connection>
269 <sender>leName</sender>
270 <signal>textChanged(const QString&amp;)</signal>
271 <receiver>VBoxTakeSnapshotDlg</receiver>
272 <slot>leName_textChanged(const QString&amp;)</slot>
273 </connection>
274 <connection>
275 <sender>buttonHelp</sender>
276 <signal>clicked()</signal>
277 <receiver>&amp;vboxProblem()</receiver>
278 <slot>showHelpHelpDialog()</slot>
279 </connection>
280</connections>
281<tabstops>
282 <tabstop>leName</tabstop>
283 <tabstop>txeDescription</tabstop>
284</tabstops>
285<includes>
286 <include location="global" impldecl="in declaration">qlabel.h</include>
287 <include location="global" impldecl="in declaration">qlineedit.h</include>
288 <include location="local" impldecl="in implementation">VBoxProblemReporter.h</include>
289 <include location="local" impldecl="in implementation">VBoxUtils.h</include>
290 <include location="local" impldecl="in implementation">VBoxTakeSnapshotDlg.ui.h</include>
291</includes>
292<slots>
293 <slot>leName_textChanged( const QString &amp; aText )</slot>
294</slots>
295<functions>
296 <function access="private">init()</function>
297</functions>
298<pixmapinproject/>
299<layoutdefaults spacing="6" margin="11"/>
300</UI>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette