VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/src/VBoxTakeSnapshotDlg.ui@ 25196

Last change on this file since 25196 was 25196, checked in by vboxsync, 15 years ago

filemuncher fixes

  • Property svn:eol-style set to native
File size: 4.5 KB
Line 
1<ui version="4.0" >
2 <comment>
3 VBox frontends: Qt4 GUI ("VirtualBox"):
4
5 Copyright (C) 2008-2009 Sun Microsystems, Inc.
6
7 This file is part of VirtualBox Open Source Edition (OSE), as
8 available from http://www.virtualbox.org. This file is free software;
9 you can redistribute it and/or modify it under the terms of the GNU
10 General Public License (GPL) as published by the Free Software
11 Foundation, in version 2 as it comes in the "COPYING" file of the
12 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
13 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
14
15 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
16 Clara, CA 95054 USA or visit http://www.sun.com if you need
17 additional information or have any questions.
18 </comment>
19 <class>VBoxTakeSnapshotDlg</class>
20 <widget class="QDialog" name="VBoxTakeSnapshotDlg">
21 <property name="geometry">
22 <rect>
23 <x>0</x>
24 <y>0</y>
25 <width>300</width>
26 <height>240</height>
27 </rect>
28 </property>
29 <property name="windowTitle" >
30 <string>Take Snapshot of Virtual Machine</string>
31 </property>
32 <layout class="QGridLayout">
33 <item rowspan="2" row="0" column="0">
34 <layout class="QVBoxLayout">
35 <item>
36 <widget class="QLabel" name="mLbIcon">
37 <property name="sizePolicy" >
38 <sizepolicy vsizetype="Preferred" hsizetype="Maximum">
39 <horstretch>0</horstretch>
40 <verstretch>0</verstretch>
41 </sizepolicy>
42 </property>
43 </widget>
44 </item>
45 <item>
46 <spacer>
47 <property name="orientation">
48 <enum>Qt::Vertical</enum>
49 </property>
50 <property name="sizeHint">
51 <size>
52 <width>0</width>
53 <height>0</height>
54 </size>
55 </property>
56 </spacer>
57 </item>
58 </layout>
59 </item>
60 <item row="0" column="1">
61 <layout class="QVBoxLayout">
62 <property name="spacing">
63 <number>2</number>
64 </property>
65 <item>
66 <widget class="QLabel" name="mLbName">
67 <property name="text" >
68 <string>Snapshot &amp;Name</string>
69 </property>
70 <property name="buddy" >
71 <cstring>mLeName</cstring>
72 </property>
73 </widget>
74 </item>
75 <item>
76 <widget class="QLineEdit" name="mLeName"/>
77 </item>
78 </layout>
79 </item>
80 <item row="1" column="1">
81 <layout class="QVBoxLayout">
82 <property name="spacing">
83 <number>2</number>
84 </property>
85 <item>
86 <widget class="QLabel" name="mLbDescription">
87 <property name="text">
88 <string>Snapshot &amp;Description</string>
89 </property>
90 <property name="buddy">
91 <cstring>mTeDescription</cstring>
92 </property>
93 </widget>
94 </item>
95 <item>
96 <widget class="QTextEdit" name="mTeDescription"/>
97 </item>
98 </layout>
99 </item>
100 <item row="2" column="0" colspan="2">
101 <widget class="QILabel" name="mLbInfo">
102 <property name="sizePolicy" >
103 <sizepolicy vsizetype="Preferred" hsizetype="Preferred">
104 <horstretch>0</horstretch>
105 <verstretch>0</verstretch>
106 </sizepolicy>
107 </property>
108 <property name="wordWrap">
109 <bool>true</bool>
110 </property>
111 </widget>
112 </item>
113 <item row="3" column="0" colspan="2">
114 <widget class="QIDialogButtonBox" name="mButtonBox">
115 <property name="standardButtons">
116 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
117 </property>
118 </widget>
119 </item>
120 </layout>
121 </widget>
122 <customwidgets>
123 <customwidget>
124 <class>QILabel</class>
125 <extends>QLabel</extends>
126 <header>QILabel.h</header>
127 </customwidget>
128 <customwidget>
129 <class>QIDialogButtonBox</class>
130 <extends>QDialogButtonBox</extends>
131 <header>QIDialogButtonBox.h</header>
132 </customwidget>
133 </customwidgets>
134 <resources/>
135 <connections>
136 <connection>
137 <sender>mButtonBox</sender>
138 <signal>accepted()</signal>
139 <receiver>VBoxTakeSnapshotDlg</receiver>
140 <slot>accept()</slot>
141 <hints>
142 <hint type="sourcelabel">
143 <x>156</x>
144 <y>216</y>
145 </hint>
146 <hint type="destinationlabel">
147 <x>156</x>
148 <y>119</y>
149 </hint>
150 </hints>
151 </connection>
152 <connection>
153 <sender>mButtonBox</sender>
154 <signal>rejected()</signal>
155 <receiver>VBoxTakeSnapshotDlg</receiver>
156 <slot>reject()</slot>
157 <hints>
158 <hint type="sourcelabel">
159 <x>156</x>
160 <y>216</y>
161 </hint>
162 <hint type="destinationlabel">
163 <x>156</x>
164 <y>119</y>
165 </hint>
166 </hints>
167 </connection>
168 </connections>
169</ui>
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use