1 | <ui version="4.0" >
|
---|
2 | <comment>
|
---|
3 | VBox frontends: Qt4 GUI ("VirtualBox"):
|
---|
4 |
|
---|
5 | Copyright (C) 2008 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>VBoxVMSettingsFD</class>
|
---|
20 | <widget class="QWidget" name="VBoxVMSettingsFD" >
|
---|
21 | <property name="geometry" >
|
---|
22 | <rect>
|
---|
23 | <x>0</x>
|
---|
24 | <y>0</y>
|
---|
25 | <width>410</width>
|
---|
26 | <height>194</height>
|
---|
27 | </rect>
|
---|
28 | </property>
|
---|
29 | <layout class="QVBoxLayout" >
|
---|
30 | <property name="leftMargin" >
|
---|
31 | <number>0</number>
|
---|
32 | </property>
|
---|
33 | <property name="topMargin" >
|
---|
34 | <number>5</number>
|
---|
35 | </property>
|
---|
36 | <property name="rightMargin" >
|
---|
37 | <number>0</number>
|
---|
38 | </property>
|
---|
39 | <property name="bottomMargin" >
|
---|
40 | <number>5</number>
|
---|
41 | </property>
|
---|
42 | <item>
|
---|
43 | <widget class="QGroupBox" name="mGbFD" >
|
---|
44 | <property name="sizePolicy" >
|
---|
45 | <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
---|
46 | <horstretch>0</horstretch>
|
---|
47 | <verstretch>0</verstretch>
|
---|
48 | </sizepolicy>
|
---|
49 | </property>
|
---|
50 | <property name="whatsThis" >
|
---|
51 | <string>When checked, mounts the specified media to the Floppy drive of the virtual machine.</string>
|
---|
52 | </property>
|
---|
53 | <property name="title" >
|
---|
54 | <string>&Mount Floppy Drive</string>
|
---|
55 | </property>
|
---|
56 | <property name="checkable" >
|
---|
57 | <bool>true</bool>
|
---|
58 | </property>
|
---|
59 | <property name="checked" >
|
---|
60 | <bool>true</bool>
|
---|
61 | </property>
|
---|
62 | <layout class="QVBoxLayout" >
|
---|
63 | <property name="topMargin" >
|
---|
64 | <number>5</number>
|
---|
65 | </property>
|
---|
66 | <item>
|
---|
67 | <layout class="QHBoxLayout" >
|
---|
68 | <item>
|
---|
69 | <widget class="QRadioButton" name="mRbHostFD" >
|
---|
70 | <property name="whatsThis" >
|
---|
71 | <string>Mounts the specified host Floppy drive to the virtual Floppy drive.</string>
|
---|
72 | </property>
|
---|
73 | <property name="text" >
|
---|
74 | <string>Host Floppy &Drive</string>
|
---|
75 | </property>
|
---|
76 | <property name="autoExclusive" >
|
---|
77 | <bool>false</bool>
|
---|
78 | </property>
|
---|
79 | </widget>
|
---|
80 | </item>
|
---|
81 | <item>
|
---|
82 | <widget class="QComboBox" name="mCbHostFD" >
|
---|
83 | <property name="whatsThis" >
|
---|
84 | <string>Lists host Floppy drives available to mount to the virtual machine.</string>
|
---|
85 | </property>
|
---|
86 | </widget>
|
---|
87 | </item>
|
---|
88 | <item>
|
---|
89 | <spacer>
|
---|
90 | <property name="orientation" >
|
---|
91 | <enum>Qt::Horizontal</enum>
|
---|
92 | </property>
|
---|
93 | <property name="sizeHint" >
|
---|
94 | <size>
|
---|
95 | <width>0</width>
|
---|
96 | <height>10</height>
|
---|
97 | </size>
|
---|
98 | </property>
|
---|
99 | </spacer>
|
---|
100 | </item>
|
---|
101 | </layout>
|
---|
102 | </item>
|
---|
103 | <item>
|
---|
104 | <layout class="QHBoxLayout" >
|
---|
105 | <item>
|
---|
106 | <widget class="QRadioButton" name="mRbIsoFD" >
|
---|
107 | <property name="whatsThis" >
|
---|
108 | <string>Mounts the specified Floppy image to the virtual Floppy drive.</string>
|
---|
109 | </property>
|
---|
110 | <property name="text" >
|
---|
111 | <string>&Image File</string>
|
---|
112 | </property>
|
---|
113 | <property name="autoExclusive" >
|
---|
114 | <bool>false</bool>
|
---|
115 | </property>
|
---|
116 | </widget>
|
---|
117 | </item>
|
---|
118 | <item>
|
---|
119 | <spacer>
|
---|
120 | <property name="orientation" >
|
---|
121 | <enum>Qt::Horizontal</enum>
|
---|
122 | </property>
|
---|
123 | <property name="sizeHint" >
|
---|
124 | <size>
|
---|
125 | <width>0</width>
|
---|
126 | <height>10</height>
|
---|
127 | </size>
|
---|
128 | </property>
|
---|
129 | </spacer>
|
---|
130 | </item>
|
---|
131 | </layout>
|
---|
132 | </item>
|
---|
133 | <item>
|
---|
134 | <layout class="QHBoxLayout" >
|
---|
135 | <item>
|
---|
136 | <spacer>
|
---|
137 | <property name="orientation" >
|
---|
138 | <enum>Qt::Horizontal</enum>
|
---|
139 | </property>
|
---|
140 | <property name="sizeType" >
|
---|
141 | <enum>QSizePolicy::Fixed</enum>
|
---|
142 | </property>
|
---|
143 | <property name="sizeHint" >
|
---|
144 | <size>
|
---|
145 | <width>19</width>
|
---|
146 | <height>16</height>
|
---|
147 | </size>
|
---|
148 | </property>
|
---|
149 | </spacer>
|
---|
150 | </item>
|
---|
151 | <item>
|
---|
152 | <widget class="VBoxMediaComboBox" name="mCbIsoFD" >
|
---|
153 | <property name="sizePolicy" >
|
---|
154 | <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
---|
155 | <horstretch>0</horstretch>
|
---|
156 | <verstretch>0</verstretch>
|
---|
157 | </sizepolicy>
|
---|
158 | </property>
|
---|
159 | <property name="whatsThis" >
|
---|
160 | <string>Displays the image file to mount to the virtual Floppy drive and allows to quickly select a different image.</string>
|
---|
161 | </property>
|
---|
162 | </widget>
|
---|
163 | </item>
|
---|
164 | <item>
|
---|
165 | <widget class="QToolButton" name="mTbIsoFD" >
|
---|
166 | <property name="whatsThis" >
|
---|
167 | <string>Invokes the Virtual Disk Manager to select a Floppy image to mount.</string>
|
---|
168 | </property>
|
---|
169 | <property name="text" >
|
---|
170 | <string/>
|
---|
171 | </property>
|
---|
172 | <property name="autoRaise" >
|
---|
173 | <bool>true</bool>
|
---|
174 | </property>
|
---|
175 | </widget>
|
---|
176 | </item>
|
---|
177 | </layout>
|
---|
178 | </item>
|
---|
179 | </layout>
|
---|
180 | </widget>
|
---|
181 | </item>
|
---|
182 | <item>
|
---|
183 | <spacer>
|
---|
184 | <property name="orientation" >
|
---|
185 | <enum>Qt::Vertical</enum>
|
---|
186 | </property>
|
---|
187 | <property name="sizeHint" >
|
---|
188 | <size>
|
---|
189 | <width>20</width>
|
---|
190 | <height>0</height>
|
---|
191 | </size>
|
---|
192 | </property>
|
---|
193 | </spacer>
|
---|
194 | </item>
|
---|
195 | </layout>
|
---|
196 | </widget>
|
---|
197 | <customwidgets>
|
---|
198 | <customwidget>
|
---|
199 | <class>VBoxMediaComboBox</class>
|
---|
200 | <extends>QComboBox</extends>
|
---|
201 | <header>VBoxMediaComboBox.h</header>
|
---|
202 | </customwidget>
|
---|
203 | </customwidgets>
|
---|
204 | <resources/>
|
---|
205 | <connections/>
|
---|
206 | </ui>
|
---|