Changeset 46630 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jun 18, 2013 4:24:28 PM (12 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/settings/machine
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsAudio.cpp
r44528 r46630 195 195 void UIMachineSettingsAudio::polishPage() 196 196 { 197 mGbAudio->setEnabled(isMachineOffline()); 198 mLbAudioDriver->setEnabled(isMachineOffline()); 199 mCbAudioDriver->setEnabled(isMachineOffline()); 200 mLbAudioController->setEnabled(isMachineOffline()); 201 mCbAudioController->setEnabled(isMachineOffline()); 202 } 203 197 setEnabled(isMachineOffline()); 198 mAudioChild->setEnabled(mGbAudio->isChecked()); 199 } 200 -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsAudio.ui
r46629 r46630 23 23 <property name="text"> 24 24 <string>Enable &Audio</string> 25 </property>26 <property name="checked" >27 <bool>true</bool>28 25 </property> 29 26 </widget> … … 66 63 <item row="0" column="1"> 67 64 <widget class="QComboBox" name="mCbAudioDriver"> 65 <property name="sizePolicy"> 66 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 67 <horstretch>1</horstretch> 68 <verstretch>0</verstretch> 69 </sizepolicy> 70 </property> 68 71 <property name="whatsThis"> 69 72 <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> … … 86 89 <item row="1" column="1"> 87 90 <widget class="QComboBox" name="mCbAudioController"> 91 <property name="sizePolicy"> 92 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 93 <horstretch>1</horstretch> 94 <verstretch>0</verstretch> 95 </sizepolicy> 96 </property> 88 97 <property name="whatsThis"> 89 98 <string>Selects the type of the virtual sound card. Depending on this value, VirtualBox will provide different audio hardware to the virtual machine.</string> … … 94 103 </widget> 95 104 </item> 96 <item row="1" column="2"> 97 <spacer> 98 <property name="orientation"> 99 <enum>Qt::Horizontal</enum> 100 </property> 101 <property name="sizeHint"> 102 <size> 103 <width>40</width> 104 <height>20</height> 105 </size> 106 </property> 107 </spacer> 108 </item> 109 <item row="2" column="1"> 105 <item row="2" column="0" colspan="2"> 110 106 <spacer> 111 107 <property name="orientation"> … … 129 125 <receiver>mAudioChild</receiver> 130 126 <slot>setEnabled(bool)</slot> 131 <hints>132 <hint type="sourcelabel">133 <x>111</x>134 <y>19</y>135 </hint>136 <hint type="destinationlabel">137 <x>124</x>138 <y>61</y>139 </hint>140 </hints>141 127 </connection> 142 128 </connections>
Note:
See TracChangeset
for help on using the changeset viewer.