VirtualBox

Ignore:
Timestamp:
Apr 29, 2008 9:05:08 AM (17 years ago)
Author:
vboxsync
Message:

FE/Qt: Please don't use TABs!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui

    r8237 r8446  
    21952195                                <cstring>unnamed</cstring>
    21962196                            </property>
    2197                                     <widget class="QCheckBox">
    2198                                         <property name="name">
    2199                                         <cstring>cbEnableUSBEhci</cstring>
     2197                            <widget class="QCheckBox">
     2198                                <property name="name">
     2199                                    <cstring>cbEnableUSBEhci</cstring>
    22002200                                </property>
    22012201                                <property name="text">
     
    22042204                                <property name="whatsThis" stdset="0">
    22052205                                    <string>When checked, enables the virtual USB EHCI controller of this machine. The USB ECHI controller provides USB 2.0 support.</string>
    2206                                 </property>
     2206                                </property>
    22072207                            </widget>
    22082208                        </vbox>
     
    27402740            <bool>false</bool>
    27412741        </property>
    2742             <action>
    2743                 <property name="name">
    2744                     <cstring>mAddUSBFilterAct</cstring>
    2745                 </property>
    2746                 <property name="text">
    2747                     <string>Add Empty Filter</string>
    2748                 </property>
    2749                 <property name="menuText">
    2750                     <string>&amp;Add Empty Filter</string>
    2751                 </property>
    2752                 <property name="accel">
    2753                     <string>Ins</string>
    2754                 </property>
    2755                 <property name="whatsThis" stdset="0">
    2756                     <string>
    2757                       &lt;qt&gt;Adds a new USB filter with all fields initially set to
    2758                       empty strings. Note that such a filter will match any attached USB
    2759                       device.&lt;/qt&gt;
    2760                     </string>
    2761                 </property>
    2762             </action>
    2763             <action>
    2764                 <property name="name">
    2765                     <cstring>mAddUSBFilterFromAct</cstring>
    2766                 </property>
    2767                 <property name="text">
    2768                     <string>Add Filter From Device</string>
    2769                 </property>
    2770                 <property name="menuText">
    2771                     <string>A&amp;dd Filter From Device</string>
    2772                 </property>
    2773                 <property name="accel">
    2774                     <string>Alt+Ins</string>
    2775                 </property>
    2776                 <property name="whatsThis" stdset="0">
    2777                     <string>&lt;qt&gt;Adds a new USB filter with all fields set to the
    2778                       values of the selected USB device attached to the host
    2779                       PC.&lt;/qt&gt;
    2780                     </string>
    2781                 </property>
    2782             </action>
    2783             <action>
    2784                 <property name="name">
    2785                     <cstring>mRemoveUSBFilterAct</cstring>
    2786                 </property>
    2787                 <property name="text">
    2788                     <string>Remove Filter</string>
    2789                 </property>
    2790                 <property name="menuText">
    2791                     <string>&amp;Remove Filter</string>
    2792                 </property>
    2793                 <property name="accel">
    2794                     <string>Del</string>
    2795                 </property>
    2796                 <property name="whatsThis" stdset="0">
    2797                     <string>
    2798                       &lt;qt&gt;Removes the highlighted USB filter.&lt;/qt&gt;
    2799                     </string>
    2800                 </property>
    2801             </action>
    2802             <action>
    2803                 <property name="name">
    2804                     <cstring>mUSBFilterUpAct</cstring>
    2805                 </property>
    2806                 <property name="text">
    2807                     <string>Move Filter Up</string>
    2808                 </property>
    2809                 <property name="menuText">
    2810                     <string>&amp;Move Filter Up</string>
    2811                 </property>
    2812                 <property name="accel">
    2813                     <string>Ctrl+Up</string>
    2814                 </property>
    2815                 <property name="whatsThis" stdset="0">
    2816                     <string>
    2817                       &lt;qt&gt;Moves the highlighted USB filter up.&lt;/qt&gt;
    2818                     </string>
    2819                 </property>
    2820             </action>
    2821             <action>
    2822                 <property name="name">
    2823                     <cstring>mUSBFilterDownAct</cstring>
    2824                 </property>
    2825                 <property name="text">
    2826                     <string>Move Filter Down</string>
    2827                 </property>
    2828                 <property name="menuText">
    2829                     <string>M&amp;ove Filter Down</string>
    2830                 </property>
    2831                 <property name="accel">
    2832                     <string>Ctrl+Down</string>
    2833                 </property>
    2834                 <property name="whatsThis" stdset="0">
    2835                     <string>
    2836                       &lt;qt&gt;Moves the highlighted USB filter down.&lt;/qt&gt;
    2837                     </string>
    2838                 </property>
    2839             </action>
     2742    <action>
     2743        <property name="name">
     2744            <cstring>mAddUSBFilterAct</cstring>
     2745        </property>
     2746        <property name="text">
     2747            <string>Add Empty Filter</string>
     2748        </property>
     2749        <property name="menuText">
     2750            <string>&amp;Add Empty Filter</string>
     2751        </property>
     2752        <property name="accel">
     2753            <string>Ins</string>
     2754        </property>
     2755        <property name="whatsThis" stdset="0">
     2756            <string>
     2757              &lt;qt&gt;Adds a new USB filter with all fields initially set to
     2758              empty strings. Note that such a filter will match any attached USB
     2759              device.&lt;/qt&gt;
     2760            </string>
     2761        </property>
     2762    </action>
     2763    <action>
     2764        <property name="name">
     2765            <cstring>mAddUSBFilterFromAct</cstring>
     2766        </property>
     2767        <property name="text">
     2768            <string>Add Filter From Device</string>
     2769        </property>
     2770        <property name="menuText">
     2771            <string>A&amp;dd Filter From Device</string>
     2772        </property>
     2773        <property name="accel">
     2774            <string>Alt+Ins</string>
     2775        </property>
     2776        <property name="whatsThis" stdset="0">
     2777            <string>&lt;qt&gt;Adds a new USB filter with all fields set to the
     2778              values of the selected USB device attached to the host
     2779              PC.&lt;/qt&gt;
     2780            </string>
     2781        </property>
     2782    </action>
     2783    <action>
     2784        <property name="name">
     2785            <cstring>mRemoveUSBFilterAct</cstring>
     2786        </property>
     2787        <property name="text">
     2788            <string>Remove Filter</string>
     2789        </property>
     2790        <property name="menuText">
     2791            <string>&amp;Remove Filter</string>
     2792        </property>
     2793        <property name="accel">
     2794            <string>Del</string>
     2795        </property>
     2796        <property name="whatsThis" stdset="0">
     2797            <string>
     2798              &lt;qt&gt;Removes the highlighted USB filter.&lt;/qt&gt;
     2799            </string>
     2800        </property>
     2801    </action>
     2802    <action>
     2803        <property name="name">
     2804            <cstring>mUSBFilterUpAct</cstring>
     2805        </property>
     2806        <property name="text">
     2807            <string>Move Filter Up</string>
     2808        </property>
     2809        <property name="menuText">
     2810            <string>&amp;Move Filter Up</string>
     2811        </property>
     2812        <property name="accel">
     2813            <string>Ctrl+Up</string>
     2814        </property>
     2815        <property name="whatsThis" stdset="0">
     2816            <string>
     2817              &lt;qt&gt;Moves the highlighted USB filter up.&lt;/qt&gt;
     2818            </string>
     2819        </property>
     2820    </action>
     2821    <action>
     2822        <property name="name">
     2823            <cstring>mUSBFilterDownAct</cstring>
     2824        </property>
     2825        <property name="text">
     2826            <string>Move Filter Down</string>
     2827        </property>
     2828        <property name="menuText">
     2829            <string>M&amp;ove Filter Down</string>
     2830        </property>
     2831        <property name="accel">
     2832            <string>Ctrl+Down</string>
     2833        </property>
     2834        <property name="whatsThis" stdset="0">
     2835            <string>
     2836              &lt;qt&gt;Moves the highlighted USB filter down.&lt;/qt&gt;
     2837            </string>
     2838        </property>
     2839    </action>
    28402840    </actiongroup>
    28412841</actions>
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