Changeset 10689 in vbox
- Timestamp:
- Jul 16, 2008 9:42:14 AM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsAudio.cpp
r10686 r10689 28 28 /* Apply UI decorations */ 29 29 Ui::VBoxVMSettingsAudio::setupUi (this); 30 connect (mGbAudio, SIGNAL (toggled (bool)),31 mAudioChild, SLOT (setEnabled (bool)));32 30 /* Applying language settings */ 33 31 retranslateUi(); -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsAudio.ui
r10686 r10689 144 144 </widget> 145 145 <resources/> 146 <connections/> 146 <connections> 147 <connection> 148 <sender>mGbAudio</sender> 149 <signal>toggled(bool)</signal> 150 <receiver>mAudioChild</receiver> 151 <slot>setEnabled(bool)</slot> 152 <hints> 153 <hint type="sourcelabel" > 154 <x>111</x> 155 <y>19</y> 156 </hint> 157 <hint type="destinationlabel" > 158 <x>124</x> 159 <y>61</y> 160 </hint> 161 </hints> 162 </connection> 163 </connections> 147 164 </ui>
Note:
See TracChangeset
for help on using the changeset viewer.