VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxSnapshotDetailsDlg.ui@ 7219

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

The Giant CDDL Dual-License Header Change.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 11.2 KB
Line 
1<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2<class>VBoxSnapshotDetailsDlg</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>VBoxSnapshotDetailsDlg</cstring>
20 </property>
21 <property name="geometry">
22 <rect>
23 <x>0</x>
24 <y>0</y>
25 <width>510</width>
26 <height>454</height>
27 </rect>
28 </property>
29 <property name="caption">
30 <string>VBoxSnapshotDetailsDlg</string>
31 </property>
32 <property name="sizeGripEnabled">
33 <bool>true</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 <property name="resizeMode">
43 <enum>Minimum</enum>
44 </property>
45 <widget class="QGroupBox">
46 <property name="name">
47 <cstring>groupBox2</cstring>
48 </property>
49 <property name="sizePolicy">
50 <sizepolicy>
51 <hsizetype>5</hsizetype>
52 <vsizetype>4</vsizetype>
53 <horstretch>0</horstretch>
54 <verstretch>1</verstretch>
55 </sizepolicy>
56 </property>
57 <property name="title">
58 <string> Snapshot Details </string>
59 </property>
60 <vbox>
61 <property name="name">
62 <cstring>unnamed</cstring>
63 </property>
64 <widget class="QLayoutWidget">
65 <property name="name">
66 <cstring>layout4</cstring>
67 </property>
68 <vbox>
69 <property name="name">
70 <cstring>unnamed</cstring>
71 </property>
72 <widget class="QLabel">
73 <property name="name">
74 <cstring>txName</cstring>
75 </property>
76 <property name="text">
77 <string>&amp;Name</string>
78 </property>
79 <property name="buddy" stdset="0">
80 <cstring>leName</cstring>
81 </property>
82 </widget>
83 <widget class="QLineEdit">
84 <property name="name">
85 <cstring>leName</cstring>
86 </property>
87 <property name="frameShape">
88 <enum>LineEditPanel</enum>
89 </property>
90 <property name="frameShadow">
91 <enum>Sunken</enum>
92 </property>
93 </widget>
94 </vbox>
95 </widget>
96 <widget class="QLayoutWidget">
97 <property name="name">
98 <cstring>layout6</cstring>
99 </property>
100 <vbox>
101 <property name="name">
102 <cstring>unnamed</cstring>
103 </property>
104 <widget class="QLabel">
105 <property name="name">
106 <cstring>txDescription</cstring>
107 </property>
108 <property name="text">
109 <string>&amp;Description</string>
110 </property>
111 <property name="buddy" stdset="0">
112 <cstring>txeDescription</cstring>
113 </property>
114 </widget>
115 <widget class="QTextEdit">
116 <property name="name">
117 <cstring>txeDescription</cstring>
118 </property>
119 <property name="sizePolicy">
120 <sizepolicy>
121 <hsizetype>5</hsizetype>
122 <vsizetype>7</vsizetype>
123 <horstretch>0</horstretch>
124 <verstretch>0</verstretch>
125 </sizepolicy>
126 </property>
127 <property name="textFormat">
128 <enum>PlainText</enum>
129 </property>
130 <property name="tabChangesFocus">
131 <bool>true</bool>
132 </property>
133 </widget>
134 </vbox>
135 </widget>
136 </vbox>
137 </widget>
138 <widget class="QGroupBox">
139 <property name="name">
140 <cstring>groupBox1</cstring>
141 </property>
142 <property name="sizePolicy">
143 <sizepolicy>
144 <hsizetype>5</hsizetype>
145 <vsizetype>7</vsizetype>
146 <horstretch>0</horstretch>
147 <verstretch>2</verstretch>
148 </sizepolicy>
149 </property>
150 <property name="title">
151 <string>&amp;Machine Details</string>
152 </property>
153 <hbox>
154 <property name="name">
155 <cstring>unnamed</cstring>
156 </property>
157 <widget class="QTextEdit">
158 <property name="name">
159 <cstring>txeSummary</cstring>
160 </property>
161 <property name="sizePolicy">
162 <sizepolicy>
163 <hsizetype>3</hsizetype>
164 <vsizetype>3</vsizetype>
165 <horstretch>0</horstretch>
166 <verstretch>0</verstretch>
167 </sizepolicy>
168 </property>
169 <property name="frameShape">
170 <enum>NoFrame</enum>
171 </property>
172 <property name="readOnly">
173 <bool>true</bool>
174 </property>
175 </widget>
176 </hbox>
177 </widget>
178 <widget class="QLayoutWidget">
179 <property name="name">
180 <cstring>layout23</cstring>
181 </property>
182 <hbox>
183 <property name="name">
184 <cstring>unnamed</cstring>
185 </property>
186 <widget class="QPushButton">
187 <property name="name">
188 <cstring>buttonHelp</cstring>
189 </property>
190 <property name="text">
191 <string>Help</string>
192 </property>
193 <property name="accel">
194 <string>F1</string>
195 </property>
196 <property name="autoDefault">
197 <bool>true</bool>
198 </property>
199 </widget>
200 <spacer>
201 <property name="name">
202 <cstring>spacer21</cstring>
203 </property>
204 <property name="orientation">
205 <enum>Horizontal</enum>
206 </property>
207 <property name="sizeType">
208 <enum>Expanding</enum>
209 </property>
210 <property name="sizeHint">
211 <size>
212 <width>61</width>
213 <height>20</height>
214 </size>
215 </property>
216 </spacer>
217 <widget class="QPushButton">
218 <property name="name">
219 <cstring>buttonOk</cstring>
220 </property>
221 <property name="text">
222 <string>&amp;OK</string>
223 </property>
224 <property name="autoDefault">
225 <bool>true</bool>
226 </property>
227 <property name="default">
228 <bool>true</bool>
229 </property>
230 </widget>
231 <widget class="QPushButton">
232 <property name="name">
233 <cstring>buttonCancel</cstring>
234 </property>
235 <property name="text">
236 <string>Cancel</string>
237 </property>
238 <property name="autoDefault">
239 <bool>true</bool>
240 </property>
241 </widget>
242 </hbox>
243 </widget>
244 </vbox>
245</widget>
246<connections>
247 <connection>
248 <sender>buttonOk</sender>
249 <signal>clicked()</signal>
250 <receiver>VBoxSnapshotDetailsDlg</receiver>
251 <slot>accept()</slot>
252 </connection>
253 <connection>
254 <sender>buttonCancel</sender>
255 <signal>clicked()</signal>
256 <receiver>VBoxSnapshotDetailsDlg</receiver>
257 <slot>reject()</slot>
258 </connection>
259 <connection>
260 <sender>leName</sender>
261 <signal>textChanged(const QString&amp;)</signal>
262 <receiver>VBoxSnapshotDetailsDlg</receiver>
263 <slot>leName_textChanged(const QString&amp;)</slot>
264 </connection>
265 <connection>
266 <sender>buttonHelp</sender>
267 <signal>clicked()</signal>
268 <receiver>&amp;vboxProblem()</receiver>
269 <slot>showHelpHelpDialog()</slot>
270 </connection>
271</connections>
272<tabstops>
273 <tabstop>leName</tabstop>
274 <tabstop>txeDescription</tabstop>
275 <tabstop>txeSummary</tabstop>
276</tabstops>
277<includes>
278 <include location="local" impldecl="in declaration">COMDefs.h</include>
279 <include location="local" impldecl="in implementation">VBoxUtils.h</include>
280 <include location="local" impldecl="in implementation">VBoxProblemReporter.h</include>
281 <include location="local" impldecl="in implementation">VBoxGlobal.h</include>
282</includes>
283<slots>
284 <slot>leName_textChanged( const QString &amp; aText )</slot>
285</slots>
286<variables>
287 <variable access="private">CSnapshot csnapshot;</variable>
288</variables>
289<functions>
290 <function access="private">init()</function>
291 <function>getFromSnapshot( const CSnapshot &amp; s )</function>
292 <function>putBackToSnapshot()</function>
293</functions>
294<pixmapinproject/>
295<layoutdefaults spacing="6" margin="11"/>
296</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