VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsAudio.ui@ 10668

Last change on this file since 10668 was 10167, checked in by vboxsync, 17 years ago

Fe/Qt4: New VM&Global settings api based on one default class (+ui).
One interface for both Settings dialog & one interface for settings pages.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 4.8 KB
Line 
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>VBoxVMSettingsAudio</class>
20 <widget class="QWidget" name="VBoxVMSettingsAudio" >
21 <property name="geometry" >
22 <rect>
23 <x>0</x>
24 <y>0</y>
25 <width>436</width>
26 <height>203</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="mGbAudio" >
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, the virtual PCI audio card is plugged into the virtual machine that uses the specified driver to communicate to the host audio card.</string>
52 </property>
53 <property name="title" >
54 <string>Enable &amp;Audio</string>
55 </property>
56 <property name="checkable" >
57 <bool>true</bool>
58 </property>
59 <property name="checked" >
60 <bool>false</bool>
61 </property>
62 <layout class="QGridLayout" >
63 <property name="topMargin" >
64 <number>5</number>
65 </property>
66 <item row="0" column="0" >
67 <widget class="QLabel" name="mLbAudioDriver" >
68 <property name="sizePolicy" >
69 <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
70 <horstretch>0</horstretch>
71 <verstretch>0</verstretch>
72 </sizepolicy>
73 </property>
74 <property name="text" >
75 <string>Host Audio &amp;Driver</string>
76 </property>
77 <property name="buddy" >
78 <cstring>mCbAudioDriver</cstring>
79 </property>
80 </widget>
81 </item>
82 <item row="0" column="1" >
83 <widget class="QComboBox" name="mCbAudioDriver" >
84 <property name="whatsThis" >
85 <string>Controls the audio output driver. The &lt;b>Null Audio Driver&lt;/b> makes the guest see an audio card, however every access to it will be ignored.</string>
86 </property>
87 </widget>
88 </item>
89 <item row="0" column="2" >
90 <spacer>
91 <property name="orientation" >
92 <enum>Qt::Horizontal</enum>
93 </property>
94 <property name="sizeHint" >
95 <size>
96 <width>0</width>
97 <height>10</height>
98 </size>
99 </property>
100 </spacer>
101 </item>
102 <item row="1" column="0" >
103 <widget class="QLabel" name="mLbAudioController" >
104 <property name="sizePolicy" >
105 <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
106 <horstretch>0</horstretch>
107 <verstretch>0</verstretch>
108 </sizepolicy>
109 </property>
110 <property name="text" >
111 <string>Audio &amp;Controller</string>
112 </property>
113 <property name="buddy" >
114 <cstring>mCbAudioController</cstring>
115 </property>
116 </widget>
117 </item>
118 <item row="1" column="1" >
119 <widget class="QComboBox" name="mCbAudioController" >
120 <property name="whatsThis" >
121 <string>Selects the type of the virtual sound card. Depending on this value, VirtualBox will provide different audio hardware to the virtual machine.</string>
122 </property>
123 </widget>
124 </item>
125 <item row="1" column="2" >
126 <spacer>
127 <property name="orientation" >
128 <enum>Qt::Horizontal</enum>
129 </property>
130 <property name="sizeHint" >
131 <size>
132 <width>0</width>
133 <height>10</height>
134 </size>
135 </property>
136 </spacer>
137 </item>
138 </layout>
139 </widget>
140 </item>
141 <item>
142 <spacer>
143 <property name="orientation" >
144 <enum>Qt::Vertical</enum>
145 </property>
146 <property name="sizeHint" >
147 <size>
148 <width>20</width>
149 <height>0</height>
150 </size>
151 </property>
152 </spacer>
153 </item>
154 </layout>
155 </widget>
156 <resources/>
157 <connections/>
158</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