VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsHD.ui@ 10968

Last change on this file since 10968 was 10671, checked in by vboxsync, 16 years ago

FE/Qt4: VM HD settings face lift.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 4.1 KB
Line 
1<ui version="4.0" >
2 <comment>
3 VBox frontends: Qt4 GUI ("VirtualBox"):
4
5 Copyright (C) 2008 Sun Microsystems, Inc.
6
7 This file is part of VirtualBox Open Source Edition (OSE), as
8 available from http://www.virtualbox.org. This file is free software;
9 you can redistribute it and/or modify it under the terms of the GNU
10 General Public License (GPL) as published by the Free Software
11 Foundation, in version 2 as it comes in the "COPYING" file of the
12 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
13 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
14
15 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
16 Clara, CA 95054 USA or visit http://www.sun.com if you need
17 additional information or have any questions.
18 </comment>
19 <class>VBoxVMSettingsHD</class>
20 <widget class="QWidget" name="VBoxVMSettingsHD" >
21 <property name="geometry" >
22 <rect>
23 <x>0</x>
24 <y>0</y>
25 <width>326</width>
26 <height>312</height>
27 </rect>
28 </property>
29 <layout class="QGridLayout" >
30 <item row="0" column="0" >
31 <widget class="QCheckBox" name="mCbSATA" >
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>
34 </property>
35 <property name="text" >
36 <string>&amp;Enable SATA Controller</string>
37 </property>
38 </widget>
39 </item>
40 <item row="1" column="0" >
41 <widget class="QILabelSeparator" name="label" >
42 <property name="sizePolicy" >
43 <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
44 <horstretch>0</horstretch>
45 <verstretch>0</verstretch>
46 </sizepolicy>
47 </property>
48 <property name="text" >
49 <string>&amp;Attachments</string>
50 </property>
51 <property name="buddy" >
52 <cstring>mTwAts</cstring>
53 </property>
54 </widget>
55 </item>
56 <item row="2" column="0" >
57 <widget class="QWidget" native="1" name="mGbAts" >
58 <property name="minimumSize" >
59 <size>
60 <width>0</width>
61 <height>200</height>
62 </size>
63 </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" >
75 <number>0</number>
76 </property>
77 <item>
78 <widget class="QITableView" name="mTwAts" >
79 <property name="contextMenuPolicy" >
80 <enum>Qt::ActionsContextMenu</enum>
81 </property>
82 <property name="whatsThis" >
83 <string>Lists all hard disks attached to this machine. Use a mouse click or the F2 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 </property>
85 <property name="horizontalScrollBarPolicy" >
86 <enum>Qt::ScrollBarAlwaysOff</enum>
87 </property>
88 <property name="editTriggers" >
89 <set>QAbstractItemView::NoEditTriggers</set>
90 </property>
91 <property name="tabKeyNavigation" >
92 <bool>false</bool>
93 </property>
94 <property name="selectionMode" >
95 <enum>QAbstractItemView::SingleSelection</enum>
96 </property>
97 <property name="showGrid" >
98 <bool>false</bool>
99 </property>
100 <property name="gridStyle" >
101 <enum>Qt::NoPen</enum>
102 </property>
103 <property name="cornerButtonEnabled" >
104 <bool>false</bool>
105 </property>
106 </widget>
107 </item>
108 </layout>
109 </widget>
110 </item>
111 </layout>
112 </widget>
113 <customwidgets>
114 <customwidget>
115 <class>QITableView</class>
116 <extends>QTableView</extends>
117 <header>VBoxSettingsUtils.h</header>
118 </customwidget>
119 <customwidget>
120 <class>QILabelSeparator</class>
121 <extends>QLabel</extends>
122 <header>QILabelSeparator.h</header>
123 </customwidget>
124 </customwidgets>
125 <resources/>
126 <connections/>
127</ui>
Note: See TracBrowser for help on using the repository browser.

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