VirtualBox

Ignore:
Timestamp:
Mar 15, 2009 12:55:09 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: GUI support for the SCSI controllers

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">
    23 <comment>
    3  VBox frontends: Qt4 GUI ("VirtualBox"):
     4 VBox frontends: Qt4 GUI (&quot;VirtualBox&quot;):
    45
    5  Copyright (C) 2008 Sun Microsystems, Inc.
     6 Copyright (C) 2009 Sun Microsystems, Inc.
    67
    78 This file is part of VirtualBox Open Source Edition (OSE), as
     
    910 you can redistribute it and/or modify it under the terms of the GNU
    1011 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 Foundation, in version 2 as it comes in the &quot;COPYING&quot; file of the
    1213 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1314 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     
    1819 </comment>
    1920 <class>VBoxVMSettingsHD</class>
    20  <widget class="QWidget" name="VBoxVMSettingsHD" >
    21   <property name="geometry" >
     21 <widget class="QWidget" name="VBoxVMSettingsHD">
     22  <property name="geometry">
    2223   <rect>
    2324    <x>0</x>
    2425    <y>0</y>
    25     <width>326</width>
    26     <height>312</height>
     26    <width>352</width>
     27    <height>335</height>
    2728   </rect>
    2829  </property>
    29   <layout class="QGridLayout" >
    30    <item row="0" column="0" >
    31     <widget class="QCheckBox" name="mSATACheck" >
    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>
    3435     </property>
    35      <property name="text" >
    36       <string>&amp;Enable SATA Controller</string>
     36     <property name="text">
     37      <string>&amp;Enable Additional Controller</string>
    3738     </property>
    3839    </widget>
    3940   </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">
    4472       <horstretch>0</horstretch>
    4573       <verstretch>0</verstretch>
    4674      </sizepolicy>
    4775     </property>
    48      <property name="text" >
     76     <property name="text">
    4977      <string>&amp;Attachments</string>
    5078     </property>
    51      <property name="buddy" >
     79     <property name="buddy">
    5280      <cstring>mTwAts</cstring>
    5381     </property>
    5482    </widget>
    5583   </item>
    56    <item row="2" column="0" >
    57     <widget class="QWidget" native="1" name="mGbAts" >
    58      <property name="minimumSize" >
     84   <item>
     85    <widget class="QWidget" name="mGbAts" native="true">
     86     <property name="minimumSize">
    5987      <size>
    6088       <width>0</width>
     
    6290      </size>
    6391     </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">
    7594       <number>0</number>
    7695      </property>
    7796      <item>
    78        <widget class="QITableView" name="mTwAts" >
    79         <property name="contextMenuPolicy" >
     97       <widget class="QITableView" name="mTwAts">
     98        <property name="contextMenuPolicy">
    8099         <enum>Qt::ActionsContextMenu</enum>
    81100        </property>
    82         <property name="whatsThis" >
    83          <string>Lists all hard disks attached to this machine. Use a mouse click or the &lt;tt>Space&lt;/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 &lt;tt&gt;Space&lt;/tt&gt; 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>
    84103        </property>
    85         <property name="horizontalScrollBarPolicy" >
     104        <property name="horizontalScrollBarPolicy">
    86105         <enum>Qt::ScrollBarAlwaysOff</enum>
    87106        </property>
    88         <property name="editTriggers" >
     107        <property name="editTriggers">
    89108         <set>QAbstractItemView::NoEditTriggers</set>
    90109        </property>
    91         <property name="tabKeyNavigation" >
     110        <property name="tabKeyNavigation">
    92111         <bool>false</bool>
    93112        </property>
    94         <property name="selectionMode" >
     113        <property name="selectionMode">
    95114         <enum>QAbstractItemView::SingleSelection</enum>
    96115        </property>
    97         <property name="showGrid" >
     116        <property name="showGrid">
    98117         <bool>false</bool>
    99118        </property>
    100         <property name="gridStyle" >
     119        <property name="gridStyle">
    101120         <enum>Qt::NoPen</enum>
    102121        </property>
    103         <property name="cornerButtonEnabled" >
     122        <property name="cornerButtonEnabled">
    104123         <bool>false</bool>
    105124        </property>
     
    109128    </widget>
    110129   </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">
    114133      <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>
    115134     </property>
    116      <property name="text" >
     135     <property name="text">
    117136      <string>&amp;Show Differencing Hard Disks</string>
    118137     </property>
     
    134153 </customwidgets>
    135154 <resources/>
    136  <connections/>
    137155</ui>
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