Changeset 17884 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui
- Timestamp:
- Mar 15, 2009 12:55:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsHD.ui
r13580 r17884 1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 2 3 <comment> 3 VBox frontends: Qt4 GUI ( "VirtualBox"):4 VBox frontends: Qt4 GUI ("VirtualBox"): 4 5 5 Copyright (C) 200 8Sun Microsystems, Inc.6 Copyright (C) 2009 Sun Microsystems, Inc. 6 7 7 8 This file is part of VirtualBox Open Source Edition (OSE), as … … 9 10 you can redistribute it and/or modify it under the terms of the GNU 10 11 General Public License (GPL) as published by the Free Software 11 Foundation, in version 2 as it comes in the "COPYING"file of the12 Foundation, in version 2 as it comes in the "COPYING" file of the 12 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. … … 18 19 </comment> 19 20 <class>VBoxVMSettingsHD</class> 20 <widget class="QWidget" name="VBoxVMSettingsHD" 21 <property name="geometry" 21 <widget class="QWidget" name="VBoxVMSettingsHD"> 22 <property name="geometry"> 22 23 <rect> 23 24 <x>0</x> 24 25 <y>0</y> 25 <width>3 26</width>26 <height>3 12</height>26 <width>352</width> 27 <height>335</height> 27 28 </rect> 28 29 </property> 29 <layout class="Q GridLayout">30 <item row="0" column="0">31 <widget class="QCheckBox" name="m SATACheck">32 <property name="whatsThis" 33 <string>When checked, enables the virtual SATA controller of this machine. Note that you cannot attach hard disks to SATA ports when the virtual SATA controller is disabled.</string>30 <layout class="QVBoxLayout" name="verticalLayout"> 31 <item> 32 <widget class="QCheckBox" name="mAddControllerCheck"> 33 <property name="whatsThis"> 34 <string>When checked, enables an additional virtual controller (either SATA or SCSI) of this machine.</string> 34 35 </property> 35 <property name="text" 36 <string>&Enable SATAController</string>36 <property name="text"> 37 <string>&Enable Additional Controller</string> 37 38 </property> 38 39 </widget> 39 40 </item> 40 <item row="1" column="0" > 41 <widget class="QILabelSeparator" name="label" > 42 <property name="sizePolicy" > 43 <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" > 41 <item> 42 <layout class="QHBoxLayout" name="horizontalLayout"> 43 <item> 44 <spacer name="horizontalSpacer"> 45 <property name="orientation"> 46 <enum>Qt::Horizontal</enum> 47 </property> 48 <property name="sizeType"> 49 <enum>QSizePolicy::Fixed</enum> 50 </property> 51 <property name="sizeHint" stdset="0"> 52 <size> 53 <width>17</width> 54 <height>17</height> 55 </size> 56 </property> 57 </spacer> 58 </item> 59 <item> 60 <widget class="QComboBox" name="mCbControllerType"> 61 <property name="enabled"> 62 <bool>false</bool> 63 </property> 64 </widget> 65 </item> 66 </layout> 67 </item> 68 <item> 69 <widget class="QILabelSeparator" name="label"> 70 <property name="sizePolicy"> 71 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> 44 72 <horstretch>0</horstretch> 45 73 <verstretch>0</verstretch> 46 74 </sizepolicy> 47 75 </property> 48 <property name="text" 76 <property name="text"> 49 77 <string>&Attachments</string> 50 78 </property> 51 <property name="buddy" 79 <property name="buddy"> 52 80 <cstring>mTwAts</cstring> 53 81 </property> 54 82 </widget> 55 83 </item> 56 <item row="2" column="0">57 <widget class="QWidget" na tive="1" name="mGbAts">58 <property name="minimumSize" 84 <item> 85 <widget class="QWidget" name="mGbAts" native="true"> 86 <property name="minimumSize"> 59 87 <size> 60 88 <width>0</width> … … 62 90 </size> 63 91 </property> 64 <layout class="QHBoxLayout" > 65 <property name="leftMargin" > 66 <number>0</number> 67 </property> 68 <property name="topMargin" > 69 <number>0</number> 70 </property> 71 <property name="rightMargin" > 72 <number>0</number> 73 </property> 74 <property name="bottomMargin" > 92 <layout class="QHBoxLayout"> 93 <property name="margin"> 75 94 <number>0</number> 76 95 </property> 77 96 <item> 78 <widget class="QITableView" name="mTwAts" 79 <property name="contextMenuPolicy" 97 <widget class="QITableView" name="mTwAts"> 98 <property name="contextMenuPolicy"> 80 99 <enum>Qt::ActionsContextMenu</enum> 81 100 </property> 82 <property name="whatsThis" 83 <string>Lists all hard disks attached to this machine. Use a mouse click or the <tt >Space</tt>key on the highlighted item to activate the drop-down list and choose the desired value. Use the context menu or buttons to the right to add or remove hard disk attachments.</string>101 <property name="whatsThis"> 102 <string>Lists all hard disks attached to this machine. Use a mouse click or the <tt>Space</tt> key on the highlighted item to activate the drop-down list and choose the desired value. Use the context menu or buttons to the right to add or remove hard disk attachments.</string> 84 103 </property> 85 <property name="horizontalScrollBarPolicy" 104 <property name="horizontalScrollBarPolicy"> 86 105 <enum>Qt::ScrollBarAlwaysOff</enum> 87 106 </property> 88 <property name="editTriggers" 107 <property name="editTriggers"> 89 108 <set>QAbstractItemView::NoEditTriggers</set> 90 109 </property> 91 <property name="tabKeyNavigation" 110 <property name="tabKeyNavigation"> 92 111 <bool>false</bool> 93 112 </property> 94 <property name="selectionMode" 113 <property name="selectionMode"> 95 114 <enum>QAbstractItemView::SingleSelection</enum> 96 115 </property> 97 <property name="showGrid" 116 <property name="showGrid"> 98 117 <bool>false</bool> 99 118 </property> 100 <property name="gridStyle" 119 <property name="gridStyle"> 101 120 <enum>Qt::NoPen</enum> 102 121 </property> 103 <property name="cornerButtonEnabled" 122 <property name="cornerButtonEnabled"> 104 123 <bool>false</bool> 105 124 </property> … … 109 128 </widget> 110 129 </item> 111 <item row="3" column="0">112 <widget class="QCheckBox" name="mShowDiffsCheck" 113 <property name="whatsThis" 130 <item> 131 <widget class="QCheckBox" name="mShowDiffsCheck"> 132 <property name="whatsThis"> 114 133 <string>If checked, it will show differencing hard disks actually attached to the slots instead of their base hard disks (shown in case of indirect attachments) and will also let attach other differencing hard disks explicitly. Check this only if you need a complex hard disk setup.</string> 115 134 </property> 116 <property name="text" 135 <property name="text"> 117 136 <string>&Show Differencing Hard Disks</string> 118 137 </property> … … 134 153 </customwidgets> 135 154 <resources/> 136 <connections/>137 155 </ui>
Note:
See TracChangeset
for help on using the changeset viewer.