Changeset 8446 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui
- Timestamp:
- Apr 29, 2008 9:05:08 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui
r8237 r8446 2195 2195 <cstring>unnamed</cstring> 2196 2196 </property> 2197 2198 2199 2197 <widget class="QCheckBox"> 2198 <property name="name"> 2199 <cstring>cbEnableUSBEhci</cstring> 2200 2200 </property> 2201 2201 <property name="text"> … … 2204 2204 <property name="whatsThis" stdset="0"> 2205 2205 <string>When checked, enables the virtual USB EHCI controller of this machine. The USB ECHI controller provides USB 2.0 support.</string> 2206 2206 </property> 2207 2207 </widget> 2208 2208 </vbox> … … 2740 2740 <bool>false</bool> 2741 2741 </property> 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 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>&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 <qt>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.</qt> 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&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><qt>Adds a new USB filter with all fields set to the 2778 values of the selected USB device attached to the host 2779 PC.</qt> 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>&Remove Filter</string> 2792 </property> 2793 <property name="accel"> 2794 <string>Del</string> 2795 </property> 2796 <property name="whatsThis" stdset="0"> 2797 <string> 2798 <qt>Removes the highlighted USB filter.</qt> 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>&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 <qt>Moves the highlighted USB filter up.</qt> 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&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 <qt>Moves the highlighted USB filter down.</qt> 2837 </string> 2838 </property> 2839 </action> 2840 2840 </actiongroup> 2841 2841 </actions>
Note:
See TracChangeset
for help on using the changeset viewer.