VirtualBox

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

Last change on this file since 43138 was 43106, checked in by vboxsync, 12 years ago

copyright indentation fixes

  • Property svn:eol-style set to native
File size: 4.3 KB
Line 
1<ui version="4.0" >
2 <comment>
3 VBox frontends: Qt4 GUI ("VirtualBox"):
4
5 Copyright (C) 2008-2012 Oracle Corporation
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 </comment>
15 <class>VBoxTakeSnapshotDlg</class>
16 <widget class="QDialog" name="VBoxTakeSnapshotDlg">
17 <property name="geometry">
18 <rect>
19 <x>0</x>
20 <y>0</y>
21 <width>300</width>
22 <height>240</height>
23 </rect>
24 </property>
25 <property name="windowTitle" >
26 <string>Take Snapshot of Virtual Machine</string>
27 </property>
28 <layout class="QGridLayout">
29 <item rowspan="2" row="0" column="0">
30 <layout class="QVBoxLayout">
31 <item>
32 <widget class="QLabel" name="mLbIcon">
33 <property name="sizePolicy" >
34 <sizepolicy vsizetype="Preferred" hsizetype="Maximum">
35 <horstretch>0</horstretch>
36 <verstretch>0</verstretch>
37 </sizepolicy>
38 </property>
39 </widget>
40 </item>
41 <item>
42 <spacer>
43 <property name="orientation">
44 <enum>Qt::Vertical</enum>
45 </property>
46 <property name="sizeHint">
47 <size>
48 <width>0</width>
49 <height>0</height>
50 </size>
51 </property>
52 </spacer>
53 </item>
54 </layout>
55 </item>
56 <item row="0" column="1">
57 <layout class="QVBoxLayout">
58 <property name="spacing">
59 <number>2</number>
60 </property>
61 <item>
62 <widget class="QLabel" name="mLbName">
63 <property name="text" >
64 <string>Snapshot &amp;Name</string>
65 </property>
66 <property name="buddy" >
67 <cstring>mLeName</cstring>
68 </property>
69 </widget>
70 </item>
71 <item>
72 <widget class="QLineEdit" name="mLeName"/>
73 </item>
74 </layout>
75 </item>
76 <item row="1" column="1">
77 <layout class="QVBoxLayout">
78 <property name="spacing">
79 <number>2</number>
80 </property>
81 <item>
82 <widget class="QLabel" name="mLbDescription">
83 <property name="text">
84 <string>Snapshot &amp;Description</string>
85 </property>
86 <property name="buddy">
87 <cstring>mTeDescription</cstring>
88 </property>
89 </widget>
90 </item>
91 <item>
92 <widget class="QTextEdit" name="mTeDescription"/>
93 </item>
94 </layout>
95 </item>
96 <item row="2" column="0" colspan="2">
97 <widget class="QILabel" name="mLbInfo">
98 <property name="sizePolicy" >
99 <sizepolicy vsizetype="Preferred" hsizetype="Preferred">
100 <horstretch>0</horstretch>
101 <verstretch>0</verstretch>
102 </sizepolicy>
103 </property>
104 <property name="wordWrap">
105 <bool>true</bool>
106 </property>
107 </widget>
108 </item>
109 <item row="3" column="0" colspan="2">
110 <widget class="QIDialogButtonBox" name="mButtonBox">
111 <property name="standardButtons">
112 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
113 </property>
114 </widget>
115 </item>
116 </layout>
117 </widget>
118 <customwidgets>
119 <customwidget>
120 <class>QILabel</class>
121 <extends>QLabel</extends>
122 <header>QILabel.h</header>
123 </customwidget>
124 <customwidget>
125 <class>QIDialogButtonBox</class>
126 <extends>QDialogButtonBox</extends>
127 <header>QIDialogButtonBox.h</header>
128 </customwidget>
129 </customwidgets>
130 <resources/>
131 <connections>
132 <connection>
133 <sender>mButtonBox</sender>
134 <signal>accepted()</signal>
135 <receiver>VBoxTakeSnapshotDlg</receiver>
136 <slot>accept()</slot>
137 <hints>
138 <hint type="sourcelabel">
139 <x>156</x>
140 <y>216</y>
141 </hint>
142 <hint type="destinationlabel">
143 <x>156</x>
144 <y>119</y>
145 </hint>
146 </hints>
147 </connection>
148 <connection>
149 <sender>mButtonBox</sender>
150 <signal>rejected()</signal>
151 <receiver>VBoxTakeSnapshotDlg</receiver>
152 <slot>reject()</slot>
153 <hints>
154 <hint type="sourcelabel">
155 <x>156</x>
156 <y>216</y>
157 </hint>
158 <hint type="destinationlabel">
159 <x>156</x>
160 <y>119</y>
161 </hint>
162 </hints>
163 </connection>
164 </connections>
165</ui>
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use