VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotDetailsDlg.ui@ 2981

Last change on this file since 2981 was 382, checked in by vboxsync, 18 years ago

export to OSE again

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