VirtualBox

Changeset 46628 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jun 18, 2013 4:16:11 PM (12 years ago)
Author:
vboxsync
Message:

FE/Qt: Machine settings: Audio page: Cleanup (part 1).

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">
    22 <comment>
    33 VBox frontends: Qt4 GUI ("VirtualBox"):
     
    1414 </comment>
    1515 <class>UIMachineSettingsAudio</class>
    16  <widget class="QWidget" name="UIMachineSettingsAudio" >
    17   <property name="geometry" >
     16 <widget class="QWidget" name="UIMachineSettingsAudio">
     17  <property name="geometry">
    1818   <rect>
    1919    <x>0</x>
     
    2323   </rect>
    2424  </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">
    2929      <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>
    3030     </property>
    31      <property name="text" >
     31     <property name="text">
    3232      <string>Enable &amp;Audio</string>
    3333     </property>
     
    3737    </widget>
    3838   </item>
    39    <item row="1" column="0" >
     39   <item row="1" column="0">
    4040    <spacer>
    41      <property name="orientation" >
     41     <property name="orientation">
    4242      <enum>Qt::Horizontal</enum>
    4343     </property>
    44      <property name="sizeType" >
     44     <property name="sizeType">
    4545      <enum>QSizePolicy::Fixed</enum>
    4646     </property>
    47      <property name="sizeHint" >
     47     <property name="sizeHint">
    4848      <size>
    4949       <width>20</width>
     
    5353    </spacer>
    5454   </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">
    5959       <number>0</number>
    6060      </property>
    61       <property name="topMargin" >
     61      <property name="topMargin">
    6262       <number>0</number>
    6363      </property>
    64       <property name="rightMargin" >
     64      <property name="rightMargin">
    6565       <number>0</number>
    6666      </property>
    67       <property name="bottomMargin" >
     67      <property name="bottomMargin">
    6868       <number>0</number>
    6969      </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">
    7373         <string>Host Audio &amp;Driver:</string>
    7474        </property>
    75         <property name="alignment" >
     75        <property name="alignment">
    7676         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    7777        </property>
    78         <property name="buddy" >
     78        <property name="buddy">
    7979         <cstring>mCbAudioDriver</cstring>
    8080        </property>
    8181       </widget>
    8282      </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">
    8686         <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>
    8787        </property>
    8888       </widget>
    8989      </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">
    9393         <string>Audio &amp;Controller:</string>
    9494        </property>
    95         <property name="alignment" >
     95        <property name="alignment">
    9696         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
    9797        </property>
    98         <property name="buddy" >
     98        <property name="buddy">
    9999         <cstring>mCbAudioController</cstring>
    100100        </property>
    101101       </widget>
    102102      </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">
    106106         <string>Selects the type of the virtual sound card. Depending on this value, VirtualBox will provide different audio hardware to the virtual machine.</string>
    107107        </property>
     
    111111    </widget>
    112112   </item>
    113    <item row="1" column="2" >
     113   <item row="1" column="2">
    114114    <spacer>
    115      <property name="orientation" >
     115     <property name="orientation">
    116116      <enum>Qt::Horizontal</enum>
    117117     </property>
    118      <property name="sizeHint" >
     118     <property name="sizeHint">
    119119      <size>
    120120       <width>40</width>
     
    124124    </spacer>
    125125   </item>
    126    <item row="2" column="1" >
     126   <item row="2" column="1">
    127127    <spacer>
    128      <property name="orientation" >
     128     <property name="orientation">
    129129      <enum>Qt::Vertical</enum>
    130130     </property>
    131      <property name="sizeHint" >
     131     <property name="sizeHint">
    132132      <size>
    133133       <width>0</width>
     
    147147   <slot>setEnabled(bool)</slot>
    148148   <hints>
    149     <hint type="sourcelabel" >
     149    <hint type="sourcelabel">
    150150     <x>111</x>
    151151     <y>19</y>
    152152    </hint>
    153     <hint type="destinationlabel" >
     153    <hint type="destinationlabel">
    154154     <x>124</x>
    155155     <y>61</y>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette