Changeset 46628 in vbox
- Timestamp:
- Jun 18, 2013 4:16:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsAudio.ui
r43106 r46628 1 <ui version="4.0" >1 <ui version="4.0"> 2 2 <comment> 3 3 VBox frontends: Qt4 GUI ("VirtualBox"): … … 14 14 </comment> 15 15 <class>UIMachineSettingsAudio</class> 16 <widget class="QWidget" name="UIMachineSettingsAudio" >17 <property name="geometry" >16 <widget class="QWidget" name="UIMachineSettingsAudio"> 17 <property name="geometry"> 18 18 <rect> 19 19 <x>0</x> … … 23 23 </rect> 24 24 </property> 25 <layout class="QGridLayout" >26 <item row="0" column="0" colspan="2" >27 <widget class="QCheckBox" name="mGbAudio" >28 <property name="whatsThis" >25 <layout class="QGridLayout"> 26 <item row="0" column="0" colspan="2"> 27 <widget class="QCheckBox" name="mGbAudio"> 28 <property name="whatsThis"> 29 29 <string>When checked, a virtual PCI audio card will be plugged into the virtual machine and will communicate with the host audio system using the specified driver.</string> 30 30 </property> 31 <property name="text" >31 <property name="text"> 32 32 <string>Enable &Audio</string> 33 33 </property> … … 37 37 </widget> 38 38 </item> 39 <item row="1" column="0" >39 <item row="1" column="0"> 40 40 <spacer> 41 <property name="orientation" >41 <property name="orientation"> 42 42 <enum>Qt::Horizontal</enum> 43 43 </property> 44 <property name="sizeType" >44 <property name="sizeType"> 45 45 <enum>QSizePolicy::Fixed</enum> 46 46 </property> 47 <property name="sizeHint" >47 <property name="sizeHint"> 48 48 <size> 49 49 <width>20</width> … … 53 53 </spacer> 54 54 </item> 55 <item row="1" column="1" >56 <widget class="QWidget" native="1" name="mAudioChild" >57 <layout class="QGridLayout" >58 <property name="leftMargin" >55 <item row="1" column="1"> 56 <widget class="QWidget" native="1" name="mAudioChild"> 57 <layout class="QGridLayout"> 58 <property name="leftMargin"> 59 59 <number>0</number> 60 60 </property> 61 <property name="topMargin" >61 <property name="topMargin"> 62 62 <number>0</number> 63 63 </property> 64 <property name="rightMargin" >64 <property name="rightMargin"> 65 65 <number>0</number> 66 66 </property> 67 <property name="bottomMargin" >67 <property name="bottomMargin"> 68 68 <number>0</number> 69 69 </property> 70 <item row="0" column="0" >71 <widget class="QLabel" name="mLbAudioDriver" >72 <property name="text" >70 <item row="0" column="0"> 71 <widget class="QLabel" name="mLbAudioDriver"> 72 <property name="text"> 73 73 <string>Host Audio &Driver:</string> 74 74 </property> 75 <property name="alignment" >75 <property name="alignment"> 76 76 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 77 77 </property> 78 <property name="buddy" >78 <property name="buddy"> 79 79 <cstring>mCbAudioDriver</cstring> 80 80 </property> 81 81 </widget> 82 82 </item> 83 <item row="0" column="1" >84 <widget class="QComboBox" name="mCbAudioDriver" >85 <property name="whatsThis" >83 <item row="0" column="1"> 84 <widget class="QComboBox" name="mCbAudioDriver"> 85 <property name="whatsThis"> 86 86 <string>Controls the audio output driver. The <b>Null Audio Driver</b> makes the guest see an audio card, however every access to it will be ignored.</string> 87 87 </property> 88 88 </widget> 89 89 </item> 90 <item row="1" column="0" >91 <widget class="QLabel" name="mLbAudioController" >92 <property name="text" >90 <item row="1" column="0"> 91 <widget class="QLabel" name="mLbAudioController"> 92 <property name="text"> 93 93 <string>Audio &Controller:</string> 94 94 </property> 95 <property name="alignment" >95 <property name="alignment"> 96 96 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 97 97 </property> 98 <property name="buddy" >98 <property name="buddy"> 99 99 <cstring>mCbAudioController</cstring> 100 100 </property> 101 101 </widget> 102 102 </item> 103 <item row="1" column="1" >104 <widget class="QComboBox" name="mCbAudioController" >105 <property name="whatsThis" >103 <item row="1" column="1"> 104 <widget class="QComboBox" name="mCbAudioController"> 105 <property name="whatsThis"> 106 106 <string>Selects the type of the virtual sound card. Depending on this value, VirtualBox will provide different audio hardware to the virtual machine.</string> 107 107 </property> … … 111 111 </widget> 112 112 </item> 113 <item row="1" column="2" >113 <item row="1" column="2"> 114 114 <spacer> 115 <property name="orientation" >115 <property name="orientation"> 116 116 <enum>Qt::Horizontal</enum> 117 117 </property> 118 <property name="sizeHint" >118 <property name="sizeHint"> 119 119 <size> 120 120 <width>40</width> … … 124 124 </spacer> 125 125 </item> 126 <item row="2" column="1" >126 <item row="2" column="1"> 127 127 <spacer> 128 <property name="orientation" >128 <property name="orientation"> 129 129 <enum>Qt::Vertical</enum> 130 130 </property> 131 <property name="sizeHint" >131 <property name="sizeHint"> 132 132 <size> 133 133 <width>0</width> … … 147 147 <slot>setEnabled(bool)</slot> 148 148 <hints> 149 <hint type="sourcelabel" >149 <hint type="sourcelabel"> 150 150 <x>111</x> 151 151 <y>19</y> 152 152 </hint> 153 <hint type="destinationlabel" >153 <hint type="destinationlabel"> 154 154 <x>124</x> 155 155 <y>61</y>
Note:
See TracChangeset
for help on using the changeset viewer.

